2024-05-15T23:19:14.8562200Z Current runner version: '2.316.1' 2024-05-15T23:19:14.8565790Z Runner name: 'i-0df0fd4d6462eb518' 2024-05-15T23:19:14.8566220Z Runner group name: 'Default' 2024-05-15T23:19:14.8566790Z Machine name: 'ip-10-0-3-58' 2024-05-15T23:19:14.8568580Z ##[group]GITHUB_TOKEN Permissions 2024-05-15T23:19:14.8569440Z Contents: read 2024-05-15T23:19:14.8569740Z Metadata: read 2024-05-15T23:19:14.8570020Z Packages: read 2024-05-15T23:19:14.8570300Z ##[endgroup] 2024-05-15T23:19:14.8571890Z Secret source: Actions 2024-05-15T23:19:14.8572260Z Prepare workflow directory 2024-05-15T23:19:16.5593670Z Prepare all required actions 2024-05-15T23:19:16.5693100Z Getting action download info 2024-05-15T23:19:16.7145480Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-05-15T23:19:17.0045200Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-05-15T23:19:17.2005290Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-05-15T23:19:17.4381230Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-05-15T23:19:17.6781170Z Uses: pytorch/test-infra/.github/workflows/macos_job.yml@refs/heads/main (2698cb3ae580a5b2e6f3488e44cf57d8178edb04) 2024-05-15T23:19:17.6782400Z ##[group] Inputs 2024-05-15T23:19:17.6786240Z script: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:17.6790470Z timeout: 30 2024-05-15T23:19:17.6790630Z runner: macos-m1-stable 2024-05-15T23:19:17.6790820Z upload-artifact: 2024-05-15T23:19:17.6791000Z download-artifact: 2024-05-15T23:19:17.6791180Z repository: 2024-05-15T23:19:17.6791340Z fetch-depth: 1 2024-05-15T23:19:17.6791510Z submodules: 2024-05-15T23:19:17.6791660Z ref: 2024-05-15T23:19:17.6791830Z test-infra-repository: pytorch/test-infra 2024-05-15T23:19:17.6792080Z test-infra-ref: 2024-05-15T23:19:17.6792240Z job-name: macos-job 2024-05-15T23:19:17.6792590Z continue-on-error: false 2024-05-15T23:19:17.6792780Z binary-matrix: 2024-05-15T23:19:17.6792940Z secrets-env: 2024-05-15T23:19:17.6793110Z python-version: 3.9 2024-05-15T23:19:17.6793280Z ##[endgroup] 2024-05-15T23:19:17.6793610Z Complete job name: test-quantization-mps-macos / macos-job 2024-05-15T23:19:17.7214770Z ##[group]Run echo "::group::Cleanup debug output" 2024-05-15T23:19:17.7215190Z echo "::group::Cleanup debug output" 2024-05-15T23:19:17.7215470Z rm -rfv "${GITHUB_WORKSPACE}" 2024-05-15T23:19:17.7215740Z mkdir -p "${GITHUB_WORKSPACE}" 2024-05-15T23:19:17.7216020Z echo "::endgroup::" 2024-05-15T23:19:17.7244980Z shell: /bin/bash -e {0} 2024-05-15T23:19:17.7245190Z env: 2024-05-15T23:19:17.7245350Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:17.7249720Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:17.7253730Z ##[endgroup] 2024-05-15T23:19:17.7688560Z ##[group]Cleanup debug output 2024-05-15T23:19:17.8116210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset.config.json 2024-05-15T23:19:17.8116930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/types/next-auth-d.ts 2024-05-15T23:19:17.8117580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/types 2024-05-15T23:19:17.8118220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/disableFlakyBot.test.ts 2024-05-15T23:19:17.8118950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/reporter.js 2024-05-15T23:19:17.8119680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/closeCommands.test.ts 2024-05-15T23:19:17.8120350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/jobUtils.test.ts 2024-05-15T23:19:17.8121060Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/codevNoWritePermBot.test.ts 2024-05-15T23:19:17.8121850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/subscriptions.test.ts 2024-05-15T23:19:17.8122610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/autoCcBot.test.ts 2024-05-15T23:19:17.8123270Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/autoLabelBot.test.ts 2024-05-15T23:19:17.8123880Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/common.ts 2024-05-15T23:19:17.8124520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/utils.ts 2024-05-15T23:19:17.8125240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/labelCommands.test.ts 2024-05-15T23:19:17.8125970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/ciflow-push-trigger.test.ts 2024-05-15T23:19:17.8126760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts 2024-05-15T23:19:17.8127480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/retryBot.test.ts 2024-05-15T23:19:17.8128560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/verifyDisableTestIssue.test.ts 2024-05-15T23:19:17.8129270Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/drciUtils.test.ts 2024-05-15T23:19:17.8129960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/stripApprovals.test.ts 2024-05-15T23:19:17.8130630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/mergeCommands.test.ts 2024-05-15T23:19:17.8131470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json 2024-05-15T23:19:17.8132530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/permission.json 2024-05-15T23:19:17.8133390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json 2024-05-15T23:19:17.8134320Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json 2024-05-15T23:19:17.8135200Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json 2024-05-15T23:19:17.8135960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push-trigger 2024-05-15T23:19:17.8136680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.closed.json 2024-05-15T23:19:17.8137490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue_comment.json 2024-05-15T23:19:17.8138310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.opened.json 2024-05-15T23:19:17.8139020Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/config.json 2024-05-15T23:19:17.8139720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issue.json 2024-05-15T23:19:17.8140430Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_jobs.json 2024-05-15T23:19:17.8141260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.labeled.json 2024-05-15T23:19:17.8141960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/push.json 2024-05-15T23:19:17.8142710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_comment.json 2024-05-15T23:19:17.8143530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/workflow_run.completed.json 2024-05-15T23:19:17.8144300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.reopened.json 2024-05-15T23:19:17.8153870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/issues.opened.json 2024-05-15T23:19:17.8154710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.synchronize.json 2024-05-15T23:19:17.8155510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request.labeled.json 2024-05-15T23:19:17.8156320Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review_approved.json 2024-05-15T23:19:17.8157140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_review.json 2024-05-15T23:19:17.8157870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_files.json 2024-05-15T23:19:17.8158600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/pull_request_reviews.json 2024-05-15T23:19:17.8159330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures/known_labels.json 2024-05-15T23:19:17.8160000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/fixtures 2024-05-15T23:19:17.8160590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/drciBot.test.ts 2024-05-15T23:19:17.8161450Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts 2024-05-15T23:19:17.8162180Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/metricUtils.test.ts 2024-05-15T23:19:17.8162830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/drci.test.ts 2024-05-15T23:19:17.8163460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test/searchUtils.test.ts 2024-05-15T23:19:17.8164050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/test 2024-05-15T23:19:17.8164730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/jest.config.js 2024-05-15T23:19:17.8165360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/next.config.js 2024-05-15T23:19:17.8165950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/docs/architecture.md 2024-05-15T23:19:17.8166570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/docs/write-path.png 2024-05-15T23:19:17.8167160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/docs 2024-05-15T23:19:17.8167920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance.lambda.json 2024-05-15T23:19:17.8168880Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance.sql 2024-05-15T23:19:17.8169830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql/compilers_benchmark_performance_branches.sql 2024-05-15T23:19:17.8170650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/__sql 2024-05-15T23:19:17.8171490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor/compilers_benchmark_performance_branches.lambda.json 2024-05-15T23:19:17.8172280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/inductor 2024-05-15T23:19:17.8173020Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_total.lambda.json 2024-05-15T23:19:17.8173860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_avg.lambda.json 2024-05-15T23:19:17.8174740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/completed_pr_jobs_aggregate.lambda.json 2024-05-15T23:19:17.8175610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red_avg.lambda.json 2024-05-15T23:19:17.8176470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical.lambda.json 2024-05-15T23:19:17.8177310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_branch_push.lambda.json 2024-05-15T23:19:17.8178090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/top_reds.lambda.json 2024-05-15T23:19:17.8178920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_jobs.sql 2024-05-15T23:19:17.8179790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_percentile.sql 2024-05-15T23:19:17.8180670Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_successful_workflow.sql 2024-05-15T23:19:17.8181550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_percentile.sql 2024-05-15T23:19:17.8182340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/top_reds.sql 2024-05-15T23:19:17.8183090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/job_duration_avg.sql 2024-05-15T23:19:17.8183940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent_groups.sql 2024-05-15T23:19:17.8184990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/external_contribution_stats.sql 2024-05-15T23:19:17.8185850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical.sql 2024-05-15T23:19:17.8186620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_avg.sql 2024-05-15T23:19:17.8187340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_percentile.sql 2024-05-15T23:19:17.8188160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/reverts.sql 2024-05-15T23:19:17.8188920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_percent.sql 2024-05-15T23:19:17.8189760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/completed_pr_jobs_aggregate.sql 2024-05-15T23:19:17.8190660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/number_of_force_pushes.sql 2024-05-15T23:19:17.8191500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_total.sql 2024-05-15T23:19:17.8192260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/strict_lag_sec.sql 2024-05-15T23:19:17.8193030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red_avg.sql 2024-05-15T23:19:17.8193800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_commit_red.sql 2024-05-15T23:19:17.8194580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/correlation_matrix.sql 2024-05-15T23:19:17.8195340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/last_branch_push.sql 2024-05-15T23:19:17.8196120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/get_workers_on_period.sql 2024-05-15T23:19:17.8197000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical_pct.sql 2024-05-15T23:19:17.8197790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs.sql 2024-05-15T23:19:17.8198550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queued_jobs_by_label.sql 2024-05-15T23:19:17.8199310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_load.sql 2024-05-15T23:19:17.8200070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/log_captures_count.sql 2024-05-15T23:19:17.8200850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red_avg.sql 2024-05-15T23:19:17.8201770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/queue_times_historical.sql 2024-05-15T23:19:17.8202590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/master_jobs_red.sql 2024-05-15T23:19:17.8203400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/disabled_test_historical.sql 2024-05-15T23:19:17.8204230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/workflow_duration_avg.sql 2024-05-15T23:19:17.8205110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql/tts_duration_historical_percentile.sql 2024-05-15T23:19:17.8205880Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/__sql 2024-05-15T23:19:17.8206620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_jobs.lambda.json 2024-05-15T23:19:17.8207420Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs.lambda.json 2024-05-15T23:19:17.8208280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/reverts.lambda.json 2024-05-15T23:19:17.8209050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_load.lambda.json 2024-05-15T23:19:17.8209820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_percentile.lambda.json 2024-05-15T23:19:17.8210600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/log_captures_count.lambda.json 2024-05-15T23:19:17.8211560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical.lambda.json 2024-05-15T23:19:17.8212370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/correlation_matrix.lambda.json 2024-05-15T23:19:17.8213210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_percentile.lambda.json 2024-05-15T23:19:17.8214140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_duration_historical_percentile.lambda.json 2024-05-15T23:19:17.8215100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/get_workers_on_period.lambda.json 2024-05-15T23:19:17.8215960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/job_duration_percentile.lambda.json 2024-05-15T23:19:17.8216820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/workflow_duration_avg.lambda.json 2024-05-15T23:19:17.8217680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/last_successful_workflow.lambda.json 2024-05-15T23:19:17.8218570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queue_times_historical_pct.lambda.json 2024-05-15T23:19:17.8219410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_jobs_red.lambda.json 2024-05-15T23:19:17.8220300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/external_contribution_stats.lambda.json 2024-05-15T23:19:17.8221220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/disabled_test_historical.lambda.json 2024-05-15T23:19:17.8222130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_avg.lambda.json 2024-05-15T23:19:17.8223040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/queued_jobs_by_label.lambda.json 2024-05-15T23:19:17.8223890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/tts_avg.lambda.json 2024-05-15T23:19:17.8224710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/strict_lag_sec.lambda.json 2024-05-15T23:19:17.8225620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_percent_groups.lambda.json 2024-05-15T23:19:17.8226550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/number_of_force_pushes.lambda.json 2024-05-15T23:19:17.8227440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red_percent.lambda.json 2024-05-15T23:19:17.8228330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics/master_commit_red.lambda.json 2024-05-15T23:19:17.8229020Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/metrics 2024-05-15T23:19:17.8229830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/strict_lag_historical.lambda.json 2024-05-15T23:19:17.8230750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/time_to_merge.lambda.json 2024-05-15T23:19:17.8231650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/ttrs_percentiles.lambda.json 2024-05-15T23:19:17.8232680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/num_reverts.sql 2024-05-15T23:19:17.8233680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/ttrs_percentiles.sql 2024-05-15T23:19:17.8234650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/monthly_contribution_stats.sql 2024-05-15T23:19:17.8235640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/number_of_force_pushes_historical.sql 2024-05-15T23:19:17.8236720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/strict_lag_historical.sql 2024-05-15T23:19:17.8237620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/time_to_review.sql 2024-05-15T23:19:17.8238510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/time_to_signal.sql 2024-05-15T23:19:17.8239470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/time_to_merge.sql 2024-05-15T23:19:17.8240370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql/ci_wait_time.sql 2024-05-15T23:19:17.8241210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/__sql 2024-05-15T23:19:17.8242130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/number_of_force_pushes_historical.lambda.json 2024-05-15T23:19:17.8243100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/num_reverts.lambda.json 2024-05-15T23:19:17.8244070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/monthly_contribution_stats.lambda.json 2024-05-15T23:19:17.8245030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/ci_wait_time.lambda.json 2024-05-15T23:19:17.8245970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/time_to_signal.lambda.json 2024-05-15T23:19:17.8246870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis/time_to_review.lambda.json 2024-05-15T23:19:17.8247700Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/pytorch_dev_infra_kpis 2024-05-15T23:19:17.8248540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_list_commits.lambda.json 2024-05-15T23:19:17.8249500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_list_userbenchmarks.sql 2024-05-15T23:19:17.8250440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_list_commits.sql 2024-05-15T23:19:17.8251560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql/torchbench_userbenchmark_query_metrics.sql 2024-05-15T23:19:17.8252360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/__sql 2024-05-15T23:19:17.8253170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_list_userbenchmarks.lambda.json 2024-05-15T23:19:17.8254190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench/torchbench_userbenchmark_query_metrics.lambda.json 2024-05-15T23:19:17.8254980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/torchbench 2024-05-15T23:19:17.8255710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failed_workflow_jobs.lambda.json 2024-05-15T23:19:17.8256540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_relevant_alerts.lambda.json 2024-05-15T23:19:17.8257780Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/individual_test_times_per_oncall_per_workflow.lambda.json 2024-05-15T23:19:17.8258730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/unclassified.lambda.json 2024-05-15T23:19:17.8259530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/pr_commits.lambda.json 2024-05-15T23:19:17.8260360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_workflow_jobs.sql 2024-05-15T23:19:17.8261350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_times_per_workflow_type.sql 2024-05-15T23:19:17.8262240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/reverted_prs_with_reason.sql 2024-05-15T23:19:17.8263120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/recent_pr_workflows_query.sql 2024-05-15T23:19:17.8263980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/get_relevant_alerts.sql 2024-05-15T23:19:17.8264810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_workflows_jobs.sql 2024-05-15T23:19:17.8265670Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/disabled_non_flaky_tests.sql 2024-05-15T23:19:17.8266480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/pr_commits.sql 2024-05-15T23:19:17.8267330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/annotated_flaky_jobs.sql 2024-05-15T23:19:17.8268160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_file.sql 2024-05-15T23:19:17.8268970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/unclassified.sql 2024-05-15T23:19:17.8269810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests_across_jobs.sql 2024-05-15T23:19:17.8270650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_failed_jobs.sql 2024-05-15T23:19:17.8275630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/master_commit_red_jobs.sql 2024-05-15T23:19:17.8276480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/weekly_force_merge_stats.sql 2024-05-15T23:19:17.8277340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_latest_runs.sql 2024-05-15T23:19:17.8278160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failed_workflow_jobs.sql 2024-05-15T23:19:17.8278920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/issue_query.sql 2024-05-15T23:19:17.8279740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_file_periodic_jobs.sql 2024-05-15T23:19:17.8280540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/flaky_tests.sql 2024-05-15T23:19:17.8281410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/individual_test_stats_per_workflow_per_oncall.sql 2024-05-15T23:19:17.8282280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/num_commits_master.sql 2024-05-15T23:19:17.8283110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_and_price_per_oncall.sql 2024-05-15T23:19:17.8284070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_class.sql 2024-05-15T23:19:17.8284860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/failure_samples_query.sql 2024-05-15T23:19:17.8285770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_oncall.sql 2024-05-15T23:19:17.8286580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/filter_forced_merge_pr.sql 2024-05-15T23:19:17.8287340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_query.sql 2024-05-15T23:19:17.8288110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_insights_overview.sql 2024-05-15T23:19:17.8288990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/commit_jobs_query.sql 2024-05-15T23:19:17.8289730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/slow_tests.sql 2024-05-15T23:19:17.8290610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/test_time_per_class_periodic_jobs.sql 2024-05-15T23:19:17.8291590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/individual_test_times_per_oncall_per_workflow.sql 2024-05-15T23:19:17.8292410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql/hud_query.sql 2024-05-15T23:19:17.8293060Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/__sql 2024-05-15T23:19:17.8293780Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/failure_samples_query.lambda.json 2024-05-15T23:19:17.8294650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_class_periodic_jobs.lambda.json 2024-05-15T23:19:17.8295500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_jobs_query.lambda.json 2024-05-15T23:19:17.8296350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/reverted_prs_with_reason.lambda.json 2024-05-15T23:19:17.8297270Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_and_price_per_oncall.lambda.json 2024-05-15T23:19:17.8298110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_class.lambda.json 2024-05-15T23:19:17.8298970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/filter_forced_merge_pr.lambda.json 2024-05-15T23:19:17.8299790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_oncall.lambda.json 2024-05-15T23:19:17.8300660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_times_per_workflow_type.lambda.json 2024-05-15T23:19:17.8301490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_test_query.lambda.json 2024-05-15T23:19:17.8302250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/issue_query.lambda.json 2024-05-15T23:19:17.8303170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/num_commits_master.lambda.json 2024-05-15T23:19:17.8304030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/annotated_flaky_jobs.lambda.json 2024-05-15T23:19:17.8304860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_workflows_jobs.lambda.json 2024-05-15T23:19:17.8305700Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/master_commit_red_jobs.lambda.json 2024-05-15T23:19:17.8306570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_latest_runs.lambda.json 2024-05-15T23:19:17.8307460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/recent_pr_workflows_query.lambda.json 2024-05-15T23:19:17.8308350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/get_workflow_jobs.lambda.json 2024-05-15T23:19:17.8309290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/weekly_force_merge_stats.lambda.json 2024-05-15T23:19:17.8310110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/hud_query.lambda.json 2024-05-15T23:19:17.8310960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_file_periodic_jobs.lambda.json 2024-05-15T23:19:17.8311800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests.lambda.json 2024-05-15T23:19:17.8312730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_failed_jobs.lambda.json 2024-05-15T23:19:17.8313550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_time_per_file.lambda.json 2024-05-15T23:19:17.8314390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/flaky_tests_across_jobs.lambda.json 2024-05-15T23:19:17.8315370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/individual_test_stats_per_workflow_per_oncall.lambda.json 2024-05-15T23:19:17.8316270Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/slow_tests.lambda.json 2024-05-15T23:19:17.8317040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/commit_query.lambda.json 2024-05-15T23:19:17.8317870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/disabled_non_flaky_tests.lambda.json 2024-05-15T23:19:17.8318740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons/test_insights_overview.lambda.json 2024-05-15T23:19:17.8319450Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/commons 2024-05-15T23:19:17.8320070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/prodVersions.json 2024-05-15T23:19:17.8320860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red_past_day.lambda.json 2024-05-15T23:19:17.8321760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red_by_name.lambda.json 2024-05-15T23:19:17.8322650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red_past_day.sql 2024-05-15T23:19:17.8323540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red_by_platform.sql 2024-05-15T23:19:17.8324390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red.sql 2024-05-15T23:19:17.8325240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red_past_day.sql 2024-05-15T23:19:17.8326080Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/validation_jobs_red.sql 2024-05-15T23:19:17.8326910Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/docker_jobs_red_past_day.sql 2024-05-15T23:19:17.8327750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red_by_name.sql 2024-05-15T23:19:17.8328550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql/nightly_jobs_red.sql 2024-05-15T23:19:17.8329240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/__sql 2024-05-15T23:19:17.8329960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red.lambda.json 2024-05-15T23:19:17.8330910Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/validation_jobs_red.lambda.json 2024-05-15T23:19:17.8331810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/nightly_jobs_red_by_platform.lambda.json 2024-05-15T23:19:17.8332870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/docker_jobs_red_past_day.lambda.json 2024-05-15T23:19:17.8333730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/docker_jobs_red.lambda.json 2024-05-15T23:19:17.8334600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies/validation_jobs_red_past_day.lambda.json 2024-05-15T23:19:17.8335350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/nightlies 2024-05-15T23:19:17.8336230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_repo.lambda.json 2024-05-15T23:19:17.8337160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_activity.sql 2024-05-15T23:19:17.8338070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization_by_repo.sql 2024-05-15T23:19:17.8338940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql/runner_utilization.sql 2024-05-15T23:19:17.8339680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/__sql 2024-05-15T23:19:17.8340470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization.lambda.json 2024-05-15T23:19:17.8341390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization/runner_utilization_by_activity.lambda.json 2024-05-15T23:19:17.8342160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset/utilization 2024-05-15T23:19:17.8342730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/rockset 2024-05-15T23:19:17.8343270Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/next-env.d.ts 2024-05-15T23:19:17.8343850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/.prettierignore 2024-05-15T23:19:17.8344410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/README.md 2024-05-15T23:19:17.8344970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/styles/globals.css 2024-05-15T23:19:17.8345530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/styles 2024-05-15T23:19:17.8346190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TablePanel.tsx 2024-05-15T23:19:17.8347130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateIndividualTestsLeaderboard.tsx 2024-05-15T23:19:17.8349050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/GenerateTestInsightsOverviewTable.tsx 2024-05-15T23:19:17.8350040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx 2024-05-15T23:19:17.8350890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx 2024-05-15T23:19:17.8359830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx 2024-05-15T23:19:17.8360630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics/panels 2024-05-15T23:19:17.8361260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics 2024-05-15T23:19:17.8361870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.tsx 2024-05-15T23:19:17.8362530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/WithCommitData.tsx 2024-05-15T23:19:17.8363210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.module.css 2024-05-15T23:19:17.8363910Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.tsx 2024-05-15T23:19:17.8364590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/JobArtifact.tsx 2024-05-15T23:19:17.8365410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/minihud.module.css 2024-05-15T23:19:17.8366110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/ReproductionCommand.tsx 2024-05-15T23:19:17.8366830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupJobConclusion.tsx 2024-05-15T23:19:17.8367550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.tsx 2024-05-15T23:19:17.8368370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/CopyLink.tsx 2024-05-15T23:19:17.8369090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.module.css 2024-05-15T23:19:17.8369810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/LogViewer.tsx 2024-05-15T23:19:17.8370480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.tsx 2024-05-15T23:19:17.8371160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowBox.tsx 2024-05-15T23:19:17.8371920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/AnnouncementBanner.module.css 2024-05-15T23:19:17.8372680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/JobLinks.module.css 2024-05-15T23:19:17.8373370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/WorkflowDispatcher.tsx 2024-05-15T23:19:17.8374150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/GroupHudTableHeaders.tsx 2024-05-15T23:19:17.8374880Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/JobSummary.tsx 2024-05-15T23:19:17.8375550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/TimeUtils.tsx 2024-05-15T23:19:17.8376230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/hud.module.css 2024-05-15T23:19:17.8376940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/FilteredJobList.tsx 2024-05-15T23:19:17.8377650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/PageSelector.tsx 2024-05-15T23:19:17.8378420Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/JobAnnotationToggle.tsx 2024-05-15T23:19:17.8379150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.tsx 2024-05-15T23:19:17.8379810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/SevReport.tsx 2024-05-15T23:19:17.8380460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/commit.module.css 2024-05-15T23:19:17.8381110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/TooltipTarget.tsx 2024-05-15T23:19:17.8381760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/CommitStatus.tsx 2024-05-15T23:19:17.8382440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/LogAnnotationToggle.tsx 2024-05-15T23:19:17.8383220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/NavBar.module.css 2024-05-15T23:19:17.8383930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/JobFilterInput.tsx 2024-05-15T23:19:17.8384640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/TestInsights.tsx 2024-05-15T23:19:17.8385370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/LoginSection.module.css 2024-05-15T23:19:17.8386140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/JobConclusion.module.css 2024-05-15T23:19:17.8386860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/LoggedInMenu.tsx 2024-05-15T23:19:17.8387640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx 2024-05-15T23:19:17.8388600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx 2024-05-15T23:19:17.8389500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css 2024-05-15T23:19:17.8390360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx 2024-05-15T23:19:17.8391130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/additionalTestInfo 2024-05-15T23:19:17.8391960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/metrics.module.css 2024-05-15T23:19:17.8392690Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/VersionControlLinks.tsx 2024-05-15T23:19:17.8393450Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/GranularityPicker.tsx 2024-05-15T23:19:17.8394170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/ErrorBoundary.tsx 2024-05-15T23:19:17.8394850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components/JobTooltip.tsx 2024-05-15T23:19:17.8395490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/components 2024-05-15T23:19:17.8396070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/yarn.lock 2024-05-15T23:19:17.8396660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/public/favicon.ico 2024-05-15T23:19:17.8397240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/public 2024-05-15T23:19:17.8397820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/.prettierrc.json 2024-05-15T23:19:17.8398400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/.gitignore 2024-05-15T23:19:17.8398990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/package-lock.json 2024-05-15T23:19:17.8399590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/package.json 2024-05-15T23:19:17.8400230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateSlowTests.mjs 2024-05-15T23:19:17.8400910Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/scripts/checkRockset.mjs 2024-05-15T23:19:17.8401610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/scripts/deleteOldQueryLambdaVersions.mjs 2024-05-15T23:19:17.8402330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/scripts/uploadQueryLambda.mjs 2024-05-15T23:19:17.8402980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/scripts/backfillJobs.mjs 2024-05-15T23:19:17.8403630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/scripts/downloadQueryLambda.mjs 2024-05-15T23:19:17.8404310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/scripts/updateQueueTimes.mjs 2024-05-15T23:19:17.8404960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/scripts/pushRocksetTags.mjs 2024-05-15T23:19:17.8405540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/scripts 2024-05-15T23:19:17.8406070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchPR.ts 2024-05-15T23:19:17.8406620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/rockset.ts 2024-05-15T23:19:17.8407200Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/useTableFilter.ts 2024-05-15T23:19:17.8407780Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/drciUtils.ts 2024-05-15T23:19:17.8408360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/RevertModal.tsx 2024-05-15T23:19:17.8408940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/useScrollTo.ts 2024-05-15T23:19:17.8409550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchIssuesByLabel.ts 2024-05-15T23:19:17.8410140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/github.ts 2024-05-15T23:19:17.8410840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFlakyTests.ts 2024-05-15T23:19:17.8411440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/getAuthors.ts 2024-05-15T23:19:17.8412020Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchUtils.ts 2024-05-15T23:19:17.8412590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/jobUtils.ts 2024-05-15T23:19:17.8413160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchCommit.ts 2024-05-15T23:19:17.8413940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/useGroupingPreference.tsx 2024-05-15T23:19:17.8414570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/GeneralUtils.ts 2024-05-15T23:19:17.8415130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/types.ts 2024-05-15T23:19:17.8415780Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchRecentWorkflows.ts 2024-05-15T23:19:17.8416460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/JobClassifierUtil.ts 2024-05-15T23:19:17.8417130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts 2024-05-15T23:19:17.8417750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/dynamo.ts 2024-05-15T23:19:17.8418290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/track.ts 2024-05-15T23:19:17.8418890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchbotLogger.ts 2024-05-15T23:19:17.8419530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoCcBot.ts 2024-05-15T23:19:17.8420150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/ciflowPushTrigger.ts 2024-05-15T23:19:17.8420840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/webhookToDynamo.ts 2024-05-15T23:19:17.8421540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/codevNoWritePermBot.ts 2024-05-15T23:19:17.8422180Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBot.ts 2024-05-15T23:19:17.8422810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/stripApprovalBot.ts 2024-05-15T23:19:17.8426360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/utils.ts 2024-05-15T23:19:17.8427040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/autoLabelBot.ts 2024-05-15T23:19:17.8427710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cliParser.ts 2024-05-15T23:19:17.8428370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/Constants.ts 2024-05-15T23:19:17.8429030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/subscriptions.ts 2024-05-15T23:19:17.8429770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts 2024-05-15T23:19:17.8430560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts 2024-05-15T23:19:17.8431240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/index.ts 2024-05-15T23:19:17.8431970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts 2024-05-15T23:19:17.8432730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/pytorchBotHandler.ts 2024-05-15T23:19:17.8433400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/retryBot.ts 2024-05-15T23:19:17.8434030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot/drciBot.ts 2024-05-15T23:19:17.8434730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/bot 2024-05-15T23:19:17.8435340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchHud.ts 2024-05-15T23:19:17.8436210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchFailureSamples.ts 2024-05-15T23:19:17.8436890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/opensearch.ts 2024-05-15T23:19:17.8437520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/searchLogs.ts 2024-05-15T23:19:17.8438170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/ParamSelector.tsx 2024-05-15T23:19:17.8438830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/githubFunctions.ts 2024-05-15T23:19:17.8439620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/useHudData.ts 2024-05-15T23:19:17.8440300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/correlation_matrix.json 2024-05-15T23:19:17.8441040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/metricUtils.ts 2024-05-15T23:19:17.8441790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib/fetchS3Links.ts 2024-05-15T23:19:17.8442400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/lib 2024-05-15T23:19:17.8442970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/tsconfig.json 2024-05-15T23:19:17.8443560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/.env.example 2024-05-15T23:19:17.8444320Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx 2024-05-15T23:19:17.8445150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite]/[compiler] 2024-05-15T23:19:17.8445860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/[suite] 2024-05-15T23:19:17.8446560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark/compilers.tsx 2024-05-15T23:19:17.8447260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/benchmark 2024-05-15T23:19:17.8447920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead.tsx 2024-05-15T23:19:17.8448760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx 2024-05-15T23:19:17.8449670Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch] 2024-05-15T23:19:17.8450500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner]/[repoName] 2024-05-15T23:19:17.8451230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud/[repoOwner] 2024-05-15T23:19:17.8451870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/minihud 2024-05-15T23:19:17.8452590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx 2024-05-15T23:19:17.8453380Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/commit 2024-05-15T23:19:17.8454250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx 2024-05-15T23:19:17.8455050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/pull 2024-05-15T23:19:17.8455860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx 2024-05-15T23:19:17.8456690Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName]/issues 2024-05-15T23:19:17.8457430Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner]/[repoName] 2024-05-15T23:19:17.8458090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/[repoOwner] 2024-05-15T23:19:17.8458720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/login_test.tsx 2024-05-15T23:19:17.8459660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/_githubrunnersutilization.tsx 2024-05-15T23:19:17.8460450Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench/userbenchmark.tsx 2024-05-15T23:19:17.8461130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/torchbench 2024-05-15T23:19:17.8461780Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/test/insights.tsx 2024-05-15T23:19:17.8462390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/test 2024-05-15T23:19:17.8463240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/oncall_insights.tsx 2024-05-15T23:19:17.8464030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead/insights.tsx 2024-05-15T23:19:17.8464730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/testing_overhead 2024-05-15T23:19:17.8465380Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/flakytest.tsx 2024-05-15T23:19:17.8465990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/kpis.tsx 2024-05-15T23:19:17.8466600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/tests.tsx 2024-05-15T23:19:17.8467210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/metrics.tsx 2024-05-15T23:19:17.8467990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx 2024-05-15T23:19:17.8468860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner]/[repoName] 2024-05-15T23:19:17.8469620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability/[repoOwner] 2024-05-15T23:19:17.8470290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/reliability 2024-05-15T23:19:17.8471070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx 2024-05-15T23:19:17.8471940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch] 2024-05-15T23:19:17.8472710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner]/[repoName] 2024-05-15T23:19:17.8473380Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts/[repoOwner] 2024-05-15T23:19:17.8473950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/tts 2024-05-15T23:19:17.8474560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/correlation.tsx 2024-05-15T23:19:17.8475360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx 2024-05-15T23:19:17.8476290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch] 2024-05-15T23:19:17.8477120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName] 2024-05-15T23:19:17.8477840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs/[repoOwner] 2024-05-15T23:19:17.8478470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/failedjobs 2024-05-15T23:19:17.8479160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts 2024-05-15T23:19:17.8479850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts/s3 2024-05-15T23:19:17.8480470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/artifacts 2024-05-15T23:19:17.8481200Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts 2024-05-15T23:19:17.8481990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit 2024-05-15T23:19:17.8482970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts 2024-05-15T23:19:17.8483770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull 2024-05-15T23:19:17.8484480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner]/[repoName] 2024-05-15T23:19:17.8485120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/[repoOwner] 2024-05-15T23:19:17.8491600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth/[...nextauth].js 2024-05-15T23:19:17.8492360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/auth 2024-05-15T23:19:17.8492940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/search.ts 2024-05-15T23:19:17.8493540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/failure.ts 2024-05-15T23:19:17.8494190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/disable.ts 2024-05-15T23:19:17.8494900Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests/flakytest.ts 2024-05-15T23:19:17.8495650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/flaky-tests 2024-05-15T23:19:17.8496310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/webhooks.ts 2024-05-15T23:19:17.8497140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts 2024-05-15T23:19:17.8498090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow] 2024-05-15T23:19:17.8498950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName] 2024-05-15T23:19:17.8499730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch/[repoOwner] 2024-05-15T23:19:17.8500410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github/dispatch 2024-05-15T23:19:17.8501020Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/github 2024-05-15T23:19:17.8501610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci/drci.ts 2024-05-15T23:19:17.8502190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/drci 2024-05-15T23:19:17.8502830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue/[label].ts 2024-05-15T23:19:17.8503430Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/issue 2024-05-15T23:19:17.8504100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts 2024-05-15T23:19:17.8504810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/usage-log-aggregator 2024-05-15T23:19:17.8505530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/corresponding_workflow_id.ts 2024-05-15T23:19:17.8559760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection]/[lambdaName].ts 2024-05-15T23:19:17.8560700Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query/[collection] 2024-05-15T23:19:17.8561370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/query 2024-05-15T23:19:17.8562190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts 2024-05-15T23:19:17.8563130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName] 2024-05-15T23:19:17.8563950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation/[repoOwner] 2024-05-15T23:19:17.8564670Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/log_annotation 2024-05-15T23:19:17.8565760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts 2024-05-15T23:19:17.8566780Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures 2024-05-15T23:19:17.8567740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts 2024-05-15T23:19:17.8568980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts 2024-05-15T23:19:17.8569980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations 2024-05-15T23:19:17.8570890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName] 2024-05-15T23:19:17.8571710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation/[repoOwner] 2024-05-15T23:19:17.8572440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/job_annotation 2024-05-15T23:19:17.8573260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts 2024-05-15T23:19:17.8574140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch] 2024-05-15T23:19:17.8574990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName] 2024-05-15T23:19:17.8575720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud/[repoOwner] 2024-05-15T23:19:17.8576350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api/hud 2024-05-15T23:19:17.8576920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/api 2024-05-15T23:19:17.8577530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/nightlies.tsx 2024-05-15T23:19:17.8578140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/sli.tsx 2024-05-15T23:19:17.8578740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/failure.tsx 2024-05-15T23:19:17.8579360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/_app.tsx 2024-05-15T23:19:17.8580130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx 2024-05-15T23:19:17.8581000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch] 2024-05-15T23:19:17.8581800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner]/[repoName] 2024-05-15T23:19:17.8582490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud/[repoOwner] 2024-05-15T23:19:17.8583090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages/hud 2024-05-15T23:19:17.8583640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/pages 2024-05-15T23:19:17.8584210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci/.eslintrc.json 2024-05-15T23:19:17.8584750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/torchci 2024-05-15T23:19:17.8585310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git-blame-ignore-revs 2024-05-15T23:19:17.8585890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/CODE_OF_CONDUCT.md 2024-05-15T23:19:17.8586420Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.flake8 2024-05-15T23:19:17.8587000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/requirements.txt 2024-05-15T23:19:17.8587640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/reverts.py 2024-05-15T23:19:17.8588270Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/pyproject.toml 2024-05-15T23:19:17.8589120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_queue_alert.py 2024-05-15T23:19:17.8589900Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_update_test_times.py 2024-05-15T23:19:17.8590740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py 2024-05-15T23:19:17.8591470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/td 2024-05-15T23:19:17.8592210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests/test_check_alerts.py 2024-05-15T23:19:17.8592860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/tests 2024-05-15T23:19:17.8593470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/check_alerts.py 2024-05-15T23:19:17.8594110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/queue_alert.py 2024-05-15T23:19:17.8594810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_profiling.py 2024-05-15T23:19:17.8595590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/calculate_file_test_rating.py 2024-05-15T23:19:17.8596350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/get_merge_base_info.py 2024-05-15T23:19:17.8597010Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/utils.py 2024-05-15T23:19:17.8597680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_rockset_analysis.py 2024-05-15T23:19:17.8598490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py 2024-05-15T23:19:17.8599190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/td 2024-05-15T23:19:17.8599810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/rockset_utils.py 2024-05-15T23:19:17.8600450Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/README.md 2024-05-15T23:19:17.8601050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/utils.py 2024-05-15T23:19:17.8601700Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/update_test_times.py 2024-05-15T23:19:17.8602400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/compute_correlation.py 2024-05-15T23:19:17.8611260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/download_logs.py 2024-05-15T23:19:17.8611940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci/github_analyze.py 2024-05-15T23:19:17.8612540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchci 2024-05-15T23:19:17.8613110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchfix/README.md 2024-05-15T23:19:17.8613690Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/torchfix 2024-05-15T23:19:17.8614260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/.flake8 2024-05-15T23:19:17.8614890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/requirements.txt 2024-05-15T23:19:17.8615540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/.gitignore 2024-05-15T23:19:17.8616220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/analyze-history 2024-05-15T23:19:17.8616970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin/build-check-api-compatibility 2024-05-15T23:19:17.8617660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/bin 2024-05-15T23:19:17.8618300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/pyproject.toml 2024-05-15T23:19:17.8618980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/git.py 2024-05-15T23:19:17.8620000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/__init__.py 2024-05-15T23:19:17.8620770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing/source.py 2024-05-15T23:19:17.8621480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib/testing 2024-05-15T23:19:17.8622110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/lib 2024-05-15T23:19:17.8622760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/conftest.py 2024-05-15T23:19:17.8623580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_compatibility.py 2024-05-15T23:19:17.8624330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_github.py 2024-05-15T23:19:17.8625030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_git.py 2024-05-15T23:19:17.8625820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py 2024-05-15T23:19:17.8626600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast.py 2024-05-15T23:19:17.8627340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api/test_ast_param_types.py 2024-05-15T23:19:17.8628040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests/api 2024-05-15T23:19:17.8628620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/tests 2024-05-15T23:19:17.8629280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/compatibility.py 2024-05-15T23:19:17.8629950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/git.py 2024-05-15T23:19:17.8630620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/__init__.py 2024-05-15T23:19:17.8631280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/types.py 2024-05-15T23:19:17.8631930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/ast.py 2024-05-15T23:19:17.8632600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/github.py 2024-05-15T23:19:17.8633280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/checker.py 2024-05-15T23:19:17.8633970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api/violations.py 2024-05-15T23:19:17.8634610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src/api 2024-05-15T23:19:17.8635180Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold/src 2024-05-15T23:19:17.8635720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/stronghold 2024-05-15T23:19:17.8636370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/setup.sh 2024-05-15T23:19:17.8637250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff 2024-05-15T23:19:17.8638290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff 2024-05-15T23:19:17.8639280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff 2024-05-15T23:19:17.8640100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/15.x-patches 2024-05-15T23:19:17.8640880Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy 2024-05-15T23:19:17.8641680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/verify.sh 2024-05-15T23:19:17.8642340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/README.md 2024-05-15T23:19:17.8648410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff 2024-05-15T23:19:17.8649440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff 2024-05-15T23:19:17.8650240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/11.x-patches 2024-05-15T23:19:17.8650940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/.gitignore 2024-05-15T23:19:17.8651880Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff 2024-05-15T23:19:17.8652720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks/17.x-patches 2024-05-15T23:19:17.8653350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/clang-tidy-checks 2024-05-15T23:19:17.8654010Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/actionlint_linter.py 2024-05-15T23:19:17.8654710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/grep_linter.py 2024-05-15T23:19:17.8655380Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ufmt_linter.py 2024-05-15T23:19:17.8656120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/lintrunner_version_linter.py 2024-05-15T23:19:17.8656850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/pip_init.py 2024-05-15T23:19:17.8657530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/flake8_linter.py 2024-05-15T23:19:17.8658210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init.py 2024-05-15T23:19:17.8658890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/exec_linter.py 2024-05-15T23:19:17.8659580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/ruff_linter.py 2024-05-15T23:19:17.8660260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/mypy_linter.py 2024-05-15T23:19:17.8660950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/newlines_linter.py 2024-05-15T23:19:17.8661660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters/s3_init_config.json 2024-05-15T23:19:17.8662300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter/adapters 2024-05-15T23:19:17.8662840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/linter 2024-05-15T23:19:17.8663390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/Cargo.toml 2024-05-15T23:19:17.8664090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif_test.py 2024-05-15T23:19:17.8664840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools/convert_to_sarif.py 2024-05-15T23:19:17.8665510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tools 2024-05-15T23:19:17.8666110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/rustfmt.toml 2024-05-15T23:19:17.8666720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/LICENSE 2024-05-15T23:19:17.8667320Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/CHANGELOG.md 2024-05-15T23:19:17.8667950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/do_release.sh 2024-05-15T23:19:17.8668590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/pyproject.toml 2024-05-15T23:19:17.8669460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__changed_init_causes_warning_1.snap 2024-05-15T23:19:17.8670620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__format_command_doesnt_use_nonformat_linter.snap 2024-05-15T23:19:17.8671850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__skip_nonexistent_linter.snap 2024-05-15T23:19:17.8672860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter.snap 2024-05-15T23:19:17.8673870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__linter_nonexistent_command.snap 2024-05-15T23:19:17.8675120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__linter_providing_nonexistent_path_degrades_gracefully.snap 2024-05-15T23:19:17.8676250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__unknown_config_fails.snap 2024-05-15T23:19:17.8677280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_two_configs.snap 2024-05-15T23:19:17.8678290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_args.snap 2024-05-15T23:19:17.8679360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_paths_cmd_and_specified_paths.snap 2024-05-15T23:19:17.8680420Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__empty_command_fails.snap 2024-05-15T23:19:17.8681410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__git_head_files.snap 2024-05-15T23:19:17.8682460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_fake_second_config.snap 2024-05-15T23:19:17.8683530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__no_op_config_succeeds.snap 2024-05-15T23:19:17.8684590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__linter_hard_failure_is_caught.snap 2024-05-15T23:19:17.8685640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__rage_command_output.snap 2024-05-15T23:19:17.8686650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_config_fails.snap 2024-05-15T23:19:17.8687680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__init_suppresses_warning.snap 2024-05-15T23:19:17.8688710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__duplicate_code_fails.snap 2024-05-15T23:19:17.8689730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__take_nonexistent_linter.snap 2024-05-15T23:19:17.8690710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__tee_json.snap 2024-05-15T23:19:17.8691750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_fails_on_nonexistent_file.snap 2024-05-15T23:19:17.8692850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__invalid_paths_cmd_and_from.snap 2024-05-15T23:19:17.8750330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__excluding_dryrun_fails.snap 2024-05-15T23:19:17.8751480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_only_under_dir.snap 2024-05-15T23:19:17.8752630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__linter_replacement_trailing_newlines.snap 2024-05-15T23:19:17.8754020Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_replacement_message.snap 2024-05-15T23:19:17.8755190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__changed_init_causes_warning_2.snap 2024-05-15T23:19:17.8756240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__git_no_changes.snap 2024-05-15T23:19:17.8757350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots/integration_test__simple_linter_oneline.snap 2024-05-15T23:19:17.8758210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/snapshots 2024-05-15T23:19:17.8758930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/integration_test.rs 2024-05-15T23:19:17.8759740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures/fake_source_file.rs 2024-05-15T23:19:17.8760490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests/fixtures 2024-05-15T23:19:17.8761120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/tests 2024-05-15T23:19:17.8761740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/README.md 2024-05-15T23:19:17.8762370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/cliff.toml 2024-05-15T23:19:17.8763060Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/flake8_linter.py 2024-05-15T23:19:17.8763820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/rustfmt_linter.py 2024-05-15T23:19:17.8764610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples/config_example.toml 2024-05-15T23:19:17.8765290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/examples 2024-05-15T23:19:17.8765920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_config.rs 2024-05-15T23:19:17.8766620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/persistent_data.rs 2024-05-15T23:19:17.8767280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/rage.rs 2024-05-15T23:19:17.8767910Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/log_utils.rs 2024-05-15T23:19:17.8775470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/render.rs 2024-05-15T23:19:17.8776100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lib.rs 2024-05-15T23:19:17.8776710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/git.rs 2024-05-15T23:19:17.8777350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/path.rs 2024-05-15T23:19:17.8777980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/linter.rs 2024-05-15T23:19:17.8778610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/testing.rs 2024-05-15T23:19:17.8779240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/main.rs 2024-05-15T23:19:17.8779860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/init.rs 2024-05-15T23:19:17.8780520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/lint_message.rs 2024-05-15T23:19:17.8781210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/sapling.rs 2024-05-15T23:19:17.8781910Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src/version_control.rs 2024-05-15T23:19:17.8782560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner/src 2024-05-15T23:19:17.8783120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/lintrunner 2024-05-15T23:19:17.8784000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh 2024-05-15T23:19:17.8784690Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/mirror-pypi 2024-05-15T23:19:17.8785310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/update_test_assets.sh 2024-05-15T23:19:17.8786050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json 2024-05-15T23:19:17.8786840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/test_rockset_autoscale.py 2024-05-15T23:19:17.8787580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/test_generate_binary_build_matrix.py 2024-05-15T23:19:17.8788300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/test_validate_alerts.py 2024-05-15T23:19:17.8789020Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/test_fetch_latest_green_commit.py 2024-05-15T23:19:17.8789680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/README.md 2024-05-15T23:19:17.8790390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json 2024-05-15T23:19:17.8791240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json 2024-05-15T23:19:17.8792090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json 2024-05-15T23:19:17.8792950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json 2024-05-15T23:19:17.8793800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json 2024-05-15T23:19:17.8794630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json 2024-05-15T23:19:17.8795430Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_wheel.json 2024-05-15T23:19:17.8796210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/assets/build_matrix_macos_conda.json 2024-05-15T23:19:17.8796850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests/assets 2024-05-15T23:19:17.8797390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/tests 2024-05-15T23:19:17.8797930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/__init__.py 2024-05-15T23:19:17.8798570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/alerts/upload_alerts_to_aws.py 2024-05-15T23:19:17.8799250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/alerts/validate_alerts.py 2024-05-15T23:19:17.8799850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/alerts 2024-05-15T23:19:17.8800520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/requirements.txt 2024-05-15T23:19:17.8801290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/Makefile 2024-05-15T23:19:17.8802090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py 2024-05-15T23:19:17.8802950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state.py 2024-05-15T23:19:17.8803710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/README.md 2024-05-15T23:19:17.8804440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/.gitignore 2024-05-15T23:19:17.8805230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py 2024-05-15T23:19:17.8806080Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh 2024-05-15T23:19:17.8807000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/self-hosted-runner-utils 2024-05-15T23:19:17.8807680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/backfill_events.py 2024-05-15T23:19:17.8808460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/list_prs_from_partners_by_label.py 2024-05-15T23:19:17.8809250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/consolidate_scale_config_yaml.py 2024-05-15T23:19:17.8810060Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/analyze_ci_workflows.py 2024-05-15T23:19:17.8810770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/download-lambdas.py 2024-05-15T23:19:17.8811490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_release_matrix.py 2024-05-15T23:19:17.8812160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/gitutils.py 2024-05-15T23:19:17.8812870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_binary_build_matrix.py 2024-05-15T23:19:17.8813600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/rockset_autoscale.py 2024-05-15T23:19:17.8814360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/generate_docker_release_matrix.py 2024-05-15T23:19:17.8815130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts/fetch_latest_green_commit.py 2024-05-15T23:19:17.8815770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/scripts 2024-05-15T23:19:17.8816490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/test_binary_size_validation.py 2024-05-15T23:19:17.8817330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/requirements.txt 2024-05-15T23:19:17.8818070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/README.md 2024-05-15T23:19:17.8818830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation/binary_size_validation.py 2024-05-15T23:19:17.8819540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/binary_size_validation 2024-05-15T23:19:17.8820150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.flake8 2024-05-15T23:19:17.8820830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py 2024-05-15T23:19:17.8821600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py 2024-05-15T23:19:17.8822370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py 2024-05-15T23:19:17.8823140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py 2024-05-15T23:19:17.8823930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py 2024-05-15T23:19:17.8824710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py 2024-05-15T23:19:17.8825510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py 2024-05-15T23:19:17.8826310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py 2024-05-15T23:19:17.8827050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pytorch_pkg_helpers 2024-05-15T23:19:17.8827730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/Makefile 2024-05-15T23:19:17.8828380Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/pyproject.toml 2024-05-15T23:19:17.8829090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_version.py 2024-05-15T23:19:17.8829820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_utils.py 2024-05-15T23:19:17.8830640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_wheel.py 2024-05-15T23:19:17.8831370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_cuda.py 2024-05-15T23:19:17.8832080Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_macos.py 2024-05-15T23:19:17.8832800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/test_conda.py 2024-05-15T23:19:17.8833650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets/conda_search.json 2024-05-15T23:19:17.8834380Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests/assets 2024-05-15T23:19:17.8835000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/tests 2024-05-15T23:19:17.8835600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/README.md 2024-05-15T23:19:17.8836220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitignore 2024-05-15T23:19:17.8836870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/.gitattributes 2024-05-15T23:19:17.8837500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers/poetry.lock 2024-05-15T23:19:17.8838080Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/pkg-helpers 2024-05-15T23:19:17.8838720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/requirements.txt 2024-05-15T23:19:17.8839480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py 2024-05-15T23:19:17.8840190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools/device-farm-runner 2024-05-15T23:19:17.8840710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/tools 2024-05-15T23:19:17.8841180Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/LICENSE 2024-05-15T23:19:17.8841680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/pyproject.toml 2024-05-15T23:19:17.8847960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/release/cut-release-branch.sh 2024-05-15T23:19:17.8848510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/release 2024-05-15T23:19:17.8849100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/s3_management/update_dependencies.py 2024-05-15T23:19:17.8849780Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/s3_management/requirements.txt 2024-05-15T23:19:17.8850400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/s3_management/README.md 2024-05-15T23:19:17.8850980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/s3_management/manage.py 2024-05-15T23:19:17.8851580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/s3_management/backup_conda.py 2024-05-15T23:19:17.8852150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/s3_management 2024-05-15T23:19:17.8852650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/README.md 2024-05-15T23:19:17.8853130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/mypy.ini 2024-05-15T23:19:17.8853640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.lintrunner.toml 2024-05-15T23:19:17.8854170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.gitignore 2024-05-15T23:19:17.8854720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.mypy_requirements.txt 2024-05-15T23:19:17.8855590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/outputs.tf 2024-05-15T23:19:17.8856360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/LICENSE.md 2024-05-15T23:19:17.8857100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/main.tf 2024-05-15T23:19:17.8857830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.tflint.hcl 2024-05-15T23:19:17.8858750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/kms.tf 2024-05-15T23:19:17.8859490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/elastic_cache.tf 2024-05-15T23:19:17.8860370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json 2024-05-15T23:19:17.8861220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/policies 2024-05-15T23:19:17.8862140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/.gitignore 2024-05-15T23:19:17.8862870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/variables.tf 2024-05-15T23:19:17.8863680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh 2024-05-15T23:19:17.8864520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/terraform_migrations 2024-05-15T23:19:17.8865370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates/resource-group.json 2024-05-15T23:19:17.8866150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/templates 2024-05-15T23:19:17.8867010Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js 2024-05-15T23:19:17.8868130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json 2024-05-15T23:19:17.8869260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources 2024-05-15T23:19:17.8870230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test 2024-05-15T23:19:17.8871180Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js 2024-05-15T23:19:17.8872150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock 2024-05-15T23:19:17.8873100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore 2024-05-15T23:19:17.8874110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json 2024-05-15T23:19:17.8875090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc 2024-05-15T23:19:17.8876070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc 2024-05-15T23:19:17.8877070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json 2024-05-15T23:19:17.8878090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml 2024-05-15T23:19:17.8879170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts 2024-05-15T23:19:17.8880290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts 2024-05-15T23:19:17.8881340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook 2024-05-15T23:19:17.8882360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts 2024-05-15T23:19:17.8883490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms 2024-05-15T23:19:17.8884550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts 2024-05-15T23:19:17.8885530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs 2024-05-15T23:19:17.8886480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts 2024-05-15T23:19:17.8887530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts 2024-05-15T23:19:17.8888460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src 2024-05-15T23:19:17.8889340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook 2024-05-15T23:19:17.8890170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/lambdas 2024-05-15T23:19:17.8891020Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf 2024-05-15T23:19:17.8891870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf 2024-05-15T23:19:17.8892690Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/main.tf 2024-05-15T23:19:17.8893520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl 2024-05-15T23:19:17.8894370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars 2024-05-15T23:19:17.8895350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json 2024-05-15T23:19:17.8896430Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json 2024-05-15T23:19:17.8897430Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json 2024-05-15T23:19:17.8898330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/policies 2024-05-15T23:19:17.8899150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/README.md 2024-05-15T23:19:17.8899980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf 2024-05-15T23:19:17.8900810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf 2024-05-15T23:19:17.8901620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/webhook 2024-05-15T23:19:17.8902440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf 2024-05-15T23:19:17.8903320Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf 2024-05-15T23:19:17.8904200Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl 2024-05-15T23:19:17.8905090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md 2024-05-15T23:19:17.8905980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf 2024-05-15T23:19:17.8906840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/download-lambda 2024-05-15T23:19:17.8907830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf 2024-05-15T23:19:17.8908730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf 2024-05-15T23:19:17.8909660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf 2024-05-15T23:19:17.8910730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json 2024-05-15T23:19:17.8911960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json 2024-05-15T23:19:17.8913150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json 2024-05-15T23:19:17.8914280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json 2024-05-15T23:19:17.8915400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json 2024-05-15T23:19:17.8916440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies 2024-05-15T23:19:17.8917370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf 2024-05-15T23:19:17.8918330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf 2024-05-15T23:19:17.8919310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1 2024-05-15T23:19:17.8920440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json 2024-05-15T23:19:17.8921600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1 2024-05-15T23:19:17.8922720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json 2024-05-15T23:19:17.8923840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json 2024-05-15T23:19:17.8924930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh 2024-05-15T23:19:17.8925980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh 2024-05-15T23:19:17.8927070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl 2024-05-15T23:19:17.8928170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json 2024-05-15T23:19:17.8936680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json 2024-05-15T23:19:17.8937860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/templates 2024-05-15T23:19:17.8938830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf 2024-05-15T23:19:17.8939790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf 2024-05-15T23:19:17.8940900Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf 2024-05-15T23:19:17.8941810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners-instances 2024-05-15T23:19:17.8942710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf 2024-05-15T23:19:17.8943650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf 2024-05-15T23:19:17.8944700Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl 2024-05-15T23:19:17.8945730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json 2024-05-15T23:19:17.8946850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json 2024-05-15T23:19:17.8948000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json 2024-05-15T23:19:17.8949080Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json 2024-05-15T23:19:17.8950070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies 2024-05-15T23:19:17.8951010Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md 2024-05-15T23:19:17.8951960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf 2024-05-15T23:19:17.8952870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions 2024-05-15T23:19:17.8953760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore 2024-05-15T23:19:17.8954730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js 2024-05-15T23:19:17.8955820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json 2024-05-15T23:19:17.8956900Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources 2024-05-15T23:19:17.8957850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test 2024-05-15T23:19:17.8958800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js 2024-05-15T23:19:17.8959760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock 2024-05-15T23:19:17.8960720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json 2024-05-15T23:19:17.8961670Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc 2024-05-15T23:19:17.8962610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc 2024-05-15T23:19:17.8963590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json 2024-05-15T23:19:17.8964570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml 2024-05-15T23:19:17.8965770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts 2024-05-15T23:19:17.8966950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts 2024-05-15T23:19:17.8968160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts 2024-05-15T23:19:17.8969310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts 2024-05-15T23:19:17.8970460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms 2024-05-15T23:19:17.8971550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts 2024-05-15T23:19:17.8972680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts 2024-05-15T23:19:17.8973800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts 2024-05-15T23:19:17.8974970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts 2024-05-15T23:19:17.8976150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts 2024-05-15T23:19:17.8977330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts 2024-05-15T23:19:17.8978470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts 2024-05-15T23:19:17.8979580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts 2024-05-15T23:19:17.8980670Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts 2024-05-15T23:19:17.8981830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts 2024-05-15T23:19:17.8982970Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts 2024-05-15T23:19:17.8984090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts 2024-05-15T23:19:17.8985260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts 2024-05-15T23:19:17.8986400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts 2024-05-15T23:19:17.8987540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts 2024-05-15T23:19:17.8988660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts 2024-05-15T23:19:17.8989770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts 2024-05-15T23:19:17.8990930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts 2024-05-15T23:19:17.8992200Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts 2024-05-15T23:19:17.8993360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts 2024-05-15T23:19:17.8994480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts 2024-05-15T23:19:17.8995540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners 2024-05-15T23:19:17.8996610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts 2024-05-15T23:19:17.8997580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src 2024-05-15T23:19:17.8998490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners 2024-05-15T23:19:17.8999360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/lambdas 2024-05-15T23:19:17.9000210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf 2024-05-15T23:19:17.9001050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/main.tf 2024-05-15T23:19:17.9001910Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf 2024-05-15T23:19:17.9002770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl 2024-05-15T23:19:17.9003700Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf 2024-05-15T23:19:17.9004610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep 2024-05-15T23:19:17.9005580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json 2024-05-15T23:19:17.9006640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json 2024-05-15T23:19:17.9007660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json 2024-05-15T23:19:17.9008650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json 2024-05-15T23:19:17.9009720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json 2024-05-15T23:19:17.9010700Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/policies 2024-05-15T23:19:17.9011550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/variables.tf 2024-05-15T23:19:17.9012410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf 2024-05-15T23:19:17.9013210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runners 2024-05-15T23:19:17.9059880Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json 2024-05-15T23:19:17.9061500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json 2024-05-15T23:19:17.9063210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json 2024-05-15T23:19:17.9064760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json 2024-05-15T23:19:17.9066120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources 2024-05-15T23:19:17.9067370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test 2024-05-15T23:19:17.9068580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js 2024-05-15T23:19:17.9069780Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock 2024-05-15T23:19:17.9070960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore 2024-05-15T23:19:17.9072160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json 2024-05-15T23:19:17.9073330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc 2024-05-15T23:19:17.9074510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc 2024-05-15T23:19:17.9075720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json 2024-05-15T23:19:17.9076930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml 2024-05-15T23:19:17.9078140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts 2024-05-15T23:19:17.9079350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts 2024-05-15T23:19:17.9080600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts 2024-05-15T23:19:17.9081890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts 2024-05-15T23:19:17.9083130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer 2024-05-15T23:19:17.9084300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src 2024-05-15T23:19:17.9085420Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer 2024-05-15T23:19:17.9086410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas 2024-05-15T23:19:17.9087320Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf 2024-05-15T23:19:17.9088230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf 2024-05-15T23:19:17.9089260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl 2024-05-15T23:19:17.9090220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars 2024-05-15T23:19:17.9091210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json 2024-05-15T23:19:17.9092370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json 2024-05-15T23:19:17.9093630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json 2024-05-15T23:19:17.9094610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies 2024-05-15T23:19:17.9095520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md 2024-05-15T23:19:17.9096490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf 2024-05-15T23:19:17.9097560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf 2024-05-15T23:19:17.9098550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer 2024-05-15T23:19:17.9099350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner/modules 2024-05-15T23:19:17.9100010Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/terraform-aws-github-runner 2024-05-15T23:19:17.9108040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/CONTRIBUTING.md 2024-05-15T23:19:17.9108740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/arc-runner-config.yaml 2024-05-15T23:19:17.9109470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_macos.yml 2024-05-15T23:19:17.9110250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_ci_wait_time_metric.yml 2024-05-15T23:19:17.9111010Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_windows_job.yml 2024-05-15T23:19:17.9111760Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_docker_release_matrix.yml 2024-05-15T23:19:17.9112560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_delete_old_lambda_versions.yml 2024-05-15T23:19:17.9113390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml 2024-05-15T23:19:17.9114190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml 2024-05-15T23:19:17.9114940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_macos.yml 2024-05-15T23:19:17.9115660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/disable-flaky-tests.yml 2024-05-15T23:19:17.9116390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-env-file 2024-05-15T23:19:17.9117160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/revert-tracker.yml 2024-05-15T23:19:17.9117950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_without_cuda.yml 2024-05-15T23:19:17.9118750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly_core.yml 2024-05-15T23:19:17.9119540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_linux_with_cuda.yml 2024-05-15T23:19:17.9120330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_m1.yml 2024-05-15T23:19:17.9121210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/check-alerts.yml 2024-05-15T23:19:17.9121920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_m1.yml 2024-05-15T23:19:17.9122670Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_binary_build_matrix.yml 2024-05-15T23:19:17.9123400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-s3-html.yml 2024-05-15T23:19:17.9124110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/lint.yml 2024-05-15T23:19:17.9124850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml 2024-05-15T23:19:17.9125650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/github-status-test-lambda.yml 2024-05-15T23:19:17.9126410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-drci-comments.yml 2024-05-15T23:19:17.9127130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_macos.yml 2024-05-15T23:19:17.9127880Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml 2024-05-15T23:19:17.9128630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-queue-times.yml 2024-05-15T23:19:17.9129300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-ssh.yml 2024-05-15T23:19:17.9129980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-nvidia.yml 2024-05-15T23:19:17.9130660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-linux.yml 2024-05-15T23:19:17.9131330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/anaconda-prune.yml 2024-05-15T23:19:17.9132040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-do-release-runners.yml 2024-05-15T23:19:17.9132740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_macos_job.yml 2024-05-15T23:19:17.9133520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml 2024-05-15T23:19:17.9134280Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_upload.yml 2024-05-15T23:19:17.9135030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_linux_job.yml 2024-05-15T23:19:17.9135750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/stronghold.yml 2024-05-15T23:19:17.9136470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda.yml 2024-05-15T23:19:17.9137170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-viablestrict.yml 2024-05-15T23:19:17.9137870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_windows.yml 2024-05-15T23:19:17.9138560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/sync_pytorch_canary.yml 2024-05-15T23:19:17.9139300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_with_cuda.yml 2024-05-15T23:19:17.9140040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_linux.yml 2024-05-15T23:19:17.9140720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/lintrunner_ci.yml 2024-05-15T23:19:17.9141410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/clang-tidy-macos.yml 2024-05-15T23:19:17.9142130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/backfill-workflow-job.yml 2024-05-15T23:19:17.9142790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/mobile_job.yml 2024-05-15T23:19:17.9143710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-release-tag-runners.yml 2024-05-15T23:19:17.9144470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/validate-domain-library.yml 2024-05-15T23:19:17.9145250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-export-matrix-variables.yml 2024-05-15T23:19:17.9145980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-slow-tests.yml 2024-05-15T23:19:17.9146780Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-binary-size-validation.yml 2024-05-15T23:19:17.9147480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/linux_job.yml 2024-05-15T23:19:17.9148150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_disabled_tests.yml 2024-05-15T23:19:17.9148860Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-webhook.yml 2024-05-15T23:19:17.9149540Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/gha-artifacts-lambda.yml 2024-05-15T23:19:17.9150300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/_prune-anaconda-packages.yml 2024-05-15T23:19:17.9151140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_windows_without_cuda.yml 2024-05-15T23:19:17.9151990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-validate-domain-library.yml 2024-05-15T23:19:17.9152830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/macos_job.yml 2024-05-15T23:19:17.9153500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-runners.yml 2024-05-15T23:19:17.9154210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/upload-tutorials-stats.yml 2024-05-15T23:19:17.9154890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/tests.yml 2024-05-15T23:19:17.9155560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_wheels_windows.yml 2024-05-15T23:19:17.9156290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/log-classifier-lambda.yml 2024-05-15T23:19:17.9157030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/generate_release_matrix.yml 2024-05-15T23:19:17.9157750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/build_conda_linux.yml 2024-05-15T23:19:17.9158450Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/update-test-times.yml 2024-05-15T23:19:17.9159150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/rockset_autoscale.yml 2024-05-15T23:19:17.9159870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/lambda-release-runners.yml 2024-05-15T23:19:17.9160550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/torchci.yml 2024-05-15T23:19:17.9161190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/windows_job.yml 2024-05-15T23:19:17.9161890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_conda_macos.yml 2024-05-15T23:19:17.9162650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/usage-log-aggregator-lambda.yml 2024-05-15T23:19:17.9163410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/pr-dependencies-check.yml 2024-05-15T23:19:17.9164090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/tflint.yml 2024-05-15T23:19:17.9164850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file 2024-05-15T23:19:17.9165630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_mobile_job.yml 2024-05-15T23:19:17.9166430Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/trigger_nightly.yml 2024-05-15T23:19:17.9167180Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test-update-viablestrict.yml 2024-05-15T23:19:17.9167930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/update_test_file_ratings.yml 2024-05-15T23:19:17.9168670Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/_binary_conda_upload.yml 2024-05-15T23:19:17.9169490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml 2024-05-15T23:19:17.9170310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows/push-rockset-query-lambda-tags.yml 2024-05-15T23:19:17.9170550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/workflows 2024-05-15T23:19:17.9170820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scale-config.yml 2024-05-15T23:19:17.9171150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/export_matrix_variables.py 2024-05-15T23:19:17.9171490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_disabled_issues.py 2024-05-15T23:19:17.9171820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/get_tutorials_stats.py 2024-05-15T23:19:17.9172190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_fetch_latest_green_commit.py 2024-05-15T23:19:17.9172520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py 2024-05-15T23:19:17.9172820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/install_torch.sh 2024-05-15T23:19:17.9173090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/gitutils.py 2024-05-15T23:19:17.9173510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_compute_and_upload_ci_wait_time_metric.py 2024-05-15T23:19:17.9173830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/prune.sh 2024-05-15T23:19:17.9174150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune/run.sh 2024-05-15T23:19:17.9174440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/anaconda-prune 2024-05-15T23:19:17.9174790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/test_update_disabled_issues.py 2024-05-15T23:19:17.9179560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/compute_and_upload_ci_wait_time_metric.py 2024-05-15T23:19:17.9179900Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/update_commit_hashes.py 2024-05-15T23:19:17.9180240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/fetch_latest_green_commit.py 2024-05-15T23:19:17.9180460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts 2024-05-15T23:19:17.9180790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows/action.yml 2024-05-15T23:19:17.9181060Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-windows 2024-05-15T23:19:17.9181390Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space/action.yml 2024-05-15T23:19:17.9181680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/check-disk-space 2024-05-15T23:19:17.9277750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux/action.yml 2024-05-15T23:19:17.9279640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-linux 2024-05-15T23:19:17.9280030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image/action.yml 2024-05-15T23:19:17.9280370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/calculate-docker-image 2024-05-15T23:19:17.9280890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts/action.yml 2024-05-15T23:19:17.9281200Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/upload-alerts 2024-05-15T23:19:17.9281530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel/action.yml 2024-05-15T23:19:17.9281810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/set-channel 2024-05-15T23:19:17.9282270Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia/action.yml 2024-05-15T23:19:17.9282570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-nvidia 2024-05-15T23:19:17.9282930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows/action.yml 2024-05-15T23:19:17.9283220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-windows 2024-05-15T23:19:17.9283580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds/action.yml 2024-05-15T23:19:17.9283890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-builds 2024-05-15T23:19:17.9284230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/README.md 2024-05-15T23:19:17.9284690Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda/action.yml 2024-05-15T23:19:17.9284990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-miniconda 2024-05-15T23:19:17.9285350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image/action.yml 2024-05-15T23:19:17.9285660Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/pull-docker-image 2024-05-15T23:19:17.9286040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache/action.yml 2024-05-15T23:19:17.9286360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/run-script-with-cache 2024-05-15T23:19:17.9286720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict/action.yml 2024-05-15T23:19:17.9287030Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/update-viablestrict 2024-05-15T23:19:17.9287360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner/action.yml 2024-05-15T23:19:17.9287650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/cleanup-runner 2024-05-15T23:19:17.9288010Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly/action.yml 2024-05-15T23:19:17.9288300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/trigger-nightly 2024-05-15T23:19:17.9288630Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint/action.yml 2024-05-15T23:19:17.9288890Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/bc-lint 2024-05-15T23:19:17.9289250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload/action.yml 2024-05-15T23:19:17.9289550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-binary-upload 2024-05-15T23:19:17.9289850Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/index.js 2024-05-15T23:19:17.9290170Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh/action.yml 2024-05-15T23:19:17.9290440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-ssh 2024-05-15T23:19:17.9290770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux/action.yml 2024-05-15T23:19:17.9291050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/teardown-linux 2024-05-15T23:19:17.9291560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test/action.yml 2024-05-15T23:19:17.9291870Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/setup-build-test 2024-05-15T23:19:17.9292210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory/action.yml 2024-05-15T23:19:17.9292510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/chown-directory 2024-05-15T23:19:17.9292900Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables/action.yml 2024-05-15T23:19:17.9293290Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/export-matrix-variables 2024-05-15T23:19:17.9293650Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash/action.yml 2024-05-15T23:19:17.9293960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions/update-commit-hash 2024-05-15T23:19:17.9294200Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actions 2024-05-15T23:19:17.9294460Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/actionlint.yaml 2024-05-15T23:19:17.9294720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/dependabot.yml 2024-05-15T23:19:17.9295000Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/arc-node-config.yaml 2024-05-15T23:19:17.9295200Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github 2024-05-15T23:19:17.9295440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.gitattributes 2024-05-15T23:19:17.9295710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/jest.config.js 2024-05-15T23:19:17.9295990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierignore 2024-05-15T23:19:17.9296240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/README.md 2024-05-15T23:19:17.9296490Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/yarn.lock 2024-05-15T23:19:17.9296770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/.prettierrc.json 2024-05-15T23:19:17.9297070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/get-ip.test.ts 2024-05-15T23:19:17.9297410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/github-utils.test.ts 2024-05-15T23:19:17.9297810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts 2024-05-15T23:19:17.9298050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/__tests__ 2024-05-15T23:19:17.9298310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/package.json 2024-05-15T23:19:17.9298570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/tsconfig.json 2024-05-15T23:19:17.9298830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintignore 2024-05-15T23:19:17.9299140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/.eslintrc.json 2024-05-15T23:19:17.9299420Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/github-utils.ts 2024-05-15T23:19:17.9299670Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/main.ts 2024-05-15T23:19:17.9299980Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/add-github-ssh-key.ts 2024-05-15T23:19:17.9300230Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/get-ip.ts 2024-05-15T23:19:17.9300500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/src/ec2-utils.ts 2024-05-15T23:19:17.9300730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh/src 2024-05-15T23:19:17.9300940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/setup-ssh 2024-05-15T23:19:17.9301200Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.hwm 2024-05-15T23:19:17.9301750Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1 2024-05-15T23:19:17.9302060Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/user-data-scripts 2024-05-15T23:19:17.9302340Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwd 2024-05-15T23:19:17.9302610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/README.md 2024-05-15T23:19:17.9302900Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/variables.pkr.hcl 2024-05-15T23:19:17.9303260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs/sshd_config 2024-05-15T23:19:17.9303510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/configs 2024-05-15T23:19:17.9303930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1 2024-05-15T23:19:17.9304310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1 2024-05-15T23:19:17.9304600Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Helpers 2024-05-15T23:19:17.9305050Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1 2024-05-15T23:19:17.9305510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1 2024-05-15T23:19:17.9305930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1 2024-05-15T23:19:17.9306310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1 2024-05-15T23:19:17.9306730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1 2024-05-15T23:19:17.9307160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1 2024-05-15T23:19:17.9307530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1 2024-05-15T23:19:17.9307930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers/Install-Choco.ps1 2024-05-15T23:19:17.9308240Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts/Installers 2024-05-15T23:19:17.9308500Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/scripts 2024-05-15T23:19:17.9308790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/windows.pkr.hcl 2024-05-15T23:19:17.9309070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows/build.pwi 2024-05-15T23:19:17.9309310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami/windows 2024-05-15T23:19:17.9309520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/ami 2024-05-15T23:19:17.9309840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.toml 2024-05-15T23:19:17.9310150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/Cargo.lock 2024-05-15T23:19:17.9310450Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/README.md 2024-05-15T23:19:17.9310770Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/ruleset.toml 2024-05-15T23:19:17.9311080Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/.gitignore 2024-05-15T23:19:17.9311440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures/request.json 2024-05-15T23:19:17.9311740Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/fixtures 2024-05-15T23:19:17.9312080Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule_match.rs 2024-05-15T23:19:17.9312480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/log.rs 2024-05-15T23:19:17.9312800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/lib.rs 2024-05-15T23:19:17.9313120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/main.rs 2024-05-15T23:19:17.9313470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/network.rs 2024-05-15T23:19:17.9313840Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/rule.rs 2024-05-15T23:19:17.9314160Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src/engine.rs 2024-05-15T23:19:17.9314450Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier/src 2024-05-15T23:19:17.9314730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/log-classifier 2024-05-15T23:19:17.9315060Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/requirements.txt 2024-05-15T23:19:17.9315350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/Makefile 2024-05-15T23:19:17.9315680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy/lambda_function.py 2024-05-15T23:19:17.9315930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/rds-proxy 2024-05-15T23:19:17.9316330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/requirements.txt 2024-05-15T23:19:17.9316680Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/Makefile 2024-05-15T23:19:17.9317080Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/generate_schema.py 2024-05-15T23:19:17.9317480Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/existing_schema.py 2024-05-15T23:19:17.9317830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/utils.py 2024-05-15T23:19:17.9318210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/test_lambda.py 2024-05-15T23:19:17.9318610Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync/lambda_function.py 2024-05-15T23:19:17.9318930Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-webhook-rds-sync 2024-05-15T23:19:17.9319310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt 2024-05-15T23:19:17.9319730Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py 2024-05-15T23:19:17.9320070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/Makefile 2024-05-15T23:19:17.9320410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/README.md 2024-05-15T23:19:17.9320790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py 2024-05-15T23:19:17.9321100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/opensearch-gha-jobs 2024-05-15T23:19:17.9321470Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/requirements.txt 2024-05-15T23:19:17.9321800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/Makefile 2024-05-15T23:19:17.9322140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/README.md 2024-05-15T23:19:17.9322520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test/lambda_function.py 2024-05-15T23:19:17.9322820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/github-status-test 2024-05-15T23:19:17.9323400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/requirements.txt 2024-05-15T23:19:17.9323820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py 2024-05-15T23:19:17.9324190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/Makefile 2024-05-15T23:19:17.9324640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt 2024-05-15T23:19:17.9325210Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip 2024-05-15T23:19:17.9325560Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/test_samples 2024-05-15T23:19:17.9325960Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py 2024-05-15T23:19:17.9326250Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/usage-log-aggregator 2024-05-15T23:19:17.9326590Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/requirements.txt 2024-05-15T23:19:17.9326880Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/Makefile 2024-05-15T23:19:17.9327190Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/README.md 2024-05-15T23:19:17.9327530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts/lambda_function.py 2024-05-15T23:19:17.9327790Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/gha-artifacts 2024-05-15T23:19:17.9328100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/requirements.txt 2024-05-15T23:19:17.9328380Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/Makefile 2024-05-15T23:19:17.9328700Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron/lambda_function.py 2024-05-15T23:19:17.9328950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda/checks-cron 2024-05-15T23:19:17.9329220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/lambda 2024-05-15T23:19:17.9329570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/README.md 2024-05-15T23:19:17.9329990Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js 2024-05-15T23:19:17.9330400Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js 2024-05-15T23:19:17.9330700Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/websites/download.pytorch.org 2024-05-15T23:19:17.9330920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws/websites 2024-05-15T23:19:17.9331110Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/aws 2024-05-15T23:19:17.9331320Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/config 2024-05-15T23:19:17.9331530Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/shallow 2024-05-15T23:19:17.9337440Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-bc946986ee08986084ed5558e9f1c9f659bafbd3.pack 2024-05-15T23:19:17.9338020Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/objects/pack/pack-bc946986ee08986084ed5558e9f1c9f659bafbd3.idx 2024-05-15T23:19:17.9338260Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/objects/pack 2024-05-15T23:19:17.9338510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/objects/info 2024-05-15T23:19:17.9338720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/objects 2024-05-15T23:19:17.9338920Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/HEAD 2024-05-15T23:19:17.9339150Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/info/exclude 2024-05-15T23:19:17.9339570Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/info 2024-05-15T23:19:17.9339800Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/logs/HEAD 2024-05-15T23:19:17.9340060Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads/main 2024-05-15T23:19:17.9340300Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/heads 2024-05-15T23:19:17.9698270Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin/main 2024-05-15T23:19:17.9699710Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes/origin 2024-05-15T23:19:17.9700100Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/logs/refs/remotes 2024-05-15T23:19:17.9700360Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/logs/refs 2024-05-15T23:19:17.9700580Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/logs 2024-05-15T23:19:17.9700820Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/description 2024-05-15T23:19:17.9701120Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/commit-msg.sample 2024-05-15T23:19:17.9701410Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-rebase.sample 2024-05-15T23:19:17.9701690Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-commit.sample 2024-05-15T23:19:17.9702040Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/applypatch-msg.sample 2024-05-15T23:19:17.9702370Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/fsmonitor-watchman.sample 2024-05-15T23:19:17.9702640Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-receive.sample 2024-05-15T23:19:17.9702950Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/prepare-commit-msg.sample 2024-05-15T23:19:17.9703220Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/post-update.sample 2024-05-15T23:19:17.9703520Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-merge-commit.sample 2024-05-15T23:19:17.9703810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-applypatch.sample 2024-05-15T23:19:17.9704070Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/pre-push.sample 2024-05-15T23:19:17.9704330Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/update.sample 2024-05-15T23:19:17.9704620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks/push-to-checkout.sample 2024-05-15T23:19:17.9704830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/hooks 2024-05-15T23:19:17.9705080Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/refs/heads/main 2024-05-15T23:19:17.9705310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/refs/heads 2024-05-15T23:19:17.9705550Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/refs/tags 2024-05-15T23:19:17.9705830Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin/main 2024-05-15T23:19:17.9706090Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes/origin 2024-05-15T23:19:17.9706310Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/refs/remotes 2024-05-15T23:19:17.9706510Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/refs 2024-05-15T23:19:17.9706720Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/index 2024-05-15T23:19:17.9706940Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/FETCH_HEAD 2024-05-15T23:19:17.9707130Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git 2024-05-15T23:19:17.9707350Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/stats/README.md 2024-05-15T23:19:17.9707620Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/stats/windows_smoke_tests.csv 2024-05-15T23:19:17.9707810Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/stats 2024-05-15T23:19:17.9708140Z /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:19:17.9708440Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/install_requirements.sh 2024-05-15T23:19:17.9708700Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/CODE_OF_CONDUCT.md 2024-05-15T23:19:17.9708930Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.flake8 2024-05-15T23:19:17.9709180Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/CMakeLists.txt 2024-05-15T23:19:17.9709460Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/LICENSE 2024-05-15T23:19:17.9709730Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/requirements.txt 2024-05-15T23:19:17.9710050Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.ci/scripts/download_llama.sh 2024-05-15T23:19:17.9710340Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.ci/scripts/run-docs 2024-05-15T23:19:17.9710680Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.ci/scripts/convert_checkpoint.sh 2024-05-15T23:19:17.9710970Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.ci/scripts/validate.sh 2024-05-15T23:19:17.9711300Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.ci/scripts/gather_test_models.py 2024-05-15T23:19:17.9711630Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.ci/scripts/wget_checkpoint.sh 2024-05-15T23:19:17.9711890Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.ci/scripts 2024-05-15T23:19:17.9712110Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.ci 2024-05-15T23:19:17.9712350Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/export_et.py 2024-05-15T23:19:17.9712610Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/export_aoti.py 2024-05-15T23:19:17.9712900Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/model_config.py 2024-05-15T23:19:17.9713170Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/__init__.py 2024-05-15T23:19:17.9713570Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/__pycache__/model_config.cpython-312.pyc 2024-05-15T23:19:17.9713950Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/__pycache__/__init__.cpython-312.pyc 2024-05-15T23:19:17.9714220Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/__pycache__ 2024-05-15T23:19:17.9714520Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/data/models.json 2024-05-15T23:19:17.9714810Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/data/mobile.json 2024-05-15T23:19:17.9715090Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/data/cuda.json 2024-05-15T23:19:17.9715370Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/data/pi5.json 2024-05-15T23:19:17.9715670Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/data/desktop.json 2024-05-15T23:19:17.9715910Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config/data 2024-05-15T23:19:17.9716140Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/config 2024-05-15T23:19:17.9716380Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/quantize.py 2024-05-15T23:19:17.9716620Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/generate.py 2024-05-15T23:19:17.9716880Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/run-advanced.sh 2024-05-15T23:19:17.9717150Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/chat_in_browser.py 2024-05-15T23:19:17.9717460Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/CMakeLists.txt 2024-05-15T23:19:17.9717730Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/base64.h 2024-05-15T23:19:17.9718140Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/tiktoken.py 2024-05-15T23:19:17.9718430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/__init__.py 2024-05-15T23:19:17.9718710Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/tokenizer.h 2024-05-15T23:19:17.9719110Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/__pycache__/tiktoken.cpython-312.pyc 2024-05-15T23:19:17.9719500Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/__pycache__/__init__.cpython-312.pyc 2024-05-15T23:19:17.9719820Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/__pycache__ 2024-05-15T23:19:17.9720140Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/sentencepiece.cpp 2024-05-15T23:19:17.9720430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/tiktoken.cpp 2024-05-15T23:19:17.9720760Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/third-party/abseil-cpp 2024-05-15T23:19:17.9721120Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/third-party/sentencepiece 2024-05-15T23:19:17.9721430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/third-party/re2 2024-05-15T23:19:17.9721710Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer/third-party 2024-05-15T23:19:17.9721950Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/tokenizer 2024-05-15T23:19:17.9722230Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/runner/et.cmake 2024-05-15T23:19:17.9722500Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/runner/LICENSE 2024-05-15T23:19:17.9722780Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/runner/aoti.cmake 2024-05-15T23:19:17.9723080Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/runner/build_android.sh 2024-05-15T23:19:17.9723400Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/runner/Utils.cmake 2024-05-15T23:19:17.9723660Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/runner/run.cpp 2024-05-15T23:19:17.9723900Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/runner 2024-05-15T23:19:17.9724150Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/download.py 2024-05-15T23:19:17.9724540Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/checkpoints/stories15M/tokenizer.model 2024-05-15T23:19:17.9724910Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/checkpoints/stories15M/stories15M.pt 2024-05-15T23:19:17.9725210Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/checkpoints/stories15M 2024-05-15T23:19:17.9725460Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/checkpoints 2024-05-15T23:19:17.9725730Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.pins/et-pin.txt 2024-05-15T23:19:17.9725960Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.pins 2024-05-15T23:19:17.9726330Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner/run.cpp 2024-05-15T23:19:17.9726660Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner 2024-05-15T23:19:17.9727050Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-utils/LICENSE 2024-05-15T23:19:17.9727460Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-utils/tokenizer.py 2024-05-15T23:19:17.9727820Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-utils 2024-05-15T23:19:17.9728230Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-et/CMakeLists.txt 2024-05-15T23:19:17.9728600Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-et/LICENSE 2024-05-15T23:19:17.9729080Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-et/run.cpp 2024-05-15T23:19:17.9729430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-et 2024-05-15T23:19:17.9729780Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/README.md 2024-05-15T23:19:17.9730160Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-tokenizer.md 2024-05-15T23:19:17.9730660Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-aoti/CMakeLists.txt 2024-05-15T23:19:17.9731040Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-aoti/LICENSE 2024-05-15T23:19:17.9731430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-aoti/run.cpp 2024-05-15T23:19:17.9731760Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c/runner-aoti 2024-05-15T23:19:17.9732050Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported/llama2.c 2024-05-15T23:19:17.9732290Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/unsupported 2024-05-15T23:19:17.9732540Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/torchchat.py 2024-05-15T23:19:17.9732810Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/utils/__init__.py 2024-05-15T23:19:17.9733220Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/utils/__pycache__/measure_time.cpython-312.pyc 2024-05-15T23:19:17.9733600Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/utils/__pycache__/__init__.cpython-312.pyc 2024-05-15T23:19:17.9733880Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/utils/__pycache__ 2024-05-15T23:19:17.9734160Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/utils/measure_time.py 2024-05-15T23:19:17.9734390Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/utils 2024-05-15T23:19:17.9734710Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/requirements-lintrunner.txt 2024-05-15T23:19:17.9735040Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/__pycache__/qops.cpython-312.pyc 2024-05-15T23:19:17.9735400Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/__pycache__/quantize.cpython-312.pyc 2024-05-15T23:19:17.9735740Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/__pycache__/download.cpython-312.pyc 2024-05-15T23:19:17.9736070Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/__pycache__/cli.cpython-312.pyc 2024-05-15T23:19:17.9736420Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/__pycache__/generate.cpython-312.pyc 2024-05-15T23:19:17.9736670Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/__pycache__ 2024-05-15T23:19:17.9736960Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/ADVANCED-USERS.md 2024-05-15T23:19:17.9737260Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/native-execution.md 2024-05-15T23:19:17.9737510Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/Android.md 2024-05-15T23:19:17.9737810Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/executorch_setup.md 2024-05-15T23:19:17.9738110Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/ACKNOWLEDGEMENTS.md 2024-05-15T23:19:17.9738370Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/Models.md 2024-05-15T23:19:17.9738650Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/CONTRIBUTING.md 2024-05-15T23:19:17.9738890Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/GGUF.md 2024-05-15T23:19:17.9739130Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/iOS.md 2024-05-15T23:19:17.9739550Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/quantization.md 2024-05-15T23:19:17.9739820Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/evaluation.md 2024-05-15T23:19:17.9740090Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs/torchtune.md 2024-05-15T23:19:17.9740310Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/docs 2024-05-15T23:19:17.9740540Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/export.py 2024-05-15T23:19:17.9740840Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.gitmodules 2024-05-15T23:19:17.9741070Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/README.md 2024-05-15T23:19:17.9741350Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/hqq/core/optimize.py 2024-05-15T23:19:17.9741610Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/hqq/core/LICENSE 2024-05-15T23:19:17.9741890Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/hqq/core/quantize.py 2024-05-15T23:19:17.9742160Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/hqq/core/peft.py 2024-05-15T23:19:17.9742430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/hqq/core/__init__.py 2024-05-15T23:19:17.9742700Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/hqq/core/utils.py 2024-05-15T23:19:17.9742980Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/hqq/core/bitpack.py 2024-05-15T23:19:17.9743210Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/hqq/core 2024-05-15T23:19:17.9743420Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/hqq 2024-05-15T23:19:17.9743690Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.lintrunner.toml 2024-05-15T23:19:17.9743910Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/cli.py 2024-05-15T23:19:17.9744190Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/export_et_util.py 2024-05-15T23:19:17.9744430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.gitignore 2024-05-15T23:19:17.9744700Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/static/css/style.css 2024-05-15T23:19:17.9744940Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/static/css 2024-05-15T23:19:17.9745170Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/static 2024-05-15T23:19:17.9745440Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/CONTRIBUTING.md 2024-05-15T23:19:17.9745810Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/proguard-rules.pro 2024-05-15T23:19:17.9746140Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/.gitignore 2024-05-15T23:19:17.9746500Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/build.gradle.kts 2024-05-15T23:19:17.9747160Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/androidTest/java/org/pytorch/torchchat/ExampleInstrumentedTest.java 2024-05-15T23:19:17.9747650Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/androidTest/java/org/pytorch/torchchat 2024-05-15T23:19:17.9748100Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/androidTest/java/org/pytorch 2024-05-15T23:19:17.9748500Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/androidTest/java/org 2024-05-15T23:19:17.9748890Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/androidTest/java 2024-05-15T23:19:17.9749250Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/androidTest 2024-05-15T23:19:17.9749950Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/test/java/org/pytorch/torchchat/ExampleUnitTest.java 2024-05-15T23:19:17.9750420Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/test/java/org/pytorch/torchchat 2024-05-15T23:19:17.9750810Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/test/java/org/pytorch 2024-05-15T23:19:17.9751180Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/test/java/org 2024-05-15T23:19:17.9751530Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/test/java 2024-05-15T23:19:17.9751910Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/test 2024-05-15T23:19:17.9752400Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-mdpi/ic_launcher.webp 2024-05-15T23:19:17.9752910Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp 2024-05-15T23:19:17.9753320Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-mdpi 2024-05-15T23:19:17.9753780Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values-w600dp/dimens.xml 2024-05-15T23:19:17.9754180Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values-w600dp 2024-05-15T23:19:17.9844390Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-hdpi/ic_launcher.webp 2024-05-15T23:19:17.9848420Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp 2024-05-15T23:19:17.9848850Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-hdpi 2024-05-15T23:19:17.9849340Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/drawable/sent_message.xml 2024-05-15T23:19:17.9849940Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/drawable/ic_launcher_foreground.xml 2024-05-15T23:19:17.9850410Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/drawable/three_dots.xml 2024-05-15T23:19:17.9850920Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/drawable/received_message.xml 2024-05-15T23:19:17.9851470Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/drawable/ic_launcher_background.xml 2024-05-15T23:19:17.9851880Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/drawable 2024-05-15T23:19:17.9852390Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp 2024-05-15T23:19:17.9852980Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp 2024-05-15T23:19:17.9853410Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-xxxhdpi 2024-05-15T23:19:17.9853890Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/layout/sent_message.xml 2024-05-15T23:19:17.9854380Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/layout/activity_main.xml 2024-05-15T23:19:17.9854880Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/layout/received_message.xml 2024-05-15T23:19:17.9855270Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/layout 2024-05-15T23:19:17.9855970Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp 2024-05-15T23:19:17.9856530Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp 2024-05-15T23:19:17.9856970Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-xxhdpi 2024-05-15T23:19:17.9857440Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values-land/dimens.xml 2024-05-15T23:19:17.9857910Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values-land 2024-05-15T23:19:17.9858370Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values/colors.xml 2024-05-15T23:19:17.9858840Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values/dimens.xml 2024-05-15T23:19:17.9859270Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values/themes.xml 2024-05-15T23:19:17.9859710Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values/styles.xml 2024-05-15T23:19:17.9860160Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values/strings.xml 2024-05-15T23:19:17.9860560Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values 2024-05-15T23:19:17.9861010Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/xml/backup_rules.xml 2024-05-15T23:19:17.9861510Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/xml/data_extraction_rules.xml 2024-05-15T23:19:17.9861890Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/xml 2024-05-15T23:19:17.9862340Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values-v23/themes.xml 2024-05-15T23:19:17.9862760Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values-v23 2024-05-15T23:19:17.9863260Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-xhdpi/ic_launcher.webp 2024-05-15T23:19:17.9863780Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp 2024-05-15T23:19:17.9864200Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-xhdpi 2024-05-15T23:19:17.9864680Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values-w1240dp/dimens.xml 2024-05-15T23:19:17.9865090Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/values-w1240dp 2024-05-15T23:19:17.9865630Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml 2024-05-15T23:19:17.9866200Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml 2024-05-15T23:19:17.9866690Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res/mipmap-anydpi-v26 2024-05-15T23:19:17.9867070Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/res 2024-05-15T23:19:17.9867520Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/AndroidManifest.xml 2024-05-15T23:19:17.9868090Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/java/org/pytorch/torchchat/Message.java 2024-05-15T23:19:17.9868790Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/java/org/pytorch/torchchat/MainActivity.java 2024-05-15T23:19:17.9869370Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/java/org/pytorch/torchchat/MessageAdapter.java 2024-05-15T23:19:17.9869820Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/java/org/pytorch/torchchat 2024-05-15T23:19:17.9870200Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/java/org/pytorch 2024-05-15T23:19:17.9870730Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/java/org 2024-05-15T23:19:17.9871080Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main/java 2024-05-15T23:19:17.9871410Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src/main 2024-05-15T23:19:17.9871710Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app/src 2024-05-15T23:19:17.9872000Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/app 2024-05-15T23:19:17.9872430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/gradle/wrapper/gradle-wrapper.jar 2024-05-15T23:19:17.9872880Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/gradle/wrapper/gradle-wrapper.properties 2024-05-15T23:19:17.9873210Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/gradle/wrapper 2024-05-15T23:19:17.9873520Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/gradle 2024-05-15T23:19:17.9873810Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/gradlew 2024-05-15T23:19:17.9874130Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/.gitignore 2024-05-15T23:19:17.9874480Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/build.gradle.kts 2024-05-15T23:19:17.9874830Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/settings.gradle.kts 2024-05-15T23:19:17.9875190Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/gradle.properties 2024-05-15T23:19:17.9875510Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/gradlew.bat 2024-05-15T23:19:17.9875860Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/.idea/.gitignore 2024-05-15T23:19:17.9876150Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat/.idea 2024-05-15T23:19:17.9876420Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android/Torchchat 2024-05-15T23:19:17.9876660Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/android 2024-05-15T23:19:17.9876950Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts/install_utils.sh 2024-05-15T23:19:17.9877230Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts/workflow.sh 2024-05-15T23:19:17.9877530Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts/build_native.sh 2024-05-15T23:19:17.9877800Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts/prepare.sh 2024-05-15T23:19:17.9878170Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts/write_transformer_configs.py 2024-05-15T23:19:17.9878450Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts/updown.py 2024-05-15T23:19:17.9878720Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts/test_flow.sh 2024-05-15T23:19:17.9879000Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts/install_et.sh 2024-05-15T23:19:17.9879320Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts/android_example.sh 2024-05-15T23:19:17.9879680Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/scripts 2024-05-15T23:19:17.9879940Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.clang-format 2024-05-15T23:19:17.9880250Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/pytorch-probot.yml 2024-05-15T23:19:17.9880570Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows/pull.yml 2024-05-15T23:19:17.9880930Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows/run-readme-periodic.yml 2024-05-15T23:19:17.9881340Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows/run-readme-pr-mps.yml 2024-05-15T23:19:17.9881670Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows/periodic.yml 2024-05-15T23:19:17.9881990Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows/more-tests.yml 2024-05-15T23:19:17.9882360Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows/run-readme-pr-macos.yml 2024-05-15T23:19:17.9882710Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows/run-readme-pr.yml 2024-05-15T23:19:17.9883060Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows/runner-cuda-dtype.yml 2024-05-15T23:19:17.9883380Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows/hqq-dtype.yml 2024-05-15T23:19:17.9883660Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github/workflows 2024-05-15T23:19:17.9883880Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.github 2024-05-15T23:19:17.9884120Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/GPTQ.py 2024-05-15T23:19:17.9884400Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/parking_lot/hqq.yml 2024-05-15T23:19:17.9884660Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/parking_lot/MISC.md 2024-05-15T23:19:17.9884980Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/parking_lot/macos-12-x86.yml 2024-05-15T23:19:17.9891150Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/parking_lot/runner_et.yml 2024-05-15T23:19:17.9891490Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/parking_lot/macos12.yml 2024-05-15T23:19:17.9891740Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/parking_lot 2024-05-15T23:19:17.9891970Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/qops.py 2024-05-15T23:19:17.9892260Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/templates/chat.html 2024-05-15T23:19:17.9892500Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/templates 2024-05-15T23:19:17.9892730Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/eval.py 2024-05-15T23:19:17.9893010Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/gguf_loader.py 2024-05-15T23:19:17.9893280Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/gguf_util.py 2024-05-15T23:19:17.9893650Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/convert_torchtune_checkpoint.py 2024-05-15T23:19:17.9893990Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/13B.json 2024-05-15T23:19:17.9894320Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/70B.json 2024-05-15T23:19:17.9894760Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/CodeLlama-7b-Python-hf.json 2024-05-15T23:19:17.9895100Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/34B.json 2024-05-15T23:19:17.9895470Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/stories42M.json 2024-05-15T23:19:17.9895810Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/30B.json 2024-05-15T23:19:17.9896320Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/stories110M.json 2024-05-15T23:19:17.9896670Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/7B.json 2024-05-15T23:19:17.9897030Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/stories15M.json 2024-05-15T23:19:17.9897400Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/Mistral-7B.json 2024-05-15T23:19:17.9897840Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params/Meta-Llama-3-8B.json 2024-05-15T23:19:17.9898140Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/known_model_params 2024-05-15T23:19:17.9898470Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/convert_hf_checkpoint.py 2024-05-15T23:19:17.9898740Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/__init__.py 2024-05-15T23:19:17.9899010Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/model_et.py 2024-05-15T23:19:17.9899450Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/__pycache__/convert_hf_checkpoint.cpython-312.pyc 2024-05-15T23:19:17.9899810Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/__pycache__/utils.cpython-312.pyc 2024-05-15T23:19:17.9900170Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/__pycache__/model.cpython-312.pyc 2024-05-15T23:19:17.9900550Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/__pycache__/builder.cpython-312.pyc 2024-05-15T23:19:17.9900920Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/__pycache__/__init__.cpython-312.pyc 2024-05-15T23:19:17.9901190Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/__pycache__ 2024-05-15T23:19:17.9901440Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/model.py 2024-05-15T23:19:17.9901710Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/builder.py 2024-05-15T23:19:17.9901960Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/utils.py 2024-05-15T23:19:17.9902240Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build/model_aoti.py 2024-05-15T23:19:17.9902460Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/build 2024-05-15T23:19:17.9902700Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/config 2024-05-15T23:19:17.9902950Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/shallow 2024-05-15T23:19:17.9903440Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/objects/pack/pack-4a887a2c42b3537a44c9802c6e9e2661ed903022.pack 2024-05-15T23:19:17.9903920Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/objects/pack/pack-4a887a2c42b3537a44c9802c6e9e2661ed903022.idx 2024-05-15T23:19:17.9904190Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/objects/pack 2024-05-15T23:19:17.9904450Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/objects/info 2024-05-15T23:19:17.9904690Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/objects 2024-05-15T23:19:17.9904920Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/HEAD 2024-05-15T23:19:17.9905180Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/info/exclude 2024-05-15T23:19:17.9905420Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/info 2024-05-15T23:19:17.9905670Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/logs/HEAD 2024-05-15T23:19:17.9906020Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/logs/refs/remotes/pull/799/merge 2024-05-15T23:19:17.9906430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/logs/refs/remotes/pull/799 2024-05-15T23:19:17.9906750Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/logs/refs/remotes/pull 2024-05-15T23:19:17.9907030Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/logs/refs/remotes 2024-05-15T23:19:17.9907290Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/logs/refs 2024-05-15T23:19:17.9907520Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/logs 2024-05-15T23:19:17.9907820Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/description 2024-05-15T23:19:17.9908130Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/commit-msg.sample 2024-05-15T23:19:17.9908430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/pre-rebase.sample 2024-05-15T23:19:17.9908740Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/pre-commit.sample 2024-05-15T23:19:17.9909060Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/applypatch-msg.sample 2024-05-15T23:19:17.9909400Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/fsmonitor-watchman.sample 2024-05-15T23:19:17.9909710Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/pre-receive.sample 2024-05-15T23:19:17.9910050Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/prepare-commit-msg.sample 2024-05-15T23:19:17.9910370Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/post-update.sample 2024-05-15T23:19:17.9910700Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/pre-merge-commit.sample 2024-05-15T23:19:17.9911020Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/pre-applypatch.sample 2024-05-15T23:19:17.9911320Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/pre-push.sample 2024-05-15T23:19:17.9911620Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/update.sample 2024-05-15T23:19:17.9911950Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks/push-to-checkout.sample 2024-05-15T23:19:17.9912180Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/hooks 2024-05-15T23:19:17.9912430Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/refs/heads 2024-05-15T23:19:17.9912680Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/refs/tags 2024-05-15T23:19:17.9912990Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/refs/remotes/pull/799/merge 2024-05-15T23:19:17.9913290Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/refs/remotes/pull/799 2024-05-15T23:19:17.9913560Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/refs/remotes/pull 2024-05-15T23:19:17.9913820Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/refs/remotes 2024-05-15T23:19:17.9914050Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/refs 2024-05-15T23:19:17.9914280Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/index 2024-05-15T23:19:17.9914520Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/FETCH_HEAD 2024-05-15T23:19:17.9914740Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git 2024-05-15T23:19:17.9915040Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/executorch_portable_utils.py 2024-05-15T23:19:17.9915240Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:19:17.9915400Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch 2024-05-15T23:19:17.9915520Z /Users/ec2-user/runner/_work/torchchat/torchchat 2024-05-15T23:19:17.9915940Z ##[endgroup] 2024-05-15T23:19:18.0064690Z ##[group]Run actions/checkout@v3 2024-05-15T23:19:18.0064760Z with: 2024-05-15T23:19:18.0064850Z repository: pytorch/test-infra 2024-05-15T23:19:18.0064920Z path: test-infra 2024-05-15T23:19:18.0065110Z token: *** 2024-05-15T23:19:18.0065180Z ssh-strict: true 2024-05-15T23:19:18.0065260Z persist-credentials: true 2024-05-15T23:19:18.0065310Z clean: true 2024-05-15T23:19:18.0065400Z sparse-checkout-cone-mode: true 2024-05-15T23:19:18.0065460Z fetch-depth: 1 2024-05-15T23:19:18.0065520Z fetch-tags: false 2024-05-15T23:19:18.0065590Z lfs: false 2024-05-15T23:19:18.0065650Z submodules: false 2024-05-15T23:19:18.0065820Z set-safe-directory: true 2024-05-15T23:19:18.0065880Z env: 2024-05-15T23:19:18.0065960Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:18.0071790Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:18.0071870Z ##[endgroup] 2024-05-15T23:19:18.1047390Z Syncing repository: pytorch/test-infra 2024-05-15T23:19:18.1048100Z ##[group]Getting Git version info 2024-05-15T23:19:18.1048600Z Working directory is '/Users/ec2-user/runner/_work/torchchat/torchchat/test-infra' 2024-05-15T23:19:18.1049200Z [command]/usr/bin/git version 2024-05-15T23:19:18.1086780Z git version 2.37.1 (Apple Git-137.1) 2024-05-15T23:19:18.1099220Z ##[endgroup] 2024-05-15T23:19:18.1108970Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/ca58959a-c046-4f70-ad5a-e8f107ee1b36' before making global git config changes 2024-05-15T23:19:18.1109820Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:19:18.1111220Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:19:18.1183350Z ##[group]Initializing the repository 2024-05-15T23:19:18.1185500Z [command]/usr/bin/git init /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:19:18.1440700Z Initialized empty Git repository in /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.git/ 2024-05-15T23:19:18.1445750Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-05-15T23:19:18.1518580Z ##[endgroup] 2024-05-15T23:19:18.1519030Z ##[group]Disabling automatic garbage collection 2024-05-15T23:19:18.1521640Z [command]/usr/bin/git config --local gc.auto 0 2024-05-15T23:19:18.1596020Z ##[endgroup] 2024-05-15T23:19:18.1596360Z ##[group]Setting up auth 2024-05-15T23:19:18.1600430Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:19:18.1663280Z [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-05-15T23:19:18.2148970Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:19:18.2211100Z [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-05-15T23:19:18.2685480Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:19:18.2753990Z ##[endgroup] 2024-05-15T23:19:18.2754360Z ##[group]Determining the default branch 2024-05-15T23:19:18.2755870Z Retrieving the default branch name 2024-05-15T23:19:18.4831890Z Default branch 'main' 2024-05-15T23:19:18.4832390Z ##[endgroup] 2024-05-15T23:19:18.4832730Z ##[group]Fetching the repository 2024-05-15T23:19:18.4835590Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2024-05-15T23:19:18.8018920Z remote: Enumerating objects: 1184, done. 2024-05-15T23:19:18.8019330Z remote: Counting objects: 0% (1/1184) 2024-05-15T23:19:18.8019660Z remote: Counting objects: 1% (12/1184) 2024-05-15T23:19:18.8019980Z remote: Counting objects: 2% (24/1184) 2024-05-15T23:19:18.8020290Z remote: Counting objects: 3% (36/1184) 2024-05-15T23:19:18.8020610Z remote: Counting objects: 4% (48/1184) 2024-05-15T23:19:18.8021060Z remote: Counting objects: 5% (60/1184) 2024-05-15T23:19:18.8021430Z remote: Counting objects: 6% (72/1184) 2024-05-15T23:19:18.8021750Z remote: Counting objects: 7% (83/1184) 2024-05-15T23:19:18.8022070Z remote: Counting objects: 8% (95/1184) 2024-05-15T23:19:18.8022650Z remote: Counting objects: 9% (107/1184) 2024-05-15T23:19:18.8022980Z remote: Counting objects: 10% (119/1184) 2024-05-15T23:19:18.8023290Z remote: Counting objects: 11% (131/1184) 2024-05-15T23:19:18.8023610Z remote: Counting objects: 12% (143/1184) 2024-05-15T23:19:18.8023930Z remote: Counting objects: 13% (154/1184) 2024-05-15T23:19:18.8024230Z remote: Counting objects: 14% (166/1184) 2024-05-15T23:19:18.8024550Z remote: Counting objects: 15% (178/1184) 2024-05-15T23:19:18.8024850Z remote: Counting objects: 16% (190/1184) 2024-05-15T23:19:18.8025150Z remote: Counting objects: 17% (202/1184) 2024-05-15T23:19:18.8025520Z remote: Counting objects: 18% (214/1184) 2024-05-15T23:19:18.8025820Z remote: Counting objects: 19% (225/1184) 2024-05-15T23:19:18.8026120Z remote: Counting objects: 20% (237/1184) 2024-05-15T23:19:18.8026420Z remote: Counting objects: 21% (249/1184) 2024-05-15T23:19:18.8026800Z remote: Counting objects: 22% (261/1184) 2024-05-15T23:19:18.8027140Z remote: Counting objects: 23% (273/1184) 2024-05-15T23:19:18.8027450Z remote: Counting objects: 24% (285/1184) 2024-05-15T23:19:18.8027760Z remote: Counting objects: 25% (296/1184) 2024-05-15T23:19:18.8028070Z remote: Counting objects: 26% (308/1184) 2024-05-15T23:19:18.8028380Z remote: Counting objects: 27% (320/1184) 2024-05-15T23:19:18.8028680Z remote: Counting objects: 28% (332/1184) 2024-05-15T23:19:18.8028980Z remote: Counting objects: 29% (344/1184) 2024-05-15T23:19:18.8029290Z remote: Counting objects: 30% (356/1184) 2024-05-15T23:19:18.8029600Z remote: Counting objects: 31% (368/1184) 2024-05-15T23:19:18.8029900Z remote: Counting objects: 32% (379/1184) 2024-05-15T23:19:18.8030200Z remote: Counting objects: 33% (391/1184) 2024-05-15T23:19:18.8030510Z remote: Counting objects: 34% (403/1184) 2024-05-15T23:19:18.8030810Z remote: Counting objects: 35% (415/1184) 2024-05-15T23:19:18.8031130Z remote: Counting objects: 36% (427/1184) 2024-05-15T23:19:18.8031430Z remote: Counting objects: 37% (439/1184) 2024-05-15T23:19:18.8032490Z remote: Counting objects: 38% (450/1184) 2024-05-15T23:19:18.8032860Z remote: Counting objects: 39% (462/1184) 2024-05-15T23:19:18.8033170Z remote: Counting objects: 40% (474/1184) 2024-05-15T23:19:18.8033470Z remote: Counting objects: 41% (486/1184) 2024-05-15T23:19:18.8033780Z remote: Counting objects: 42% (498/1184) 2024-05-15T23:19:18.8034080Z remote: Counting objects: 43% (510/1184) 2024-05-15T23:19:18.8034390Z remote: Counting objects: 44% (521/1184) 2024-05-15T23:19:18.8034700Z remote: Counting objects: 45% (533/1184) 2024-05-15T23:19:18.8035000Z remote: Counting objects: 46% (545/1184) 2024-05-15T23:19:18.8035420Z remote: Counting objects: 47% (557/1184) 2024-05-15T23:19:18.8035760Z remote: Counting objects: 48% (569/1184) 2024-05-15T23:19:18.8036070Z remote: Counting objects: 49% (581/1184) 2024-05-15T23:19:18.8036370Z remote: Counting objects: 50% (592/1184) 2024-05-15T23:19:18.8036670Z remote: Counting objects: 51% (604/1184) 2024-05-15T23:19:18.8036970Z remote: Counting objects: 52% (616/1184) 2024-05-15T23:19:18.8037270Z remote: Counting objects: 53% (628/1184) 2024-05-15T23:19:18.8037560Z remote: Counting objects: 54% (640/1184) 2024-05-15T23:19:18.8037860Z remote: Counting objects: 55% (652/1184) 2024-05-15T23:19:18.8038160Z remote: Counting objects: 56% (664/1184) 2024-05-15T23:19:18.8038470Z remote: Counting objects: 57% (675/1184) 2024-05-15T23:19:18.8038810Z remote: Counting objects: 58% (687/1184) 2024-05-15T23:19:18.8039250Z remote: Counting objects: 59% (699/1184) 2024-05-15T23:19:18.8039630Z remote: Counting objects: 60% (711/1184) 2024-05-15T23:19:18.8040030Z remote: Counting objects: 61% (723/1184) 2024-05-15T23:19:18.8040370Z remote: Counting objects: 62% (735/1184) 2024-05-15T23:19:18.8041010Z remote: Counting objects: 63% (746/1184) 2024-05-15T23:19:18.8041380Z remote: Counting objects: 64% (758/1184) 2024-05-15T23:19:18.8043010Z remote: Counting objects: 65% (770/1184) 2024-05-15T23:19:18.8043360Z remote: Counting objects: 66% (782/1184) 2024-05-15T23:19:18.8043690Z remote: Counting objects: 67% (794/1184) 2024-05-15T23:19:18.8044030Z remote: Counting objects: 68% (806/1184) 2024-05-15T23:19:18.8044350Z remote: Counting objects: 69% (817/1184) 2024-05-15T23:19:18.8045060Z remote: Counting objects: 70% (829/1184) 2024-05-15T23:19:18.8046360Z remote: Counting objects: 71% (841/1184) 2024-05-15T23:19:18.8046860Z remote: Counting objects: 72% (853/1184) 2024-05-15T23:19:18.8047210Z remote: Counting objects: 73% (865/1184) 2024-05-15T23:19:18.8047560Z remote: Counting objects: 74% (877/1184) 2024-05-15T23:19:18.8047880Z remote: Counting objects: 75% (888/1184) 2024-05-15T23:19:18.8049030Z remote: Counting objects: 76% (900/1184) 2024-05-15T23:19:18.8049370Z remote: Counting objects: 77% (912/1184) 2024-05-15T23:19:18.8049680Z remote: Counting objects: 78% (924/1184) 2024-05-15T23:19:18.8050570Z remote: Counting objects: 79% (936/1184) 2024-05-15T23:19:18.8050900Z remote: Counting objects: 80% (948/1184) 2024-05-15T23:19:18.8051560Z remote: Counting objects: 81% (960/1184) 2024-05-15T23:19:18.8051920Z remote: Counting objects: 82% (971/1184) 2024-05-15T23:19:18.8052260Z remote: Counting objects: 83% (983/1184) 2024-05-15T23:19:18.8052880Z remote: Counting objects: 84% (995/1184) 2024-05-15T23:19:18.8053210Z remote: Counting objects: 85% (1007/1184) 2024-05-15T23:19:18.8053560Z remote: Counting objects: 86% (1019/1184) 2024-05-15T23:19:18.8053890Z remote: Counting objects: 87% (1031/1184) 2024-05-15T23:19:18.8054460Z remote: Counting objects: 88% (1042/1184) 2024-05-15T23:19:18.8054940Z remote: Counting objects: 89% (1054/1184) 2024-05-15T23:19:18.8056300Z remote: Counting objects: 90% (1066/1184) 2024-05-15T23:19:18.8056680Z remote: Counting objects: 91% (1078/1184) 2024-05-15T23:19:18.8057150Z remote: Counting objects: 92% (1090/1184) 2024-05-15T23:19:18.8057510Z remote: Counting objects: 93% (1102/1184) 2024-05-15T23:19:18.8057850Z remote: Counting objects: 94% (1113/1184) 2024-05-15T23:19:18.8058200Z remote: Counting objects: 95% (1125/1184) 2024-05-15T23:19:18.8058550Z remote: Counting objects: 96% (1137/1184) 2024-05-15T23:19:18.8058880Z remote: Counting objects: 97% (1149/1184) 2024-05-15T23:19:18.8059460Z remote: Counting objects: 98% (1161/1184) 2024-05-15T23:19:18.8059830Z remote: Counting objects: 99% (1173/1184) 2024-05-15T23:19:18.8060170Z remote: Counting objects: 100% (1184/1184) 2024-05-15T23:19:18.8060530Z remote: Counting objects: 100% (1184/1184), done. 2024-05-15T23:19:18.8060960Z remote: Compressing objects: 0% (1/930) 2024-05-15T23:19:18.8061360Z remote: Compressing objects: 1% (10/930) 2024-05-15T23:19:18.8061710Z remote: Compressing objects: 2% (19/930) 2024-05-15T23:19:18.8062070Z remote: Compressing objects: 3% (28/930) 2024-05-15T23:19:18.8062410Z remote: Compressing objects: 4% (38/930) 2024-05-15T23:19:18.8063200Z remote: Compressing objects: 5% (47/930) 2024-05-15T23:19:18.8064440Z remote: Compressing objects: 6% (56/930) 2024-05-15T23:19:18.8064850Z remote: Compressing objects: 7% (66/930) 2024-05-15T23:19:18.8065190Z remote: Compressing objects: 8% (75/930) 2024-05-15T23:19:18.8065540Z remote: Compressing objects: 9% (84/930) 2024-05-15T23:19:18.8065870Z remote: Compressing objects: 10% (93/930) 2024-05-15T23:19:18.8066490Z remote: Compressing objects: 11% (103/930) 2024-05-15T23:19:18.8066870Z remote: Compressing objects: 12% (112/930) 2024-05-15T23:19:18.8067550Z remote: Compressing objects: 13% (121/930) 2024-05-15T23:19:18.8067910Z remote: Compressing objects: 14% (131/930) 2024-05-15T23:19:18.8068320Z remote: Compressing objects: 15% (140/930) 2024-05-15T23:19:18.8068660Z remote: Compressing objects: 16% (149/930) 2024-05-15T23:19:18.8068990Z remote: Compressing objects: 17% (159/930) 2024-05-15T23:19:18.8069340Z remote: Compressing objects: 18% (168/930) 2024-05-15T23:19:18.8069670Z remote: Compressing objects: 19% (177/930) 2024-05-15T23:19:18.8070020Z remote: Compressing objects: 20% (186/930) 2024-05-15T23:19:18.8070410Z remote: Compressing objects: 21% (196/930) 2024-05-15T23:19:18.8070800Z remote: Compressing objects: 22% (205/930) 2024-05-15T23:19:18.8071150Z remote: Compressing objects: 23% (214/930) 2024-05-15T23:19:18.8071490Z remote: Compressing objects: 24% (224/930) 2024-05-15T23:19:18.8071830Z remote: Compressing objects: 25% (233/930) 2024-05-15T23:19:18.8072180Z remote: Compressing objects: 26% (242/930) 2024-05-15T23:19:18.8072520Z remote: Compressing objects: 27% (252/930) 2024-05-15T23:19:18.8072860Z remote: Compressing objects: 28% (261/930) 2024-05-15T23:19:18.8073220Z remote: Compressing objects: 29% (270/930) 2024-05-15T23:19:18.8073550Z remote: Compressing objects: 30% (279/930) 2024-05-15T23:19:18.8073880Z remote: Compressing objects: 31% (289/930) 2024-05-15T23:19:18.8074230Z remote: Compressing objects: 32% (298/930) 2024-05-15T23:19:18.8074550Z remote: Compressing objects: 33% (307/930) 2024-05-15T23:19:18.8074880Z remote: Compressing objects: 34% (317/930) 2024-05-15T23:19:18.8075670Z remote: Compressing objects: 35% (326/930) 2024-05-15T23:19:18.8076070Z remote: Compressing objects: 36% (335/930) 2024-05-15T23:19:18.8076430Z remote: Compressing objects: 37% (345/930) 2024-05-15T23:19:18.8076950Z remote: Compressing objects: 38% (354/930) 2024-05-15T23:19:18.8087140Z remote: Compressing objects: 39% (363/930) 2024-05-15T23:19:18.8087560Z remote: Compressing objects: 40% (372/930) 2024-05-15T23:19:18.8088190Z remote: Compressing objects: 41% (382/930) 2024-05-15T23:19:18.8088520Z remote: Compressing objects: 42% (391/930) 2024-05-15T23:19:18.8089420Z remote: Compressing objects: 43% (400/930) 2024-05-15T23:19:18.8089760Z remote: Compressing objects: 44% (410/930) 2024-05-15T23:19:18.8090090Z remote: Compressing objects: 45% (419/930) 2024-05-15T23:19:18.8091010Z remote: Compressing objects: 46% (428/930) 2024-05-15T23:19:18.8091470Z remote: Compressing objects: 47% (438/930) 2024-05-15T23:19:18.8091790Z remote: Compressing objects: 48% (447/930) 2024-05-15T23:19:18.8092100Z remote: Compressing objects: 49% (456/930) 2024-05-15T23:19:18.8092410Z remote: Compressing objects: 50% (465/930) 2024-05-15T23:19:18.8092730Z remote: Compressing objects: 51% (475/930) 2024-05-15T23:19:18.8093340Z remote: Compressing objects: 52% (484/930) 2024-05-15T23:19:18.8093680Z remote: Compressing objects: 53% (493/930) 2024-05-15T23:19:18.8094000Z remote: Compressing objects: 54% (503/930) 2024-05-15T23:19:18.8094770Z remote: Compressing objects: 55% (512/930) 2024-05-15T23:19:18.8095180Z remote: Compressing objects: 56% (521/930) 2024-05-15T23:19:18.8095770Z remote: Compressing objects: 57% (531/930) 2024-05-15T23:19:18.8096130Z remote: Compressing objects: 58% (540/930) 2024-05-15T23:19:18.8096750Z remote: Compressing objects: 59% (549/930) 2024-05-15T23:19:18.8097520Z remote: Compressing objects: 60% (558/930) 2024-05-15T23:19:18.8098000Z remote: Compressing objects: 61% (568/930) 2024-05-15T23:19:18.8099450Z remote: Compressing objects: 62% (577/930) 2024-05-15T23:19:18.8100170Z remote: Compressing objects: 63% (586/930) 2024-05-15T23:19:18.8100850Z remote: Compressing objects: 64% (596/930) 2024-05-15T23:19:18.8101180Z remote: Compressing objects: 65% (605/930) 2024-05-15T23:19:18.8101880Z remote: Compressing objects: 66% (614/930) 2024-05-15T23:19:18.8102580Z remote: Compressing objects: 67% (624/930) 2024-05-15T23:19:18.8102900Z remote: Compressing objects: 68% (633/930) 2024-05-15T23:19:18.8103210Z remote: Compressing objects: 69% (642/930) 2024-05-15T23:19:18.8103900Z remote: Compressing objects: 70% (651/930) 2024-05-15T23:19:18.8104210Z remote: Compressing objects: 71% (661/930) 2024-05-15T23:19:18.8104530Z remote: Compressing objects: 72% (670/930) 2024-05-15T23:19:18.8104850Z remote: Compressing objects: 73% (679/930) 2024-05-15T23:19:18.8105160Z remote: Compressing objects: 74% (689/930) 2024-05-15T23:19:18.8105470Z remote: Compressing objects: 75% (698/930) 2024-05-15T23:19:18.8105790Z remote: Compressing objects: 76% (707/930) 2024-05-15T23:19:18.8106130Z remote: Compressing objects: 77% (717/930) 2024-05-15T23:19:18.8106440Z remote: Compressing objects: 78% (726/930) 2024-05-15T23:19:18.8106850Z remote: Compressing objects: 79% (735/930) 2024-05-15T23:19:18.8107180Z remote: Compressing objects: 80% (744/930) 2024-05-15T23:19:18.8107490Z remote: Compressing objects: 81% (754/930) 2024-05-15T23:19:18.8107800Z remote: Compressing objects: 82% (763/930) 2024-05-15T23:19:18.8108120Z remote: Compressing objects: 83% (772/930) 2024-05-15T23:19:18.8108440Z remote: Compressing objects: 84% (782/930) 2024-05-15T23:19:18.8108840Z remote: Compressing objects: 85% (791/930) 2024-05-15T23:19:18.8109440Z remote: Compressing objects: 86% (800/930) 2024-05-15T23:19:18.8110210Z remote: Compressing objects: 87% (810/930) 2024-05-15T23:19:18.8110530Z remote: Compressing objects: 88% (819/930) 2024-05-15T23:19:18.8111010Z remote: Compressing objects: 89% (828/930) 2024-05-15T23:19:18.8111350Z remote: Compressing objects: 90% (837/930) 2024-05-15T23:19:18.8111750Z remote: Compressing objects: 91% (847/930) 2024-05-15T23:19:18.8112080Z remote: Compressing objects: 92% (856/930) 2024-05-15T23:19:18.8112920Z remote: Compressing objects: 93% (865/930) 2024-05-15T23:19:18.8113800Z remote: Compressing objects: 94% (875/930) 2024-05-15T23:19:18.8114210Z remote: Compressing objects: 95% (884/930) 2024-05-15T23:19:18.8114530Z remote: Compressing objects: 96% (893/930) 2024-05-15T23:19:18.8115010Z remote: Compressing objects: 97% (903/930) 2024-05-15T23:19:18.8115950Z remote: Compressing objects: 98% (912/930) 2024-05-15T23:19:18.8116440Z remote: Compressing objects: 99% (921/930) 2024-05-15T23:19:18.8117640Z remote: Compressing objects: 100% (930/930) 2024-05-15T23:19:18.8118000Z remote: Compressing objects: 100% (930/930), done. 2024-05-15T23:19:18.8118320Z Receiving objects: 0% (1/1184) 2024-05-15T23:19:18.8118560Z Receiving objects: 1% (12/1184) 2024-05-15T23:19:18.8118800Z Receiving objects: 2% (24/1184) 2024-05-15T23:19:18.8119040Z Receiving objects: 3% (36/1184) 2024-05-15T23:19:18.8119270Z Receiving objects: 4% (48/1184) 2024-05-15T23:19:18.8121230Z Receiving objects: 5% (60/1184) 2024-05-15T23:19:18.8124030Z Receiving objects: 6% (72/1184) 2024-05-15T23:19:18.8126060Z Receiving objects: 7% (83/1184) 2024-05-15T23:19:18.8128050Z Receiving objects: 8% (95/1184) 2024-05-15T23:19:18.8130950Z Receiving objects: 9% (107/1184) 2024-05-15T23:19:18.8131380Z Receiving objects: 10% (119/1184) 2024-05-15T23:19:18.8131690Z Receiving objects: 11% (131/1184) 2024-05-15T23:19:18.8133450Z Receiving objects: 12% (143/1184) 2024-05-15T23:19:18.8135150Z Receiving objects: 13% (154/1184) 2024-05-15T23:19:18.8135850Z Receiving objects: 14% (166/1184) 2024-05-15T23:19:18.8137520Z Receiving objects: 15% (178/1184) 2024-05-15T23:19:18.8139270Z Receiving objects: 16% (190/1184) 2024-05-15T23:19:18.8140770Z Receiving objects: 17% (202/1184) 2024-05-15T23:19:18.8145250Z Receiving objects: 18% (214/1184) 2024-05-15T23:19:18.8147610Z Receiving objects: 19% (225/1184) 2024-05-15T23:19:18.8150360Z Receiving objects: 20% (237/1184) 2024-05-15T23:19:18.8150660Z Receiving objects: 21% (249/1184) 2024-05-15T23:19:18.8152310Z Receiving objects: 22% (261/1184) 2024-05-15T23:19:18.8188490Z Receiving objects: 23% (273/1184) 2024-05-15T23:19:18.8190500Z Receiving objects: 24% (285/1184) 2024-05-15T23:19:18.8190750Z Receiving objects: 25% (296/1184) 2024-05-15T23:19:18.8192900Z Receiving objects: 26% (308/1184) 2024-05-15T23:19:18.8196830Z Receiving objects: 27% (320/1184) 2024-05-15T23:19:18.8198790Z Receiving objects: 28% (332/1184) 2024-05-15T23:19:18.8200370Z Receiving objects: 29% (344/1184) 2024-05-15T23:19:18.8200660Z Receiving objects: 30% (356/1184) 2024-05-15T23:19:18.8204060Z Receiving objects: 31% (368/1184) 2024-05-15T23:19:18.8207310Z Receiving objects: 32% (379/1184) 2024-05-15T23:19:18.8213980Z Receiving objects: 33% (391/1184) 2024-05-15T23:19:18.8214250Z Receiving objects: 34% (403/1184) 2024-05-15T23:19:18.8215380Z Receiving objects: 35% (415/1184) 2024-05-15T23:19:18.8216440Z Receiving objects: 36% (427/1184) 2024-05-15T23:19:18.8217930Z Receiving objects: 37% (439/1184) 2024-05-15T23:19:18.8219100Z Receiving objects: 38% (450/1184) 2024-05-15T23:19:18.8222400Z Receiving objects: 39% (462/1184) 2024-05-15T23:19:18.8224030Z Receiving objects: 40% (474/1184) 2024-05-15T23:19:18.8227270Z Receiving objects: 41% (486/1184) 2024-05-15T23:19:18.8229180Z Receiving objects: 42% (498/1184) 2024-05-15T23:19:18.8233600Z Receiving objects: 43% (510/1184) 2024-05-15T23:19:18.8235960Z Receiving objects: 44% (521/1184) 2024-05-15T23:19:18.8236810Z Receiving objects: 45% (533/1184) 2024-05-15T23:19:18.8237320Z Receiving objects: 46% (545/1184) 2024-05-15T23:19:18.8237580Z Receiving objects: 47% (557/1184) 2024-05-15T23:19:18.8240430Z Receiving objects: 48% (569/1184) 2024-05-15T23:19:18.8243600Z Receiving objects: 49% (581/1184) 2024-05-15T23:19:18.8247200Z Receiving objects: 50% (592/1184) 2024-05-15T23:19:18.8247840Z Receiving objects: 51% (604/1184) 2024-05-15T23:19:18.8249680Z Receiving objects: 52% (616/1184) 2024-05-15T23:19:18.8251430Z Receiving objects: 53% (628/1184) 2024-05-15T23:19:18.8252200Z Receiving objects: 54% (640/1184) 2024-05-15T23:19:18.8256250Z Receiving objects: 55% (652/1184) 2024-05-15T23:19:18.8261360Z Receiving objects: 56% (664/1184) 2024-05-15T23:19:18.8267350Z Receiving objects: 57% (675/1184) 2024-05-15T23:19:18.8269490Z Receiving objects: 58% (687/1184) 2024-05-15T23:19:18.8281910Z Receiving objects: 59% (699/1184) 2024-05-15T23:19:18.8347360Z Receiving objects: 60% (711/1184) 2024-05-15T23:19:18.8365160Z Receiving objects: 61% (723/1184) 2024-05-15T23:19:18.8389750Z Receiving objects: 62% (735/1184) 2024-05-15T23:19:18.8421190Z Receiving objects: 63% (746/1184) 2024-05-15T23:19:18.8440940Z Receiving objects: 64% (758/1184) 2024-05-15T23:19:18.8469950Z Receiving objects: 65% (770/1184) 2024-05-15T23:19:18.8472480Z Receiving objects: 66% (782/1184) 2024-05-15T23:19:18.8505820Z Receiving objects: 67% (794/1184) 2024-05-15T23:19:18.8506770Z Receiving objects: 68% (806/1184) 2024-05-15T23:19:18.8507580Z Receiving objects: 69% (817/1184) 2024-05-15T23:19:18.8510170Z Receiving objects: 70% (829/1184) 2024-05-15T23:19:18.8510730Z Receiving objects: 71% (841/1184) 2024-05-15T23:19:18.8511310Z Receiving objects: 72% (853/1184) 2024-05-15T23:19:18.8515100Z Receiving objects: 73% (865/1184) 2024-05-15T23:19:18.8516440Z Receiving objects: 74% (877/1184) 2024-05-15T23:19:18.8519290Z Receiving objects: 75% (888/1184) 2024-05-15T23:19:18.8521240Z Receiving objects: 76% (900/1184) 2024-05-15T23:19:18.8521970Z Receiving objects: 77% (912/1184) 2024-05-15T23:19:18.8523460Z Receiving objects: 78% (924/1184) 2024-05-15T23:19:18.8524960Z Receiving objects: 79% (936/1184) 2024-05-15T23:19:18.8525260Z Receiving objects: 80% (948/1184) 2024-05-15T23:19:18.8526020Z Receiving objects: 81% (960/1184) 2024-05-15T23:19:18.8526270Z Receiving objects: 82% (971/1184) 2024-05-15T23:19:18.8526500Z Receiving objects: 83% (983/1184) 2024-05-15T23:19:18.8527230Z Receiving objects: 84% (995/1184) 2024-05-15T23:19:18.8528790Z Receiving objects: 85% (1007/1184) 2024-05-15T23:19:18.8529750Z Receiving objects: 86% (1019/1184) 2024-05-15T23:19:18.8530770Z Receiving objects: 87% (1031/1184) 2024-05-15T23:19:18.8531030Z Receiving objects: 88% (1042/1184) 2024-05-15T23:19:18.8531340Z Receiving objects: 89% (1054/1184) 2024-05-15T23:19:18.8531800Z Receiving objects: 90% (1066/1184) 2024-05-15T23:19:18.8532520Z Receiving objects: 91% (1078/1184) 2024-05-15T23:19:18.8534360Z Receiving objects: 92% (1090/1184) 2024-05-15T23:19:18.8535080Z Receiving objects: 93% (1102/1184) 2024-05-15T23:19:18.8535340Z Receiving objects: 94% (1113/1184) 2024-05-15T23:19:18.8538850Z Receiving objects: 95% (1125/1184) 2024-05-15T23:19:18.8542860Z Receiving objects: 96% (1137/1184) 2024-05-15T23:19:18.8548400Z Receiving objects: 97% (1149/1184) 2024-05-15T23:19:18.8549020Z Receiving objects: 98% (1161/1184) 2024-05-15T23:19:18.8549560Z remote: Total 1184 (delta 220), reused 673 (delta 134), pack-reused 0 2024-05-15T23:19:18.8557190Z Receiving objects: 99% (1173/1184) 2024-05-15T23:19:18.8557460Z Receiving objects: 100% (1184/1184) 2024-05-15T23:19:18.8557810Z Receiving objects: 100% (1184/1184), 1.53 MiB | 31.95 MiB/s, done. 2024-05-15T23:19:18.8560660Z Resolving deltas: 0% (0/220) 2024-05-15T23:19:18.8561010Z Resolving deltas: 1% (3/220) 2024-05-15T23:19:18.8561880Z Resolving deltas: 2% (5/220) 2024-05-15T23:19:18.8562590Z Resolving deltas: 3% (7/220) 2024-05-15T23:19:18.8563390Z Resolving deltas: 4% (9/220) 2024-05-15T23:19:18.8563940Z Resolving deltas: 5% (12/220) 2024-05-15T23:19:18.8565310Z Resolving deltas: 6% (14/220) 2024-05-15T23:19:18.8566460Z Resolving deltas: 7% (16/220) 2024-05-15T23:19:18.8566930Z Resolving deltas: 8% (18/220) 2024-05-15T23:19:18.8567180Z Resolving deltas: 9% (21/220) 2024-05-15T23:19:18.8567410Z Resolving deltas: 10% (22/220) 2024-05-15T23:19:18.8567640Z Resolving deltas: 11% (25/220) 2024-05-15T23:19:18.8567870Z Resolving deltas: 12% (27/220) 2024-05-15T23:19:18.8568110Z Resolving deltas: 13% (30/220) 2024-05-15T23:19:18.8569190Z Resolving deltas: 14% (32/220) 2024-05-15T23:19:18.8571140Z Resolving deltas: 15% (33/220) 2024-05-15T23:19:18.8571440Z Resolving deltas: 16% (36/220) 2024-05-15T23:19:18.8572930Z Resolving deltas: 17% (38/220) 2024-05-15T23:19:18.8574120Z Resolving deltas: 18% (40/220) 2024-05-15T23:19:18.8574510Z Resolving deltas: 19% (42/220) 2024-05-15T23:19:18.8574740Z Resolving deltas: 20% (44/220) 2024-05-15T23:19:18.8574970Z Resolving deltas: 21% (47/220) 2024-05-15T23:19:18.8575200Z Resolving deltas: 22% (50/220) 2024-05-15T23:19:18.8575430Z Resolving deltas: 23% (51/220) 2024-05-15T23:19:18.8575650Z Resolving deltas: 24% (53/220) 2024-05-15T23:19:18.8584050Z Resolving deltas: 25% (55/220) 2024-05-15T23:19:18.8585340Z Resolving deltas: 26% (58/220) 2024-05-15T23:19:18.8587440Z Resolving deltas: 28% (62/220) 2024-05-15T23:19:18.8588080Z Resolving deltas: 29% (64/220) 2024-05-15T23:19:18.8590140Z Resolving deltas: 30% (67/220) 2024-05-15T23:19:18.8590650Z Resolving deltas: 31% (69/220) 2024-05-15T23:19:18.8591120Z Resolving deltas: 32% (71/220) 2024-05-15T23:19:18.8591550Z Resolving deltas: 33% (73/220) 2024-05-15T23:19:18.8592040Z Resolving deltas: 34% (75/220) 2024-05-15T23:19:18.8593480Z Resolving deltas: 35% (77/220) 2024-05-15T23:19:18.8593750Z Resolving deltas: 36% (80/220) 2024-05-15T23:19:18.8593980Z Resolving deltas: 37% (82/220) 2024-05-15T23:19:18.8594200Z Resolving deltas: 38% (84/220) 2024-05-15T23:19:18.8594430Z Resolving deltas: 39% (86/220) 2024-05-15T23:19:18.8595180Z Resolving deltas: 40% (88/220) 2024-05-15T23:19:18.8596080Z Resolving deltas: 41% (92/220) 2024-05-15T23:19:18.8596340Z Resolving deltas: 42% (94/220) 2024-05-15T23:19:18.8599170Z Resolving deltas: 43% (95/220) 2024-05-15T23:19:18.8599480Z Resolving deltas: 44% (97/220) 2024-05-15T23:19:18.8600490Z Resolving deltas: 45% (99/220) 2024-05-15T23:19:18.8601300Z Resolving deltas: 46% (102/220) 2024-05-15T23:19:18.8602390Z Resolving deltas: 47% (104/220) 2024-05-15T23:19:18.8603070Z Resolving deltas: 48% (106/220) 2024-05-15T23:19:18.8603320Z Resolving deltas: 49% (109/220) 2024-05-15T23:19:18.8603870Z Resolving deltas: 50% (110/220) 2024-05-15T23:19:18.8604120Z Resolving deltas: 51% (114/220) 2024-05-15T23:19:18.8604350Z Resolving deltas: 52% (115/220) 2024-05-15T23:19:18.8604580Z Resolving deltas: 53% (117/220) 2024-05-15T23:19:18.8605430Z Resolving deltas: 54% (119/220) 2024-05-15T23:19:18.8616640Z Resolving deltas: 55% (121/220) 2024-05-15T23:19:18.8616940Z Resolving deltas: 56% (124/220) 2024-05-15T23:19:18.8617730Z Resolving deltas: 57% (126/220) 2024-05-15T23:19:18.8618440Z Resolving deltas: 58% (128/220) 2024-05-15T23:19:18.8618920Z Resolving deltas: 59% (130/220) 2024-05-15T23:19:18.8619160Z Resolving deltas: 60% (132/220) 2024-05-15T23:19:18.8619390Z Resolving deltas: 61% (135/220) 2024-05-15T23:19:18.8619630Z Resolving deltas: 62% (137/220) 2024-05-15T23:19:18.8619870Z Resolving deltas: 63% (139/220) 2024-05-15T23:19:18.8620100Z Resolving deltas: 64% (141/220) 2024-05-15T23:19:18.8620330Z Resolving deltas: 65% (143/220) 2024-05-15T23:19:18.8620560Z Resolving deltas: 66% (146/220) 2024-05-15T23:19:18.8620780Z Resolving deltas: 67% (148/220) 2024-05-15T23:19:18.8621020Z Resolving deltas: 68% (150/220) 2024-05-15T23:19:18.8621250Z Resolving deltas: 69% (152/220) 2024-05-15T23:19:18.8621480Z Resolving deltas: 70% (154/220) 2024-05-15T23:19:18.8621700Z Resolving deltas: 71% (157/220) 2024-05-15T23:19:18.8621930Z Resolving deltas: 72% (160/220) 2024-05-15T23:19:18.8622150Z Resolving deltas: 73% (161/220) 2024-05-15T23:19:18.8622370Z Resolving deltas: 74% (163/220) 2024-05-15T23:19:18.8622840Z Resolving deltas: 75% (165/220) 2024-05-15T23:19:18.8623080Z Resolving deltas: 76% (168/220) 2024-05-15T23:19:18.8623300Z Resolving deltas: 77% (171/220) 2024-05-15T23:19:18.8623530Z Resolving deltas: 78% (172/220) 2024-05-15T23:19:18.8623750Z Resolving deltas: 79% (174/220) 2024-05-15T23:19:18.8623970Z Resolving deltas: 80% (176/220) 2024-05-15T23:19:18.8624200Z Resolving deltas: 81% (179/220) 2024-05-15T23:19:18.8624420Z Resolving deltas: 82% (181/220) 2024-05-15T23:19:18.8624640Z Resolving deltas: 83% (183/220) 2024-05-15T23:19:18.8624860Z Resolving deltas: 84% (185/220) 2024-05-15T23:19:18.8625090Z Resolving deltas: 85% (187/220) 2024-05-15T23:19:18.8625310Z Resolving deltas: 86% (191/220) 2024-05-15T23:19:18.8625670Z Resolving deltas: 87% (192/220) 2024-05-15T23:19:18.8625900Z Resolving deltas: 88% (194/220) 2024-05-15T23:19:18.8626120Z Resolving deltas: 89% (196/220) 2024-05-15T23:19:18.8635300Z Resolving deltas: 90% (198/220) 2024-05-15T23:19:18.8635650Z Resolving deltas: 91% (201/220) 2024-05-15T23:19:18.8635900Z Resolving deltas: 92% (203/220) 2024-05-15T23:19:18.8636130Z Resolving deltas: 93% (205/220) 2024-05-15T23:19:18.8637080Z Resolving deltas: 94% (207/220) 2024-05-15T23:19:18.8638910Z Resolving deltas: 95% (209/220) 2024-05-15T23:19:18.8639490Z Resolving deltas: 96% (212/220) 2024-05-15T23:19:18.8639750Z Resolving deltas: 97% (214/220) 2024-05-15T23:19:18.8640800Z Resolving deltas: 98% (216/220) 2024-05-15T23:19:18.8641720Z Resolving deltas: 99% (218/220) 2024-05-15T23:19:18.8641980Z Resolving deltas: 100% (220/220) 2024-05-15T23:19:18.8667430Z Resolving deltas: 100% (220/220), done. 2024-05-15T23:19:18.8812240Z From https://github.com/pytorch/test-infra 2024-05-15T23:19:18.8812620Z * [new branch] main -> origin/main 2024-05-15T23:19:18.8848670Z ##[endgroup] 2024-05-15T23:19:18.8849010Z ##[group]Determining the checkout info 2024-05-15T23:19:18.8849890Z ##[endgroup] 2024-05-15T23:19:18.8850200Z ##[group]Checking out the ref 2024-05-15T23:19:18.8852700Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-05-15T23:19:18.9827130Z Reset branch 'main' 2024-05-15T23:19:18.9827460Z branch 'main' set up to track 'origin/main'. 2024-05-15T23:19:18.9828440Z ##[endgroup] 2024-05-15T23:19:19.0018080Z [command]/usr/bin/git log -1 --format='%H' 2024-05-15T23:19:19.0018420Z '2698cb3ae580a5b2e6f3488e44cf57d8178edb04' 2024-05-15T23:19:19.0215270Z Prepare all required actions 2024-05-15T23:19:19.0215540Z Getting action download info 2024-05-15T23:19:19.1130200Z Download action repository 'actions/cache@v3' (SHA:e12d46a63a90f2fae62d114769bbf2a179198b5c) 2024-05-15T23:19:19.5385740Z ##[group]Run ./test-infra/.github/actions/setup-miniconda 2024-05-15T23:19:19.5386080Z with: 2024-05-15T23:19:19.5386240Z python-version: 3.9 2024-05-15T23:19:19.5386430Z miniconda-version: 23.1.0-1 2024-05-15T23:19:19.5386620Z env: 2024-05-15T23:19:19.5386770Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:19.5390710Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:19.5394820Z ##[endgroup] 2024-05-15T23:19:19.5684430Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-05-15T23:19:19.5684890Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-05-15T23:19:19.5705360Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:19:19.5705650Z env: 2024-05-15T23:19:19.5705800Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:19.5709840Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:19.5713900Z ##[endgroup] 2024-05-15T23:19:19.6131840Z ##[group]Run actions/cache@v3 2024-05-15T23:19:19.6132090Z with: 2024-05-15T23:19:19.6132300Z path: /Users/ec2-user/runner/_work/_temp/miniconda 2024-05-15T23:19:19.6132640Z key: miniconda-macOS-ARM64-3.9-20240515d 2024-05-15T23:19:19.6132930Z enableCrossOsArchive: false 2024-05-15T23:19:19.6133570Z fail-on-cache-miss: false 2024-05-15T23:19:19.6133790Z lookup-only: false 2024-05-15T23:19:19.6133990Z env: 2024-05-15T23:19:19.6134150Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:19.6138100Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:19.6142280Z ##[endgroup] 2024-05-15T23:19:20.8644690Z Received 142606336 of 188426947 (75.7%), 135.9 MBs/sec 2024-05-15T23:19:21.3792700Z Cache Size: ~180 MB (188426947 B) 2024-05-15T23:19:21.3859130Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/e2b27e07-53ad-4997-8b2f-67bc617c48ae/cache.tzst -P -C /Users/ec2-user/runner/_work/torchchat/torchchat --use-compress-program unzstd 2024-05-15T23:19:21.8673260Z Received 188426947 of 188426947 (100.0%), 89.7 MBs/sec 2024-05-15T23:19:29.7675790Z Cache restored successfully 2024-05-15T23:19:29.7788600Z Cache restored from key: miniconda-macOS-ARM64-3.9-20240515d 2024-05-15T23:19:29.7860870Z ##[group]Run set -x 2024-05-15T23:19:29.7861090Z set -x 2024-05-15T23:19:29.7861260Z  2024-05-15T23:19:29.7861500Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2024-05-15T23:19:29.7861990Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2024-05-15T23:19:29.7862460Z # NB: GITHUB_PATH has a lower priority than PATH, so also set the path 2024-05-15T23:19:29.7862930Z # here to make sure that the correct conda is used 2024-05-15T23:19:29.7863220Z { 2024-05-15T23:19:29.7863450Z  echo "PATH=${MINICONDA_INSTALL_PATH}/bin:${PATH}" 2024-05-15T23:19:29.7863850Z  echo "CONDA_EXE=${MINICONDA_INSTALL_PATH}/bin/conda"; 2024-05-15T23:19:29.7864190Z } >> "${GITHUB_ENV}" 2024-05-15T23:19:29.7884250Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:19:29.7884540Z env: 2024-05-15T23:19:29.7884710Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:29.7889100Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:29.7893300Z ##[endgroup] 2024-05-15T23:19:29.8233270Z + MINICONDA_INSTALL_PATH=/Users/ec2-user/runner/_work/_temp/miniconda 2024-05-15T23:19:29.8239120Z + echo /Users/ec2-user/runner/_work/_temp/miniconda/bin 2024-05-15T23:19:29.8240390Z + echo PATH=/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:19:29.8241510Z + echo CONDA_EXE=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:19:29.9667270Z ##[group]Run actions/cache@v3 2024-05-15T23:19:29.9667530Z with: 2024-05-15T23:19:29.9667770Z path: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2024-05-15T23:19:29.9668140Z key: miniconda-env-macOS-ARM64-3.9-20240515d-- 2024-05-15T23:19:29.9668430Z enableCrossOsArchive: false 2024-05-15T23:19:29.9668690Z fail-on-cache-miss: false 2024-05-15T23:19:29.9668920Z lookup-only: false 2024-05-15T23:19:29.9669090Z env: 2024-05-15T23:19:29.9669270Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:29.9673180Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:29.9678010Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:19:29.9678970Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:19:29.9679330Z ##[endgroup] 2024-05-15T23:19:30.4363460Z Cache Size: ~54 MB (56741526 B) 2024-05-15T23:19:30.4464540Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/3020b467-9bfe-4ac7-bee1-9c1952ed69be/cache.tzst -P -C /Users/ec2-user/runner/_work/torchchat/torchchat --use-compress-program unzstd 2024-05-15T23:19:31.1473030Z Received 56741526 of 56741526 (100.0%), 54.0 MBs/sec 2024-05-15T23:19:34.1276900Z Cache restored successfully 2024-05-15T23:19:34.1354960Z Cache restored from key: miniconda-env-macOS-ARM64-3.9-20240515d-- 2024-05-15T23:19:34.1414110Z ##[group]Run set -x 2024-05-15T23:19:34.1414330Z set -x 2024-05-15T23:19:34.1414500Z  2024-05-15T23:19:34.1414810Z # Print the conda we are using here in case we need debugging information 2024-05-15T23:19:34.1415210Z CONDA_RUNTIME=$(which conda) 2024-05-15T23:19:34.1415660Z "${CONDA_RUNTIME}" --version 2024-05-15T23:19:34.1415890Z  2024-05-15T23:19:34.1416370Z # https://docs.conda.io/projects/conda-build/en/stable/user-guide/environment-variables.html 2024-05-15T23:19:34.1416940Z CONDA_PREFIX="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2024-05-15T23:19:34.1417310Z "${CONDA_RUNTIME}" create \ 2024-05-15T23:19:34.1417550Z  --yes --quiet \ 2024-05-15T23:19:34.1417770Z  --prefix "${CONDA_PREFIX}" \ 2024-05-15T23:19:34.1418040Z  --clone "${CONDA_BASE_ENV}" 2024-05-15T23:19:34.1418270Z  2024-05-15T23:19:34.1418420Z set +e 2024-05-15T23:19:34.1418790Z # NB: Cloning sometimes doesn't copied pip dependencies (untracked files) over. If this 2024-05-15T23:19:34.1419400Z # happens, let's attempt to install the pip requirements directly on top of the cloned 2024-05-15T23:19:34.1419940Z # environment. This is to make sure that no dependency is missing. 2024-05-15T23:19:34.1420520Z UNTRACKED_FILES_COUNT=$("${CONDA_RUNTIME}" package -p "${CONDA_PREFIX}" -u | grep -v "^#" | wc -l | xargs) 2024-05-15T23:19:34.1420970Z set -e 2024-05-15T23:19:34.1421130Z  2024-05-15T23:19:34.1421440Z if [[ -z "${UNTRACKED_FILES_COUNT}" ]] || [[ "${UNTRACKED_FILES_COUNT}" == "0" ]]; then 2024-05-15T23:19:34.1421870Z  if [[ -f "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-05-15T23:19:34.1422340Z  # NB: Force reinstall and don't use the cache, as the installation would still fail 2024-05-15T23:19:34.1422850Z  # when reporting that all requirements have been satisfied 2024-05-15T23:19:34.1423560Z  "${CONDA_RUNTIME}" run -p "${CONDA_PREFIX}" --no-capture-output python3 -mpip install --ignore-installed --no-cache-dir -r "${PIP_REQUIREMENTS_FILE}" 2024-05-15T23:19:34.1424210Z  elif [[ -n "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-05-15T23:19:34.1424770Z  echo "::warning::Specified pip requirements file (${PIP_REQUIREMENTS_FILE}) not found, not going to include it" 2024-05-15T23:19:34.1425240Z  fi 2024-05-15T23:19:34.1425400Z fi 2024-05-15T23:19:34.1425540Z  2024-05-15T23:19:34.1425890Z # Keep exporting CONDA_PREFIX under CONDA_ENV because the latter could be used elsewhere 2024-05-15T23:19:34.1426570Z echo "CONDA_ENV=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-05-15T23:19:34.1426850Z  2024-05-15T23:19:34.1427090Z echo "CONDA_PREFIX=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-05-15T23:19:34.1427590Z echo "CONDA_RUN=${CONDA_RUNTIME} run -p ${CONDA_PREFIX} --no-capture-output" >> "${GITHUB_ENV}" 2024-05-15T23:19:34.1428070Z if [[ "${PYTHON_VERSION}" == "3.11" ]]; then 2024-05-15T23:19:34.1428490Z  # TODO: Remove me, when more packages will be available on default channel 2024-05-15T23:19:34.1429130Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX} -c pytorch-nightly" >> "${GITHUB_ENV}" 2024-05-15T23:19:34.1429610Z else 2024-05-15T23:19:34.1429980Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-05-15T23:19:34.1430400Z fi 2024-05-15T23:19:34.1452170Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:19:34.1452450Z env: 2024-05-15T23:19:34.1452610Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:34.1456710Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:34.1461420Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:19:34.1462360Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:19:34.1462680Z PYTHON_VERSION: 3.9 2024-05-15T23:19:34.1462970Z CONDA_BASE_ENV: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2024-05-15T23:19:34.1463300Z PIP_REQUIREMENTS_FILE: 2024-05-15T23:19:34.1463490Z ##[endgroup] 2024-05-15T23:19:34.1792000Z ++ which conda 2024-05-15T23:19:34.1819470Z + CONDA_RUNTIME=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:19:34.1829570Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda --version 2024-05-15T23:19:36.1651260Z conda 23.1.0 2024-05-15T23:19:36.2122420Z + CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:36.2123930Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda create --yes --quiet --prefix /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 --clone /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2024-05-15T23:19:36.6085910Z Source: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2024-05-15T23:19:36.6113520Z Destination: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:36.6126560Z Packages: 33 2024-05-15T23:19:36.6126850Z Files: 0 2024-05-15T23:19:36.7930600Z Preparing transaction: ...working... done 2024-05-15T23:19:39.2551430Z Verifying transaction: ...working... done 2024-05-15T23:19:42.6846450Z Executing transaction: ...working... done 2024-05-15T23:19:42.7819740Z + set +e 2024-05-15T23:19:42.7853600Z ++ /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda package -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 -u 2024-05-15T23:19:42.7875610Z ++ grep -v '^#' 2024-05-15T23:19:42.7879980Z ++ wc -l 2024-05-15T23:19:42.7900860Z ++ xargs 2024-05-15T23:19:43.2031600Z + UNTRACKED_FILES_COUNT=0 2024-05-15T23:19:43.2032180Z + set -e 2024-05-15T23:19:43.2032520Z + [[ -z 0 ]] 2024-05-15T23:19:43.2032740Z + [[ 0 == \0 ]] 2024-05-15T23:19:43.2032960Z + [[ -f '' ]] 2024-05-15T23:19:43.2033210Z + [[ -n '' ]] 2024-05-15T23:19:43.2033630Z + echo CONDA_ENV=/Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:43.2034270Z + echo CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:43.2042780Z + echo 'CONDA_RUN=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 --no-capture-output' 2024-05-15T23:19:43.2049180Z + [[ 3.9 == \3\.\1\1 ]] 2024-05-15T23:19:43.2049970Z + echo 'CONDA_INSTALL=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205' 2024-05-15T23:19:43.2083240Z ##[group]Run CONDA_RUNTIME=$(which conda) 2024-05-15T23:19:43.2083520Z CONDA_RUNTIME=$(which conda) 2024-05-15T23:19:43.2083760Z  2024-05-15T23:19:43.2083930Z set -euxo pipefail 2024-05-15T23:19:43.2084390Z "${CONDA_RUNTIME}" config --set channel_priority false 2024-05-15T23:19:43.2105960Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:19:43.2106250Z env: 2024-05-15T23:19:43.2106420Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:43.2110370Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:43.2115070Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:19:43.2116010Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:19:43.2116460Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:43.2116930Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:43.2117690Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 --no-capture-output 2024-05-15T23:19:43.2118720Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:43.2119450Z ##[endgroup] 2024-05-15T23:19:43.2468050Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda config --set channel_priority false 2024-05-15T23:19:43.4795560Z ##[group]Run actions/checkout@v3 2024-05-15T23:19:43.4795790Z with: 2024-05-15T23:19:43.4795950Z repository: pytorch/torchchat 2024-05-15T23:19:43.4796170Z ref: refs/pull/804/merge 2024-05-15T23:19:43.4796370Z path: pytorch/torchchat 2024-05-15T23:19:43.4796570Z fetch-depth: 1 2024-05-15T23:19:43.4796820Z token: *** 2024-05-15T23:19:43.4796980Z ssh-strict: true 2024-05-15T23:19:43.4797160Z persist-credentials: true 2024-05-15T23:19:43.4797360Z clean: true 2024-05-15T23:19:43.4797540Z sparse-checkout-cone-mode: true 2024-05-15T23:19:43.4797760Z fetch-tags: false 2024-05-15T23:19:43.4797930Z lfs: false 2024-05-15T23:19:43.4798100Z set-safe-directory: true 2024-05-15T23:19:43.4798320Z env: 2024-05-15T23:19:43.4798480Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:43.4802440Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:43.4807130Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:19:43.4808070Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:19:43.4808520Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:43.4809000Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:43.4809750Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 --no-capture-output 2024-05-15T23:19:43.4810760Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:43.4811370Z ##[endgroup] 2024-05-15T23:19:43.5675030Z Syncing repository: pytorch/torchchat 2024-05-15T23:19:43.5679380Z ##[group]Getting Git version info 2024-05-15T23:19:43.5680030Z Working directory is '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-05-15T23:19:43.5702690Z [command]/usr/bin/git version 2024-05-15T23:19:43.5760820Z git version 2.37.1 (Apple Git-137.1) 2024-05-15T23:19:43.5786350Z ##[endgroup] 2024-05-15T23:19:43.5787870Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/a098520c-755c-4176-9bee-6d6f64b2f940' before making global git config changes 2024-05-15T23:19:43.5788710Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:19:43.5789670Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:19:43.5860100Z ##[group]Initializing the repository 2024-05-15T23:19:43.5873450Z [command]/usr/bin/git init /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:19:43.5983780Z Initialized empty Git repository in /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-05-15T23:19:43.5988820Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-05-15T23:19:43.6063850Z ##[endgroup] 2024-05-15T23:19:43.6064240Z ##[group]Disabling automatic garbage collection 2024-05-15T23:19:43.6066420Z [command]/usr/bin/git config --local gc.auto 0 2024-05-15T23:19:43.6133120Z ##[endgroup] 2024-05-15T23:19:43.6133490Z ##[group]Setting up auth 2024-05-15T23:19:43.6135280Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:19:43.6201800Z [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-05-15T23:19:43.6663890Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:19:43.6723690Z [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-05-15T23:19:43.7211730Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:19:43.7311420Z ##[endgroup] 2024-05-15T23:19:43.7311840Z ##[group]Fetching the repository 2024-05-15T23:19:43.7312720Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/804/merge:refs/remotes/pull/804/merge 2024-05-15T23:19:43.9451450Z remote: Enumerating objects: 242, done. 2024-05-15T23:19:43.9452820Z remote: Counting objects: 0% (1/242) 2024-05-15T23:19:43.9454020Z remote: Counting objects: 1% (3/242) 2024-05-15T23:19:43.9455190Z remote: Counting objects: 2% (5/242) 2024-05-15T23:19:43.9456340Z remote: Counting objects: 3% (8/242) 2024-05-15T23:19:43.9457490Z remote: Counting objects: 4% (10/242) 2024-05-15T23:19:43.9458630Z remote: Counting objects: 5% (13/242) 2024-05-15T23:19:43.9459800Z remote: Counting objects: 6% (15/242) 2024-05-15T23:19:43.9460960Z remote: Counting objects: 7% (17/242) 2024-05-15T23:19:43.9462150Z remote: Counting objects: 8% (20/242) 2024-05-15T23:19:43.9463320Z remote: Counting objects: 9% (22/242) 2024-05-15T23:19:43.9464440Z remote: Counting objects: 10% (25/242) 2024-05-15T23:19:43.9465590Z remote: Counting objects: 11% (27/242) 2024-05-15T23:19:43.9466780Z remote: Counting objects: 12% (30/242) 2024-05-15T23:19:43.9467880Z remote: Counting objects: 13% (32/242) 2024-05-15T23:19:43.9468970Z remote: Counting objects: 14% (34/242) 2024-05-15T23:19:43.9470080Z remote: Counting objects: 15% (37/242) 2024-05-15T23:19:43.9471190Z remote: Counting objects: 16% (39/242) 2024-05-15T23:19:43.9472290Z remote: Counting objects: 17% (42/242) 2024-05-15T23:19:43.9473380Z remote: Counting objects: 18% (44/242) 2024-05-15T23:19:43.9474470Z remote: Counting objects: 19% (46/242) 2024-05-15T23:19:43.9475560Z remote: Counting objects: 20% (49/242) 2024-05-15T23:19:43.9476710Z remote: Counting objects: 21% (51/242) 2024-05-15T23:19:43.9477820Z remote: Counting objects: 22% (54/242) 2024-05-15T23:19:43.9478920Z remote: Counting objects: 23% (56/242) 2024-05-15T23:19:43.9480090Z remote: Counting objects: 24% (59/242) 2024-05-15T23:19:43.9481210Z remote: Counting objects: 25% (61/242) 2024-05-15T23:19:43.9482870Z remote: Counting objects: 26% (63/242) 2024-05-15T23:19:43.9484010Z remote: Counting objects: 27% (66/242) 2024-05-15T23:19:43.9485160Z remote: Counting objects: 28% (68/242) 2024-05-15T23:19:43.9486830Z remote: Counting objects: 29% (71/242) 2024-05-15T23:19:43.9488030Z remote: Counting objects: 30% (73/242) 2024-05-15T23:19:43.9489240Z remote: Counting objects: 31% (76/242) 2024-05-15T23:19:43.9490690Z remote: Counting objects: 32% (78/242) 2024-05-15T23:19:43.9491840Z remote: Counting objects: 33% (80/242) 2024-05-15T23:19:43.9493030Z remote: Counting objects: 34% (83/242) 2024-05-15T23:19:43.9494170Z remote: Counting objects: 35% (85/242) 2024-05-15T23:19:43.9495390Z remote: Counting objects: 36% (88/242) 2024-05-15T23:19:43.9496530Z remote: Counting objects: 37% (90/242) 2024-05-15T23:19:43.9497710Z remote: Counting objects: 38% (92/242) 2024-05-15T23:19:43.9498850Z remote: Counting objects: 39% (95/242) 2024-05-15T23:19:43.9500020Z remote: Counting objects: 40% (97/242) 2024-05-15T23:19:43.9501160Z remote: Counting objects: 41% (100/242) 2024-05-15T23:19:43.9502370Z remote: Counting objects: 42% (102/242) 2024-05-15T23:19:43.9503600Z remote: Counting objects: 43% (105/242) 2024-05-15T23:19:43.9504770Z remote: Counting objects: 44% (107/242) 2024-05-15T23:19:43.9505980Z remote: Counting objects: 45% (109/242) 2024-05-15T23:19:43.9507130Z remote: Counting objects: 46% (112/242) 2024-05-15T23:19:43.9508330Z remote: Counting objects: 47% (114/242) 2024-05-15T23:19:43.9509440Z remote: Counting objects: 48% (117/242) 2024-05-15T23:19:43.9510390Z remote: Counting objects: 49% (119/242) 2024-05-15T23:19:43.9530840Z remote: Counting objects: 50% (121/242) 2024-05-15T23:19:43.9531760Z remote: Counting objects: 51% (124/242) 2024-05-15T23:19:43.9532670Z remote: Counting objects: 52% (126/242) 2024-05-15T23:19:43.9533550Z remote: Counting objects: 53% (129/242) 2024-05-15T23:19:43.9534430Z remote: Counting objects: 54% (131/242) 2024-05-15T23:19:43.9535300Z remote: Counting objects: 55% (134/242) 2024-05-15T23:19:43.9536180Z remote: Counting objects: 56% (136/242) 2024-05-15T23:19:43.9537060Z remote: Counting objects: 57% (138/242) 2024-05-15T23:19:43.9537930Z remote: Counting objects: 58% (141/242) 2024-05-15T23:19:43.9538820Z remote: Counting objects: 59% (143/242) 2024-05-15T23:19:43.9539720Z remote: Counting objects: 60% (146/242) 2024-05-15T23:19:43.9540610Z remote: Counting objects: 61% (148/242) 2024-05-15T23:19:43.9541480Z remote: Counting objects: 62% (151/242) 2024-05-15T23:19:43.9542370Z remote: Counting objects: 63% (153/242) 2024-05-15T23:19:43.9543250Z remote: Counting objects: 64% (155/242) 2024-05-15T23:19:43.9544140Z remote: Counting objects: 65% (158/242) 2024-05-15T23:19:43.9545020Z remote: Counting objects: 66% (160/242) 2024-05-15T23:19:43.9545880Z remote: Counting objects: 67% (163/242) 2024-05-15T23:19:43.9546760Z remote: Counting objects: 68% (165/242) 2024-05-15T23:19:43.9547640Z remote: Counting objects: 69% (167/242) 2024-05-15T23:19:43.9548510Z remote: Counting objects: 70% (170/242) 2024-05-15T23:19:43.9549380Z remote: Counting objects: 71% (172/242) 2024-05-15T23:19:43.9550260Z remote: Counting objects: 72% (175/242) 2024-05-15T23:19:43.9551160Z remote: Counting objects: 73% (177/242) 2024-05-15T23:19:43.9552040Z remote: Counting objects: 74% (180/242) 2024-05-15T23:19:43.9552920Z remote: Counting objects: 75% (182/242) 2024-05-15T23:19:43.9553800Z remote: Counting objects: 76% (184/242) 2024-05-15T23:19:43.9554670Z remote: Counting objects: 77% (187/242) 2024-05-15T23:19:43.9555810Z remote: Counting objects: 78% (189/242) 2024-05-15T23:19:43.9556680Z remote: Counting objects: 79% (192/242) 2024-05-15T23:19:43.9557550Z remote: Counting objects: 80% (194/242) 2024-05-15T23:19:43.9558410Z remote: Counting objects: 81% (197/242) 2024-05-15T23:19:43.9559600Z remote: Counting objects: 82% (199/242) 2024-05-15T23:19:43.9560500Z remote: Counting objects: 83% (201/242) 2024-05-15T23:19:43.9561380Z remote: Counting objects: 84% (204/242) 2024-05-15T23:19:43.9562250Z remote: Counting objects: 85% (206/242) 2024-05-15T23:19:43.9563130Z remote: Counting objects: 86% (209/242) 2024-05-15T23:19:43.9564000Z remote: Counting objects: 87% (211/242) 2024-05-15T23:19:43.9564880Z remote: Counting objects: 88% (213/242) 2024-05-15T23:19:43.9565750Z remote: Counting objects: 89% (216/242) 2024-05-15T23:19:43.9566610Z remote: Counting objects: 90% (218/242) 2024-05-15T23:19:43.9567490Z remote: Counting objects: 91% (221/242) 2024-05-15T23:19:43.9568410Z remote: Counting objects: 92% (223/242) 2024-05-15T23:19:43.9569290Z remote: Counting objects: 93% (226/242) 2024-05-15T23:19:43.9570150Z remote: Counting objects: 94% (228/242) 2024-05-15T23:19:43.9571030Z remote: Counting objects: 95% (230/242) 2024-05-15T23:19:43.9571910Z remote: Counting objects: 96% (233/242) 2024-05-15T23:19:43.9572780Z remote: Counting objects: 97% (235/242) 2024-05-15T23:19:43.9573660Z remote: Counting objects: 98% (238/242) 2024-05-15T23:19:43.9574540Z remote: Counting objects: 99% (240/242) 2024-05-15T23:19:43.9575420Z remote: Counting objects: 100% (242/242) 2024-05-15T23:19:43.9576360Z remote: Counting objects: 100% (242/242), done. 2024-05-15T23:19:43.9577360Z remote: Compressing objects: 0% (1/202) 2024-05-15T23:19:43.9578310Z remote: Compressing objects: 1% (3/202) 2024-05-15T23:19:43.9579250Z remote: Compressing objects: 2% (5/202) 2024-05-15T23:19:43.9580180Z remote: Compressing objects: 3% (7/202) 2024-05-15T23:19:43.9581110Z remote: Compressing objects: 4% (9/202) 2024-05-15T23:19:43.9582040Z remote: Compressing objects: 5% (11/202) 2024-05-15T23:19:43.9583010Z remote: Compressing objects: 6% (13/202) 2024-05-15T23:19:43.9583970Z remote: Compressing objects: 7% (15/202) 2024-05-15T23:19:43.9584910Z remote: Compressing objects: 8% (17/202) 2024-05-15T23:19:43.9585880Z remote: Compressing objects: 9% (19/202) 2024-05-15T23:19:43.9586880Z remote: Compressing objects: 10% (21/202) 2024-05-15T23:19:43.9587850Z remote: Compressing objects: 11% (23/202) 2024-05-15T23:19:43.9588830Z remote: Compressing objects: 12% (25/202) 2024-05-15T23:19:43.9589780Z remote: Compressing objects: 13% (27/202) 2024-05-15T23:19:43.9590710Z remote: Compressing objects: 14% (29/202) 2024-05-15T23:19:43.9591650Z remote: Compressing objects: 15% (31/202) 2024-05-15T23:19:43.9592580Z remote: Compressing objects: 16% (33/202) 2024-05-15T23:19:43.9593500Z remote: Compressing objects: 17% (35/202) 2024-05-15T23:19:43.9594430Z remote: Compressing objects: 18% (37/202) 2024-05-15T23:19:43.9595350Z remote: Compressing objects: 19% (39/202) 2024-05-15T23:19:43.9596270Z remote: Compressing objects: 20% (41/202) 2024-05-15T23:19:43.9597180Z remote: Compressing objects: 21% (43/202) 2024-05-15T23:19:43.9598110Z remote: Compressing objects: 22% (45/202) 2024-05-15T23:19:43.9599020Z remote: Compressing objects: 23% (47/202) 2024-05-15T23:19:43.9599940Z remote: Compressing objects: 24% (49/202) 2024-05-15T23:19:43.9600870Z remote: Compressing objects: 25% (51/202) 2024-05-15T23:19:43.9601760Z remote: Compressing objects: 26% (53/202) 2024-05-15T23:19:43.9602520Z remote: Compressing objects: 27% (55/202) 2024-05-15T23:19:43.9603410Z remote: Compressing objects: 28% (57/202) 2024-05-15T23:19:43.9604170Z remote: Compressing objects: 29% (59/202) 2024-05-15T23:19:43.9604920Z remote: Compressing objects: 30% (61/202) 2024-05-15T23:19:43.9605890Z remote: Compressing objects: 31% (63/202) 2024-05-15T23:19:43.9606660Z remote: Compressing objects: 32% (65/202) 2024-05-15T23:19:43.9607410Z remote: Compressing objects: 33% (67/202) 2024-05-15T23:19:43.9620410Z remote: Compressing objects: 34% (69/202) 2024-05-15T23:19:43.9621180Z remote: Compressing objects: 35% (71/202) 2024-05-15T23:19:43.9621950Z remote: Compressing objects: 36% (73/202) 2024-05-15T23:19:43.9622700Z remote: Compressing objects: 37% (75/202) 2024-05-15T23:19:43.9623470Z remote: Compressing objects: 38% (77/202) 2024-05-15T23:19:43.9624230Z remote: Compressing objects: 39% (79/202) 2024-05-15T23:19:43.9625000Z remote: Compressing objects: 40% (81/202) 2024-05-15T23:19:43.9625790Z remote: Compressing objects: 41% (83/202) 2024-05-15T23:19:43.9626550Z remote: Compressing objects: 42% (85/202) 2024-05-15T23:19:43.9627320Z remote: Compressing objects: 43% (87/202) 2024-05-15T23:19:43.9628120Z remote: Compressing objects: 44% (89/202) 2024-05-15T23:19:43.9628890Z remote: Compressing objects: 45% (91/202) 2024-05-15T23:19:43.9630010Z remote: Compressing objects: 46% (93/202) 2024-05-15T23:19:43.9630830Z remote: Compressing objects: 47% (95/202) 2024-05-15T23:19:43.9631610Z remote: Compressing objects: 48% (97/202) 2024-05-15T23:19:43.9632390Z remote: Compressing objects: 49% (99/202) 2024-05-15T23:19:43.9633170Z remote: Compressing objects: 50% (101/202) 2024-05-15T23:19:43.9633980Z remote: Compressing objects: 51% (104/202) 2024-05-15T23:19:43.9634770Z remote: Compressing objects: 52% (106/202) 2024-05-15T23:19:43.9635540Z remote: Compressing objects: 53% (108/202) 2024-05-15T23:19:43.9636330Z remote: Compressing objects: 54% (110/202) 2024-05-15T23:19:43.9637090Z remote: Compressing objects: 55% (112/202) 2024-05-15T23:19:43.9637860Z remote: Compressing objects: 56% (114/202) 2024-05-15T23:19:43.9638620Z remote: Compressing objects: 57% (116/202) 2024-05-15T23:19:43.9639390Z remote: Compressing objects: 58% (118/202) 2024-05-15T23:19:43.9640150Z remote: Compressing objects: 59% (120/202) 2024-05-15T23:19:43.9640930Z remote: Compressing objects: 60% (122/202) 2024-05-15T23:19:43.9641690Z remote: Compressing objects: 61% (124/202) 2024-05-15T23:19:43.9642450Z remote: Compressing objects: 62% (126/202) 2024-05-15T23:19:43.9643210Z remote: Compressing objects: 63% (128/202) 2024-05-15T23:19:43.9643970Z remote: Compressing objects: 64% (130/202) 2024-05-15T23:19:43.9644730Z remote: Compressing objects: 65% (132/202) 2024-05-15T23:19:43.9645500Z remote: Compressing objects: 66% (134/202) 2024-05-15T23:19:43.9646260Z remote: Compressing objects: 67% (136/202) 2024-05-15T23:19:43.9647020Z remote: Compressing objects: 68% (138/202) 2024-05-15T23:19:43.9647790Z remote: Compressing objects: 69% (140/202) 2024-05-15T23:19:43.9648540Z remote: Compressing objects: 70% (142/202) 2024-05-15T23:19:43.9649300Z remote: Compressing objects: 71% (144/202) 2024-05-15T23:19:43.9650070Z remote: Compressing objects: 72% (146/202) 2024-05-15T23:19:43.9650830Z remote: Compressing objects: 73% (148/202) 2024-05-15T23:19:43.9651580Z remote: Compressing objects: 74% (150/202) 2024-05-15T23:19:43.9652330Z remote: Compressing objects: 75% (152/202) 2024-05-15T23:19:43.9653080Z remote: Compressing objects: 76% (154/202) 2024-05-15T23:19:43.9659380Z remote: Compressing objects: 77% (156/202) 2024-05-15T23:19:43.9666260Z remote: Compressing objects: 78% (158/202) 2024-05-15T23:19:43.9667260Z remote: Compressing objects: 79% (160/202) 2024-05-15T23:19:43.9669310Z remote: Compressing objects: 80% (162/202) 2024-05-15T23:19:43.9670220Z remote: Compressing objects: 81% (164/202) 2024-05-15T23:19:43.9671400Z remote: Compressing objects: 82% (166/202) 2024-05-15T23:19:43.9672240Z remote: Compressing objects: 83% (168/202) 2024-05-15T23:19:43.9673030Z remote: Compressing objects: 84% (170/202) 2024-05-15T23:19:43.9673830Z remote: Compressing objects: 85% (172/202) 2024-05-15T23:19:43.9674600Z remote: Compressing objects: 86% (174/202) 2024-05-15T23:19:43.9675370Z remote: Compressing objects: 87% (176/202) 2024-05-15T23:19:43.9676140Z remote: Compressing objects: 88% (178/202) 2024-05-15T23:19:43.9676900Z remote: Compressing objects: 89% (180/202) 2024-05-15T23:19:43.9677670Z remote: Compressing objects: 90% (182/202) 2024-05-15T23:19:43.9678420Z remote: Compressing objects: 91% (184/202) 2024-05-15T23:19:43.9679190Z remote: Compressing objects: 92% (186/202) 2024-05-15T23:19:43.9679940Z remote: Compressing objects: 93% (188/202) 2024-05-15T23:19:43.9680690Z remote: Compressing objects: 94% (190/202) 2024-05-15T23:19:43.9681450Z remote: Compressing objects: 95% (192/202) 2024-05-15T23:19:43.9682210Z remote: Compressing objects: 96% (194/202) 2024-05-15T23:19:43.9682960Z remote: Compressing objects: 97% (196/202) 2024-05-15T23:19:43.9683710Z remote: Compressing objects: 98% (198/202) 2024-05-15T23:19:43.9684490Z remote: Compressing objects: 99% (200/202) 2024-05-15T23:19:43.9685240Z remote: Compressing objects: 100% (202/202) 2024-05-15T23:19:43.9686060Z remote: Compressing objects: 100% (202/202), done. 2024-05-15T23:19:43.9745550Z Receiving objects: 0% (1/242) 2024-05-15T23:19:43.9746330Z Receiving objects: 1% (3/242) 2024-05-15T23:19:43.9747540Z Receiving objects: 2% (5/242) 2024-05-15T23:19:43.9749510Z Receiving objects: 3% (8/242) 2024-05-15T23:19:43.9749960Z Receiving objects: 4% (10/242) 2024-05-15T23:19:43.9750390Z Receiving objects: 5% (13/242) 2024-05-15T23:19:43.9751480Z Receiving objects: 6% (15/242) 2024-05-15T23:19:43.9752220Z Receiving objects: 7% (17/242) 2024-05-15T23:19:43.9752950Z Receiving objects: 8% (20/242) 2024-05-15T23:19:43.9753410Z Receiving objects: 9% (22/242) 2024-05-15T23:19:43.9753820Z Receiving objects: 10% (25/242) 2024-05-15T23:19:43.9754230Z Receiving objects: 11% (27/242) 2024-05-15T23:19:43.9755030Z Receiving objects: 12% (30/242) 2024-05-15T23:19:43.9756280Z Receiving objects: 13% (32/242) 2024-05-15T23:19:43.9758680Z Receiving objects: 14% (34/242) 2024-05-15T23:19:43.9759120Z Receiving objects: 15% (37/242) 2024-05-15T23:19:43.9759530Z Receiving objects: 16% (39/242) 2024-05-15T23:19:43.9759970Z Receiving objects: 17% (42/242) 2024-05-15T23:19:43.9771650Z Receiving objects: 18% (44/242) 2024-05-15T23:19:43.9772130Z Receiving objects: 19% (46/242) 2024-05-15T23:19:43.9772560Z Receiving objects: 20% (49/242) 2024-05-15T23:19:43.9772970Z Receiving objects: 21% (51/242) 2024-05-15T23:19:43.9773380Z Receiving objects: 22% (54/242) 2024-05-15T23:19:43.9773790Z Receiving objects: 23% (56/242) 2024-05-15T23:19:43.9774230Z Receiving objects: 24% (59/242) 2024-05-15T23:19:43.9774640Z Receiving objects: 25% (61/242) 2024-05-15T23:19:43.9775050Z Receiving objects: 26% (63/242) 2024-05-15T23:19:43.9775470Z Receiving objects: 27% (66/242) 2024-05-15T23:19:43.9775880Z Receiving objects: 28% (68/242) 2024-05-15T23:19:43.9776300Z Receiving objects: 29% (71/242) 2024-05-15T23:19:43.9776710Z Receiving objects: 30% (73/242) 2024-05-15T23:19:43.9777110Z Receiving objects: 31% (76/242) 2024-05-15T23:19:43.9777510Z Receiving objects: 32% (78/242) 2024-05-15T23:19:43.9777910Z Receiving objects: 33% (80/242) 2024-05-15T23:19:43.9778320Z Receiving objects: 34% (83/242) 2024-05-15T23:19:43.9778720Z Receiving objects: 35% (85/242) 2024-05-15T23:19:43.9779350Z Receiving objects: 36% (88/242) 2024-05-15T23:19:43.9779750Z Receiving objects: 37% (90/242) 2024-05-15T23:19:43.9780160Z Receiving objects: 38% (92/242) 2024-05-15T23:19:43.9780560Z Receiving objects: 39% (95/242) 2024-05-15T23:19:43.9781210Z Receiving objects: 40% (97/242) 2024-05-15T23:19:43.9781640Z Receiving objects: 41% (100/242) 2024-05-15T23:19:43.9782060Z Receiving objects: 42% (102/242) 2024-05-15T23:19:43.9782480Z Receiving objects: 43% (105/242) 2024-05-15T23:19:43.9782900Z Receiving objects: 44% (107/242) 2024-05-15T23:19:43.9783310Z Receiving objects: 45% (109/242) 2024-05-15T23:19:43.9783720Z Receiving objects: 46% (112/242) 2024-05-15T23:19:43.9784140Z Receiving objects: 47% (114/242) 2024-05-15T23:19:43.9784550Z Receiving objects: 48% (117/242) 2024-05-15T23:19:43.9784960Z Receiving objects: 49% (119/242) 2024-05-15T23:19:43.9785380Z Receiving objects: 50% (121/242) 2024-05-15T23:19:43.9785790Z Receiving objects: 51% (124/242) 2024-05-15T23:19:43.9786200Z Receiving objects: 52% (126/242) 2024-05-15T23:19:43.9786620Z Receiving objects: 53% (129/242) 2024-05-15T23:19:43.9787030Z Receiving objects: 54% (131/242) 2024-05-15T23:19:43.9787440Z Receiving objects: 55% (134/242) 2024-05-15T23:19:43.9787850Z Receiving objects: 56% (136/242) 2024-05-15T23:19:43.9788260Z Receiving objects: 57% (138/242) 2024-05-15T23:19:43.9788670Z Receiving objects: 58% (141/242) 2024-05-15T23:19:43.9789080Z Receiving objects: 59% (143/242) 2024-05-15T23:19:43.9789490Z Receiving objects: 60% (146/242) 2024-05-15T23:19:43.9789890Z Receiving objects: 61% (148/242) 2024-05-15T23:19:43.9790310Z Receiving objects: 62% (151/242) 2024-05-15T23:19:43.9790720Z Receiving objects: 63% (153/242) 2024-05-15T23:19:43.9791130Z Receiving objects: 64% (155/242) 2024-05-15T23:19:43.9791540Z Receiving objects: 65% (158/242) 2024-05-15T23:19:43.9791950Z Receiving objects: 66% (160/242) 2024-05-15T23:19:43.9792380Z Receiving objects: 67% (163/242) 2024-05-15T23:19:43.9792790Z Receiving objects: 68% (165/242) 2024-05-15T23:19:43.9793200Z Receiving objects: 69% (167/242) 2024-05-15T23:19:43.9793610Z Receiving objects: 70% (170/242) 2024-05-15T23:19:43.9794030Z Receiving objects: 71% (172/242) 2024-05-15T23:19:43.9794520Z Receiving objects: 72% (175/242) 2024-05-15T23:19:43.9796920Z Receiving objects: 73% (177/242) 2024-05-15T23:19:43.9797510Z Receiving objects: 74% (180/242) 2024-05-15T23:19:43.9797960Z Receiving objects: 75% (182/242) 2024-05-15T23:19:43.9799530Z Receiving objects: 76% (184/242) 2024-05-15T23:19:43.9799980Z Receiving objects: 77% (187/242) 2024-05-15T23:19:43.9801470Z Receiving objects: 78% (189/242) 2024-05-15T23:19:43.9801890Z Receiving objects: 79% (192/242) 2024-05-15T23:19:43.9802310Z Receiving objects: 80% (194/242) 2024-05-15T23:19:43.9802720Z Receiving objects: 81% (197/242) 2024-05-15T23:19:43.9811170Z Receiving objects: 82% (199/242) 2024-05-15T23:19:43.9812700Z Receiving objects: 83% (201/242) 2024-05-15T23:19:43.9813260Z Receiving objects: 84% (204/242) 2024-05-15T23:19:43.9813850Z Receiving objects: 85% (206/242) 2024-05-15T23:19:43.9815510Z Receiving objects: 86% (209/242) 2024-05-15T23:19:43.9816000Z Receiving objects: 87% (211/242) 2024-05-15T23:19:43.9816420Z Receiving objects: 88% (213/242) 2024-05-15T23:19:43.9816850Z Receiving objects: 89% (216/242) 2024-05-15T23:19:43.9817690Z remote: Total 242 (delta 16), reused 148 (delta 3), pack-reused 0 2024-05-15T23:19:43.9818350Z Receiving objects: 90% (218/242) 2024-05-15T23:19:43.9818780Z Receiving objects: 91% (221/242) 2024-05-15T23:19:43.9819200Z Receiving objects: 92% (223/242) 2024-05-15T23:19:43.9819610Z Receiving objects: 93% (226/242) 2024-05-15T23:19:43.9820030Z Receiving objects: 94% (228/242) 2024-05-15T23:19:43.9820440Z Receiving objects: 95% (230/242) 2024-05-15T23:19:43.9820850Z Receiving objects: 96% (233/242) 2024-05-15T23:19:43.9821470Z Receiving objects: 97% (235/242) 2024-05-15T23:19:43.9823740Z Receiving objects: 98% (238/242) 2024-05-15T23:19:43.9824310Z Receiving objects: 99% (240/242) 2024-05-15T23:19:43.9824730Z Receiving objects: 100% (242/242) 2024-05-15T23:19:43.9825320Z Receiving objects: 100% (242/242), 319.54 KiB | 39.94 MiB/s, done. 2024-05-15T23:19:43.9837230Z Resolving deltas: 0% (0/16) 2024-05-15T23:19:43.9837950Z Resolving deltas: 6% (1/16) 2024-05-15T23:19:43.9839200Z Resolving deltas: 12% (2/16) 2024-05-15T23:19:43.9839600Z Resolving deltas: 18% (3/16) 2024-05-15T23:19:43.9839980Z Resolving deltas: 25% (4/16) 2024-05-15T23:19:43.9840340Z Resolving deltas: 37% (6/16) 2024-05-15T23:19:43.9840690Z Resolving deltas: 43% (7/16) 2024-05-15T23:19:43.9841260Z Resolving deltas: 50% (8/16) 2024-05-15T23:19:43.9841640Z Resolving deltas: 56% (9/16) 2024-05-15T23:19:43.9841990Z Resolving deltas: 68% (11/16) 2024-05-15T23:19:43.9842350Z Resolving deltas: 75% (12/16) 2024-05-15T23:19:43.9842710Z Resolving deltas: 81% (13/16) 2024-05-15T23:19:43.9843050Z Resolving deltas: 93% (15/16) 2024-05-15T23:19:43.9843400Z Resolving deltas: 100% (16/16) 2024-05-15T23:19:43.9843760Z Resolving deltas: 100% (16/16), done. 2024-05-15T23:19:43.9962470Z From https://github.com/pytorch/torchchat 2024-05-15T23:19:43.9963120Z * [new ref] refs/pull/804/merge -> pull/804/merge 2024-05-15T23:19:44.0022570Z ##[endgroup] 2024-05-15T23:19:44.0023030Z ##[group]Determining the checkout info 2024-05-15T23:19:44.0023520Z ##[endgroup] 2024-05-15T23:19:44.0023890Z ##[group]Checking out the ref 2024-05-15T23:19:44.0024450Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/804/merge 2024-05-15T23:19:44.0235260Z Note: switching to 'refs/remotes/pull/804/merge'. 2024-05-15T23:19:44.0235510Z 2024-05-15T23:19:44.0235790Z You are in 'detached HEAD' state. You can look around, make experimental 2024-05-15T23:19:44.0236320Z changes and commit them, and you can discard any commits you make in this 2024-05-15T23:19:44.0236820Z state without impacting any branches by switching back to a branch. 2024-05-15T23:19:44.0237120Z 2024-05-15T23:19:44.0237340Z If you want to create a new branch to retain commits you create, you may 2024-05-15T23:19:44.0237890Z do so (now or later) by using -c with the switch command. Example: 2024-05-15T23:19:44.0238180Z 2024-05-15T23:19:44.0238300Z git switch -c 2024-05-15T23:19:44.0238480Z 2024-05-15T23:19:44.0238580Z Or undo this operation with: 2024-05-15T23:19:44.0238740Z 2024-05-15T23:19:44.0238820Z git switch - 2024-05-15T23:19:44.0238940Z 2024-05-15T23:19:44.0239170Z Turn off this advice by setting config variable advice.detachedHead to false 2024-05-15T23:19:44.0239490Z 2024-05-15T23:19:44.0239820Z HEAD is now at 0675758 Merge 5afec79d2a21e03d2f27855b184e97600186532c into db12669870c44a9aabc3376566b2503bd1dafcae 2024-05-15T23:19:44.0240820Z ##[endgroup] 2024-05-15T23:19:44.0346870Z [command]/usr/bin/git log -1 --format='%H' 2024-05-15T23:19:44.0376670Z '0675758ce54b35cb210ea6a9f57b121669315979' 2024-05-15T23:19:44.0429310Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-05-15T23:19:44.0429700Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-05-15T23:19:44.0430020Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-05-15T23:19:44.0430390Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:19:44.0430730Z  2024-05-15T23:19:44.0430980Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-05-15T23:19:44.0431330Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-05-15T23:19:44.0431730Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:19:44.0457460Z shell: /bin/bash -e {0} 2024-05-15T23:19:44.0457660Z env: 2024-05-15T23:19:44.0464610Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:44.0468680Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:44.0473500Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:19:44.0474440Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:19:44.0474890Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:44.0475370Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:44.0476120Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 --no-capture-output 2024-05-15T23:19:44.0477140Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:44.0477750Z ##[endgroup] 2024-05-15T23:19:44.0916030Z ##[group]Run { 2024-05-15T23:19:44.0916230Z { 2024-05-15T23:19:44.0916420Z  echo "#!/usr/bin/env bash"; 2024-05-15T23:19:44.0916690Z  echo "set -eou pipefail"; 2024-05-15T23:19:44.0917040Z  # Source conda so it's available to the script environment 2024-05-15T23:19:44.0917430Z  echo 'eval "$(conda shell.bash hook)"'; 2024-05-15T23:19:44.0917720Z  echo "${SCRIPT}"; 2024-05-15T23:19:44.0917970Z } > "${RUNNER_TEMP}/exec_script" 2024-05-15T23:19:44.0918220Z while read line; do 2024-05-15T23:19:44.0918450Z  eval "export ${line}" 2024-05-15T23:19:44.0918760Z done < "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:19:44.0919360Z python3 "/Users/ec2-user/runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-05-15T23:19:44.0941460Z shell: /bin/bash -l {0} 2024-05-15T23:19:44.0941670Z env: 2024-05-15T23:19:44.0941850Z REPOSITORY: pytorch/torchchat 2024-05-15T23:19:44.0945860Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:19:44.0950690Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:19:44.0951700Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:19:44.0952160Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:44.0952660Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:44.0953420Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 --no-capture-output 2024-05-15T23:19:44.0954440Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:19:44.0955150Z RUNNER_ARTIFACT_DIR: /Users/ec2-user/runner/_work/_temp/artifacts 2024-05-15T23:19:44.0955570Z RUNNER_TEST_RESULTS_DIR: /Users/ec2-user/runner/_work/_temp/test-results 2024-05-15T23:19:44.0956110Z ALL_SECRETS: { "github_token": "***" } 2024-05-15T23:19:44.0956360Z ##[endgroup] 2024-05-15T23:19:44.2613650Z /Users/ec2-user/runner/_work/_temp/e32d0f13-619d-4c7f-b9a4-53320e3f8a57.sh: line 10: /Users/ec2-user/runner/_work/_temp/github_env_9103923205: No such file or directory 2024-05-15T23:20:05.5380170Z Running command: bash /Users/ec2-user/runner/_work/_temp/exec_script 2024-05-15T23:20:05.5393360Z + conda create -y -n test-quantization-mps-macos python=3.10.11 2024-05-15T23:20:05.5393720Z + local cmd=create 2024-05-15T23:20:05.5394440Z + case "$cmd" in 2024-05-15T23:20:05.5394980Z + __conda_exe create -y -n test-quantization-mps-macos python=3.10.11 2024-05-15T23:20:05.5395920Z + /opt/homebrew/Caskroom/miniconda/base/bin/conda create -y -n test-quantization-mps-macos python=3.10.11 2024-05-15T23:20:05.5396490Z Channels: 2024-05-15T23:20:05.5396670Z - defaults 2024-05-15T23:20:05.5396910Z Platform: osx-arm64 2024-05-15T23:20:05.5397230Z Collecting package metadata (repodata.json): ...working... done 2024-05-15T23:20:05.5397660Z Solving environment: ...working... done 2024-05-15T23:20:05.5397840Z 2024-05-15T23:20:05.5397930Z ## Package Plan ## 2024-05-15T23:20:05.5398060Z 2024-05-15T23:20:05.5398430Z environment location: /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos 2024-05-15T23:20:05.5398810Z 2024-05-15T23:20:05.5398910Z added / updated specs: 2024-05-15T23:20:05.5405960Z - python=3.10.11 2024-05-15T23:20:05.5406090Z 2024-05-15T23:20:05.5406090Z 2024-05-15T23:20:05.5406210Z The following packages will be downloaded: 2024-05-15T23:20:05.5406410Z 2024-05-15T23:20:05.5406510Z package | build 2024-05-15T23:20:05.5406840Z ---------------------------|----------------- 2024-05-15T23:20:05.5407190Z python-3.10.11 | hb885b13_3 13.0 MB 2024-05-15T23:20:05.5407560Z ------------------------------------------------------------ 2024-05-15T23:20:05.5407860Z Total: 13.0 MB 2024-05-15T23:20:05.5408060Z 2024-05-15T23:20:05.5408160Z The following NEW packages will be INSTALLED: 2024-05-15T23:20:05.5408360Z 2024-05-15T23:20:05.5415940Z bzip2 pkgs/main/osx-arm64::bzip2-1.0.8-h80987f9_6 2024-05-15T23:20:05.5416470Z ca-certificates pkgs/main/osx-arm64::ca-certificates-2024.3.11-hca03da5_0 2024-05-15T23:20:05.5416980Z libffi pkgs/main/osx-arm64::libffi-3.4.4-hca03da5_1 2024-05-15T23:20:05.5417400Z ncurses pkgs/main/osx-arm64::ncurses-6.4-h313beb8_0 2024-05-15T23:20:05.5418190Z openssl pkgs/main/osx-arm64::openssl-3.0.13-h1a28f6b_1 2024-05-15T23:20:05.5418620Z pip pkgs/main/osx-arm64::pip-24.0-py310hca03da5_0 2024-05-15T23:20:05.5419040Z python pkgs/main/osx-arm64::python-3.10.11-hb885b13_3 2024-05-15T23:20:05.5419480Z readline pkgs/main/osx-arm64::readline-8.2-h1a28f6b_0 2024-05-15T23:20:05.5419960Z setuptools pkgs/main/osx-arm64::setuptools-69.5.1-py310hca03da5_0 2024-05-15T23:20:05.5420420Z sqlite pkgs/main/osx-arm64::sqlite-3.45.3-h80987f9_0 2024-05-15T23:20:05.5420830Z tk pkgs/main/osx-arm64::tk-8.6.14-h6ba3021_0 2024-05-15T23:20:05.5421210Z tzdata pkgs/main/noarch::tzdata-2024a-h04d1e81_0 2024-05-15T23:20:05.5421650Z wheel pkgs/main/osx-arm64::wheel-0.43.0-py310hca03da5_0 2024-05-15T23:20:05.5422090Z xz pkgs/main/osx-arm64::xz-5.4.6-h80987f9_1 2024-05-15T23:20:05.5422500Z zlib pkgs/main/osx-arm64::zlib-1.2.13-h18a0788_1 2024-05-15T23:20:05.5422740Z 2024-05-15T23:20:05.5422740Z 2024-05-15T23:20:05.5422750Z 2024-05-15T23:20:05.5422890Z Downloading and Extracting Packages: ...working... done 2024-05-15T23:20:05.5423220Z Preparing transaction: ...working... done 2024-05-15T23:20:05.5423500Z Verifying transaction: ...working... done 2024-05-15T23:20:05.5423780Z Executing transaction: ...working... done 2024-05-15T23:20:05.5424010Z # 2024-05-15T23:20:05.5424170Z # To activate this environment, use 2024-05-15T23:20:05.5424400Z # 2024-05-15T23:20:05.5424620Z # $ conda activate test-quantization-mps-macos 2024-05-15T23:20:05.5424890Z # 2024-05-15T23:20:05.5425060Z # To deactivate an active environment, use 2024-05-15T23:20:05.5425310Z # 2024-05-15T23:20:05.5425450Z # $ conda deactivate 2024-05-15T23:20:05.5425580Z 2024-05-15T23:20:05.5425720Z + conda activate test-quantization-mps-macos 2024-05-15T23:20:05.5425990Z + local cmd=activate 2024-05-15T23:20:05.5426340Z + case "$cmd" in 2024-05-15T23:20:05.5426620Z + __conda_activate activate test-quantization-mps-macos 2024-05-15T23:20:05.5426930Z + '[' -n '' ']' 2024-05-15T23:20:05.5427090Z + local ask_conda 2024-05-15T23:20:05.5427270Z ++ PS1='(base) ' 2024-05-15T23:20:05.5427560Z ++ __conda_exe shell.posix activate test-quantization-mps-macos 2024-05-15T23:20:05.5428160Z ++ /opt/homebrew/Caskroom/miniconda/base/bin/conda shell.posix activate test-quantization-mps-macos 2024-05-15T23:20:05.5428710Z + ask_conda='PS1='\''(test-quantization-mps-macos) '\'' 2024-05-15T23:20:05.5430230Z export PATH='\''/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin'\'' 2024-05-15T23:20:05.5431820Z export CONDA_PREFIX='\''/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos'\'' 2024-05-15T23:20:05.5432310Z export CONDA_SHLVL='\''3'\'' 2024-05-15T23:20:05.5432630Z export CONDA_DEFAULT_ENV='\''test-quantization-mps-macos'\'' 2024-05-15T23:20:05.5433070Z export CONDA_PROMPT_MODIFIER='\''(test-quantization-mps-macos) '\'' 2024-05-15T23:20:05.5433530Z export CONDA_PREFIX_2='\''/opt/homebrew/Caskroom/miniconda/base'\'' 2024-05-15T23:20:05.5434010Z export CONDA_EXE='\''/opt/homebrew/Caskroom/miniconda/base/bin/conda'\'' 2024-05-15T23:20:05.5434370Z export _CE_M='\'''\'' 2024-05-15T23:20:05.5434580Z export _CE_CONDA='\'''\'' 2024-05-15T23:20:05.5434950Z export CONDA_PYTHON_EXE='\''/opt/homebrew/Caskroom/miniconda/base/bin/python'\''' 2024-05-15T23:20:05.5435400Z + eval 'PS1='\''(test-quantization-mps-macos) '\'' 2024-05-15T23:20:05.5436880Z export PATH='\''/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin'\'' 2024-05-15T23:20:05.5438550Z export CONDA_PREFIX='\''/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos'\'' 2024-05-15T23:20:05.5439020Z export CONDA_SHLVL='\''3'\'' 2024-05-15T23:20:05.5439340Z export CONDA_DEFAULT_ENV='\''test-quantization-mps-macos'\'' 2024-05-15T23:20:05.5439780Z export CONDA_PROMPT_MODIFIER='\''(test-quantization-mps-macos) '\'' 2024-05-15T23:20:05.5440230Z export CONDA_PREFIX_2='\''/opt/homebrew/Caskroom/miniconda/base'\'' 2024-05-15T23:20:05.5440700Z export CONDA_EXE='\''/opt/homebrew/Caskroom/miniconda/base/bin/conda'\'' 2024-05-15T23:20:05.5441050Z export _CE_M='\'''\'' 2024-05-15T23:20:05.5441260Z export _CE_CONDA='\'''\'' 2024-05-15T23:20:05.5441630Z export CONDA_PYTHON_EXE='\''/opt/homebrew/Caskroom/miniconda/base/bin/python'\''' 2024-05-15T23:20:05.5442040Z ++ PS1='(test-quantization-mps-macos) ' 2024-05-15T23:20:05.5443480Z ++ export PATH=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin 2024-05-15T23:20:05.5445940Z ++ PATH=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin 2024-05-15T23:20:05.5447460Z ++ export CONDA_PREFIX=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos 2024-05-15T23:20:05.5448100Z ++ CONDA_PREFIX=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos 2024-05-15T23:20:05.5448500Z ++ export CONDA_SHLVL=3 2024-05-15T23:20:05.5448690Z ++ CONDA_SHLVL=3 2024-05-15T23:20:05.5449060Z ++ export CONDA_DEFAULT_ENV=test-quantization-mps-macos 2024-05-15T23:20:05.5449420Z ++ CONDA_DEFAULT_ENV=test-quantization-mps-macos 2024-05-15T23:20:05.5449810Z ++ export 'CONDA_PROMPT_MODIFIER=(test-quantization-mps-macos) ' 2024-05-15T23:20:05.5450220Z ++ CONDA_PROMPT_MODIFIER='(test-quantization-mps-macos) ' 2024-05-15T23:20:05.5450590Z ++ export CONDA_PREFIX_2=/opt/homebrew/Caskroom/miniconda/base 2024-05-15T23:20:05.5450950Z ++ CONDA_PREFIX_2=/opt/homebrew/Caskroom/miniconda/base 2024-05-15T23:20:05.5451370Z ++ export CONDA_EXE=/opt/homebrew/Caskroom/miniconda/base/bin/conda 2024-05-15T23:20:05.5451800Z ++ CONDA_EXE=/opt/homebrew/Caskroom/miniconda/base/bin/conda 2024-05-15T23:20:05.5452120Z ++ export _CE_M= 2024-05-15T23:20:05.5452310Z ++ _CE_M= 2024-05-15T23:20:05.5452500Z ++ export _CE_CONDA= 2024-05-15T23:20:05.5452690Z ++ _CE_CONDA= 2024-05-15T23:20:05.5453020Z ++ export CONDA_PYTHON_EXE=/opt/homebrew/Caskroom/miniconda/base/bin/python 2024-05-15T23:20:05.5453490Z ++ CONDA_PYTHON_EXE=/opt/homebrew/Caskroom/miniconda/base/bin/python 2024-05-15T23:20:05.5453880Z + __conda_hashr 2024-05-15T23:20:05.5454080Z + '[' -n '' ']' 2024-05-15T23:20:05.5454310Z + '[' -n '' ']' 2024-05-15T23:20:05.5454500Z + hash -r 2024-05-15T23:20:05.5454700Z + pip3 uninstall -y torch 2024-05-15T23:20:05.5454970Z WARNING: Skipping torch as it is not installed. 2024-05-15T23:20:05.5455290Z + set -eou pipefail 2024-05-15T23:20:05.5455540Z + echo '::group::Print machine info' 2024-05-15T23:20:05.5456110Z ##[group]Print machine info 2024-05-15T23:20:05.5456350Z + uname -a 2024-05-15T23:20:05.5457000Z Darwin ip-10-0-3-58.ec2.internal 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:39:35 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T8103 arm64 2024-05-15T23:20:05.5457610Z + sysctl machdep.cpu.brand_string 2024-05-15T23:20:05.5457860Z machdep.cpu.brand_string: Apple M1 2024-05-15T23:20:05.5458110Z + sysctl machdep.cpu.core_count 2024-05-15T23:20:05.5458360Z machdep.cpu.core_count: 8 2024-05-15T23:20:05.5458670Z + echo ::endgroup:: 2024-05-15T23:20:05.5459010Z ##[endgroup] 2024-05-15T23:20:05.5459280Z + echo '::group::Create script to run quantization' 2024-05-15T23:20:05.5459730Z ##[group]Create script to run quantization 2024-05-15T23:20:05.5460340Z + python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN 2024-05-15T23:20:05.5460880Z + echo 'exit 1' 2024-05-15T23:20:05.5461070Z + echo ::endgroup:: 2024-05-15T23:20:05.5461380Z ##[endgroup] 2024-05-15T23:20:05.5461600Z + echo '::group::Run quantization' 2024-05-15T23:20:05.5462000Z ##[group]Run quantization 2024-05-15T23:20:05.5462280Z + echo '*******************************************' 2024-05-15T23:20:05.5462560Z ******************************************* 2024-05-15T23:20:05.5462850Z + cat ./run-quantization.sh 2024-05-15T23:20:05.5463080Z set -eou pipefail 2024-05-15T23:20:05.5463310Z TORCHCHAT_ROOT=${PWD} ./scripts/install_et.sh 2024-05-15T23:20:05.5463590Z if false; then 2024-05-15T23:20:05.5463820Z --quantize quant_config.json 2024-05-15T23:20:05.5464120Z --quantize '{"linear:a8w4dq": {"groupsize" : 256}}' 2024-05-15T23:20:05.5464630Z --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:a8w4dq": {"groupsize" : 256}}' 2024-05-15T23:20:05.5465030Z fi 2024-05-15T23:20:05.5465540Z python3 generate.py stories15M --prompt "Hello, my name is" --quantize '{"embedding" : {"bitwidth": 8, "groupsize": 0}}' --device cpu 2024-05-15T23:20:05.5466510Z python3 torchchat.py export stories15M --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:int4": {"groupsize" : 256}}' --output-dso-path stories15M.so 2024-05-15T23:20:05.5467060Z 2024-05-15T23:20:05.5467330Z python3 generate.py stories15M --dso-path stories15M.so --prompt "Hello my name is" 2024-05-15T23:20:05.5468220Z python3 torchchat.py export stories15M --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:a8w4dq": {"groupsize" : 256}}' --output-pte-path stories15M.pte 2024-05-15T23:20:05.5468800Z 2024-05-15T23:20:05.5469200Z python3 generate.py stories15M --pte-path stories15M.pte --prompt "Hello my name is" 2024-05-15T23:20:05.5469630Z if false; then 2024-05-15T23:20:05.5469880Z python3 generate.py --dtype fp32 ... 2024-05-15T23:20:05.5470190Z python3 export.py --dtype fp32 ... 2024-05-15T23:20:05.5470440Z fi 2024-05-15T23:20:05.5470600Z exit 0 2024-05-15T23:20:05.5470740Z exit 1 2024-05-15T23:20:05.5470990Z + echo '*******************************************' 2024-05-15T23:20:05.5471280Z ******************************************* 2024-05-15T23:20:05.5471570Z + bash -x ./run-quantization.sh 2024-05-15T23:20:05.5471820Z + set -eou pipefail 2024-05-15T23:20:05.5472210Z + TORCHCHAT_ROOT=/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:20:05.5472600Z + ./scripts/install_et.sh 2024-05-15T23:20:05.5472860Z ++ dirname ./scripts/install_et.sh 2024-05-15T23:20:05.5473100Z + source ./scripts/install_utils.sh 2024-05-15T23:20:05.5473360Z ++ set -ex pipefail 2024-05-15T23:20:05.5474490Z ++ COMMON_CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON' 2024-05-15T23:20:05.5475540Z + '[' '' == '' ']' 2024-05-15T23:20:05.5475750Z + ET_BUILD_DIR=et-build 2024-05-15T23:20:05.5475960Z + ENABLE_ET_PYBIND=pipefail 2024-05-15T23:20:05.5476360Z + pushd /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:20:05.5476980Z ~/runner/_work/torchchat/torchchat/pytorch/torchchat ~/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:20:05.5477480Z + find_cmake_prefix_path 2024-05-15T23:20:05.5477880Z ++ python3 -c 'from distutils.sysconfig import get_python_lib;print(get_python_lib())' 2024-05-15T23:20:05.5478670Z + path=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages 2024-05-15T23:20:05.5479680Z + MY_CMAKE_PREFIX_PATH=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages 2024-05-15T23:20:05.5480260Z + install_pip_dependencies 2024-05-15T23:20:05.5480520Z + echo 'Intalling common pip packages' 2024-05-15T23:20:05.5485270Z Intalling common pip packages 2024-05-15T23:20:05.5485580Z + pip3 install wheel 'cmake>=3.19' ninja zstd 2024-05-15T23:20:05.5486320Z Requirement already satisfied: wheel in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (0.43.0) 2024-05-15T23:20:05.5486970Z Collecting cmake>=3.19 2024-05-15T23:20:05.5487580Z Using cached cmake-3.29.3-py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl.metadata (6.1 kB) 2024-05-15T23:20:05.5488170Z Collecting ninja 2024-05-15T23:20:05.5488770Z Using cached ninja-1.11.1.1-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl.metadata (5.3 kB) 2024-05-15T23:20:05.5489360Z Collecting zstd 2024-05-15T23:20:05.5489710Z Downloading zstd-1.5.5.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (8.9 kB) 2024-05-15T23:20:05.5490470Z Using cached cmake-3.29.3-py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl (51.0 MB) 2024-05-15T23:20:05.5491400Z Using cached ninja-1.11.1.1-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl (270 kB) 2024-05-15T23:20:05.5492100Z Downloading zstd-1.5.5.1-cp310-cp310-macosx_11_0_arm64.whl (227 kB) 2024-05-15T23:20:05.5492870Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.5/227.5 kB 9.3 MB/s eta 0:00:00 2024-05-15T23:20:05.5493280Z Installing collected packages: zstd, ninja, cmake 2024-05-15T23:20:05.5493690Z Successfully installed cmake-3.29.3 ninja-1.11.1.1 zstd-1.5.5.1 2024-05-15T23:20:05.5494180Z + pushd /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:20:05.5495180Z ~/runner/_work/torchchat/torchchat/pytorch/torchchat ~/runner/_work/torchchat/torchchat/pytorch/torchchat ~/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:20:05.5495900Z + pip3 install -r ./requirements.txt 2024-05-15T23:20:05.5496250Z Collecting torchao (from -r ./requirements.txt (line 4)) 2024-05-15T23:20:05.5496680Z Using cached torchao-0.1-py3-none-any.whl.metadata (5.4 kB) 2024-05-15T23:20:05.5497140Z Collecting huggingface_hub (from -r ./requirements.txt (line 7)) 2024-05-15T23:20:05.5497620Z Using cached huggingface_hub-0.23.0-py3-none-any.whl.metadata (12 kB) 2024-05-15T23:20:05.5498070Z Collecting gguf (from -r ./requirements.txt (line 10)) 2024-05-15T23:20:05.5498480Z Using cached gguf-0.6.0-py3-none-any.whl.metadata (3.2 kB) 2024-05-15T23:20:05.5498900Z Collecting tiktoken (from -r ./requirements.txt (line 13)) 2024-05-15T23:20:05.5499430Z Downloading tiktoken-0.7.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.6 kB) 2024-05-15T23:20:05.5499920Z Collecting snakeviz (from -r ./requirements.txt (line 16)) 2024-05-15T23:20:05.5500390Z Using cached snakeviz-2.2.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-05-15T23:20:05.5500870Z Collecting sentencepiece (from -r ./requirements.txt (line 17)) 2024-05-15T23:20:05.5501410Z Downloading sentencepiece-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (7.7 kB) 2024-05-15T23:20:05.5501910Z Collecting numpy (from -r ./requirements.txt (line 18)) 2024-05-15T23:20:05.5502390Z Downloading numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl.metadata (61 kB) 2024-05-15T23:20:05.5502890Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.1/61.1 kB 4.1 MB/s eta 0:00:00 2024-05-15T23:20:05.5503330Z Collecting lm-eval==0.4 (from -r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5503710Z Using cached lm_eval-0.4.0.tar.gz (457 kB) 2024-05-15T23:20:05.5504000Z Installing build dependencies: started 2024-05-15T23:20:05.5504360Z Installing build dependencies: finished with status 'done' 2024-05-15T23:20:05.5504720Z Getting requirements to build wheel: started 2024-05-15T23:20:05.5505370Z Getting requirements to build wheel: finished with status 'done' 2024-05-15T23:20:05.5505750Z Preparing metadata (pyproject.toml): started 2024-05-15T23:20:05.5506150Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:20:05.5506590Z Collecting blobfile (from -r ./requirements.txt (line 21)) 2024-05-15T23:20:05.5507030Z Using cached blobfile-2.1.1-py3-none-any.whl.metadata (15 kB) 2024-05-15T23:20:05.5508000Z Requirement already satisfied: wheel in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from -r ./requirements.txt (line 24)) (0.43.0) 2024-05-15T23:20:05.5509440Z Requirement already satisfied: cmake>=3.24 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from -r ./requirements.txt (line 25)) (3.29.3) 2024-05-15T23:20:05.5510870Z Requirement already satisfied: ninja in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from -r ./requirements.txt (line 26)) (1.11.1.1) 2024-05-15T23:20:05.5512280Z Requirement already satisfied: zstd in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from -r ./requirements.txt (line 27)) (1.5.5.1) 2024-05-15T23:20:05.5513180Z Collecting flask (from -r ./requirements.txt (line 30)) 2024-05-15T23:20:05.5513610Z Using cached flask-3.0.3-py3-none-any.whl.metadata (3.2 kB) 2024-05-15T23:20:05.5514110Z Collecting accelerate>=0.21.0 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5514620Z Using cached accelerate-0.30.1-py3-none-any.whl.metadata (18 kB) 2024-05-15T23:20:05.5515110Z Collecting evaluate (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5515580Z Using cached evaluate-0.4.2-py3-none-any.whl.metadata (9.3 kB) 2024-05-15T23:20:05.5516070Z Collecting datasets>=2.0.0 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5516680Z Using cached datasets-2.19.1-py3-none-any.whl.metadata (19 kB) 2024-05-15T23:20:05.5517160Z Collecting jsonlines (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5517640Z Using cached jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2024-05-15T23:20:05.5518110Z Collecting numexpr (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5518640Z Downloading numexpr-2.10.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (7.9 kB) 2024-05-15T23:20:05.5519160Z Collecting peft>=0.2.0 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5519620Z Using cached peft-0.10.0-py3-none-any.whl.metadata (13 kB) 2024-05-15T23:20:05.5520090Z Collecting pybind11>=2.6.2 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5520580Z Using cached pybind11-2.12.0-py3-none-any.whl.metadata (9.5 kB) 2024-05-15T23:20:05.5521090Z Collecting pytablewriter (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5521640Z Using cached pytablewriter-1.2.0-py3-none-any.whl.metadata (37 kB) 2024-05-15T23:20:05.5522190Z Collecting rouge-score>=0.0.4 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5522640Z Using cached rouge_score-0.1.2.tar.gz (17 kB) 2024-05-15T23:20:05.5522930Z Preparing metadata (setup.py): started 2024-05-15T23:20:05.5523300Z Preparing metadata (setup.py): finished with status 'done' 2024-05-15T23:20:05.5523790Z Collecting sacrebleu>=1.5.0 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5524300Z Using cached sacrebleu-2.4.2-py3-none-any.whl.metadata (58 kB) 2024-05-15T23:20:05.5524850Z Collecting scikit-learn>=0.24.1 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5525460Z Downloading scikit_learn-1.4.2-cp310-cp310-macosx_12_0_arm64.whl.metadata (11 kB) 2024-05-15T23:20:05.5526000Z Collecting sqlitedict (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5526420Z Using cached sqlitedict-2.1.0.tar.gz (21 kB) 2024-05-15T23:20:05.5526760Z Preparing metadata (setup.py): started 2024-05-15T23:20:05.5527120Z Preparing metadata (setup.py): finished with status 'done' 2024-05-15T23:20:05.5527570Z Collecting torch>=1.8 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5528080Z Downloading torch-2.3.0-cp310-none-macosx_11_0_arm64.whl.metadata (26 kB) 2024-05-15T23:20:05.5528610Z Collecting tqdm-multiprocess (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5529160Z Using cached tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2024-05-15T23:20:05.5529710Z Collecting transformers>=4.1 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5530230Z Using cached transformers-4.40.2-py3-none-any.whl.metadata (137 kB) 2024-05-15T23:20:05.5530720Z Collecting zstandard (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:05.5531260Z Downloading zstandard-0.22.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (2.9 kB) 2024-05-15T23:20:05.5531780Z Collecting packaging (from torchao->-r ./requirements.txt (line 4)) 2024-05-15T23:20:05.5537720Z Using cached packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 2024-05-15T23:20:56.3606760Z Collecting filelock (from huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3608310Z Using cached filelock-3.14.0-py3-none-any.whl.metadata (2.8 kB) 2024-05-15T23:20:56.3608930Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3618540Z Downloading fsspec-2024.5.0-py3-none-any.whl.metadata (11 kB) 2024-05-15T23:20:56.3619800Z Collecting pyyaml>=5.1 (from huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3620430Z Downloading PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (2.1 kB) 2024-05-15T23:20:56.3621050Z Collecting requests (from huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3621590Z Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 2024-05-15T23:20:56.3622540Z Collecting tqdm>=4.42.1 (from huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3623100Z Using cached tqdm-4.66.4-py3-none-any.whl.metadata (57 kB) 2024-05-15T23:20:56.3623680Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3624320Z Using cached typing_extensions-4.11.0-py3-none-any.whl.metadata (3.0 kB) 2024-05-15T23:20:56.3624870Z Collecting regex>=2022.1.18 (from tiktoken->-r ./requirements.txt (line 13)) 2024-05-15T23:20:56.3625410Z Downloading regex-2024.5.15-cp310-cp310-macosx_11_0_arm64.whl.metadata (40 kB) 2024-05-15T23:20:56.3625970Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.5 MB/s eta 0:00:00 2024-05-15T23:20:56.3626450Z Collecting tornado>=2.0 (from snakeviz->-r ./requirements.txt (line 16)) 2024-05-15T23:20:56.3626990Z Using cached tornado-6.4-cp38-abi3-macosx_10_9_universal2.whl.metadata (2.5 kB) 2024-05-15T23:20:56.3627550Z Collecting pycryptodomex~=3.8 (from blobfile->-r ./requirements.txt (line 21)) 2024-05-15T23:20:56.3628150Z Using cached pycryptodomex-3.20.0-cp35-abi3-macosx_10_9_universal2.whl.metadata (3.4 kB) 2024-05-15T23:20:56.3628740Z Collecting urllib3<3,>=1.25.3 (from blobfile->-r ./requirements.txt (line 21)) 2024-05-15T23:20:56.3629210Z Using cached urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 2024-05-15T23:20:56.3629670Z Collecting lxml~=4.9 (from blobfile->-r ./requirements.txt (line 21)) 2024-05-15T23:20:56.3630050Z Downloading lxml-4.9.4.tar.gz (3.6 MB) 2024-05-15T23:20:56.3630420Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 53.9 MB/s eta 0:00:00 2024-05-15T23:20:56.3630760Z Preparing metadata (setup.py): started 2024-05-15T23:20:56.3631130Z Preparing metadata (setup.py): finished with status 'done' 2024-05-15T23:20:56.3631610Z Collecting Werkzeug>=3.0.0 (from flask->-r ./requirements.txt (line 30)) 2024-05-15T23:20:56.3632110Z Using cached werkzeug-3.0.3-py3-none-any.whl.metadata (3.7 kB) 2024-05-15T23:20:56.3632590Z Collecting Jinja2>=3.1.2 (from flask->-r ./requirements.txt (line 30)) 2024-05-15T23:20:56.3633280Z Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-05-15T23:20:56.3633770Z Collecting itsdangerous>=2.1.2 (from flask->-r ./requirements.txt (line 30)) 2024-05-15T23:20:56.3634280Z Using cached itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-05-15T23:20:56.3634770Z Collecting click>=8.1.3 (from flask->-r ./requirements.txt (line 30)) 2024-05-15T23:20:56.3635210Z Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-05-15T23:20:56.3635670Z Collecting blinker>=1.6.2 (from flask->-r ./requirements.txt (line 30)) 2024-05-15T23:20:56.3636140Z Using cached blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB) 2024-05-15T23:20:56.3636670Z Collecting psutil (from accelerate>=0.21.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3637240Z Using cached psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl.metadata (21 kB) 2024-05-15T23:20:56.3637850Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3638480Z Downloading safetensors-0.4.3-cp310-cp310-macosx_11_0_arm64.whl.metadata (3.8 kB) 2024-05-15T23:20:56.3639100Z Collecting pyarrow>=12.0.0 (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3639710Z Downloading pyarrow-16.1.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (3.0 kB) 2024-05-15T23:20:56.3640320Z Collecting pyarrow-hotfix (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3640890Z Using cached pyarrow_hotfix-0.6-py3-none-any.whl.metadata (3.6 kB) 2024-05-15T23:20:56.3641500Z Collecting dill<0.3.9,>=0.3.0 (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3642050Z Using cached dill-0.3.8-py3-none-any.whl.metadata (10 kB) 2024-05-15T23:20:56.3642570Z Collecting pandas (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3643300Z Downloading pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl.metadata (19 kB) 2024-05-15T23:20:56.3643890Z Collecting xxhash (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3644460Z Downloading xxhash-3.4.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (12 kB) 2024-05-15T23:20:56.3645060Z Collecting multiprocess (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3645690Z Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB) 2024-05-15T23:20:56.3646240Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3646760Z Using cached fsspec-2024.3.1-py3-none-any.whl.metadata (6.8 kB) 2024-05-15T23:20:56.3647310Z Collecting aiohttp (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3647900Z Downloading aiohttp-3.9.5-cp310-cp310-macosx_11_0_arm64.whl.metadata (7.5 kB) 2024-05-15T23:20:56.3648480Z Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->flask->-r ./requirements.txt (line 30)) 2024-05-15T23:20:56.3649110Z Downloading MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl.metadata (3.0 kB) 2024-05-15T23:20:56.3649790Z Collecting charset-normalizer<4,>=2 (from requests->huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3655700Z Downloading charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl.metadata (33 kB) 2024-05-15T23:20:56.3656320Z Collecting idna<4,>=2.5 (from requests->huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3656820Z Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB) 2024-05-15T23:20:56.3657360Z Collecting certifi>=2017.4.17 (from requests->huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:20:56.3657920Z Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 2024-05-15T23:20:56.3658490Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3659030Z Using cached absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-05-15T23:20:56.3659680Z Collecting nltk (from rouge-score>=0.0.4->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3660200Z Using cached nltk-3.8.1-py3-none-any.whl.metadata (2.8 kB) 2024-05-15T23:20:56.3660740Z Collecting six>=1.14.0 (from rouge-score>=0.0.4->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3661300Z Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-05-15T23:20:56.3661890Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3662490Z Using cached portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB) 2024-05-15T23:20:56.3663090Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3663680Z Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-05-15T23:20:56.3664240Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3664800Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2024-05-15T23:20:56.3665370Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3665970Z Downloading scipy-1.13.0-cp310-cp310-macosx_12_0_arm64.whl.metadata (60 kB) 2024-05-15T23:20:56.3666480Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 1.2 MB/s eta 0:00:00 2024-05-15T23:20:56.3667030Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3667570Z Using cached joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2024-05-15T23:20:56.3668160Z Collecting threadpoolctl>=2.0.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3668760Z Using cached threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2024-05-15T23:20:56.3669280Z Collecting sympy (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3669910Z Using cached sympy-1.12-py3-none-any.whl.metadata (12 kB) 2024-05-15T23:20:56.3670430Z Collecting networkx (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3670930Z Using cached networkx-3.3-py3-none-any.whl.metadata (5.1 kB) 2024-05-15T23:20:56.3671530Z Collecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3672200Z Downloading tokenizers-0.19.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.7 kB) 2024-05-15T23:20:56.3672800Z Collecting attrs>=19.2.0 (from jsonlines->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3673330Z Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 2024-05-15T23:20:56.3674440Z Requirement already satisfied: setuptools>=38.3.0 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (69.5.1) 2024-05-15T23:20:56.3675600Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3676180Z Using cached DataProperty-1.0.1-py3-none-any.whl.metadata (11 kB) 2024-05-15T23:20:56.3676760Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3677340Z Using cached mbstrdecoder-1.1.3-py3-none-any.whl.metadata (4.0 kB) 2024-05-15T23:20:56.3677930Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3678500Z Using cached pathvalidate-3.2.0-py3-none-any.whl.metadata (11 kB) 2024-05-15T23:20:56.3679070Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3679630Z Using cached tabledata-1.3.3-py3-none-any.whl.metadata (3.7 kB) 2024-05-15T23:20:56.3680180Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3680720Z Using cached tcolorpy-0.1.6-py3-none-any.whl.metadata (6.4 kB) 2024-05-15T23:20:56.3681500Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3682130Z Using cached typepy-1.3.2-py3-none-any.whl.metadata (9.3 kB) 2024-05-15T23:20:56.3682730Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3683340Z Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB) 2024-05-15T23:20:56.3683950Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3684580Z Downloading frozenlist-1.4.1-cp310-cp310-macosx_11_0_arm64.whl.metadata (12 kB) 2024-05-15T23:20:56.3685220Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3685850Z Downloading multidict-6.0.5-cp310-cp310-macosx_11_0_arm64.whl.metadata (4.2 kB) 2024-05-15T23:20:56.3686480Z Collecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3687070Z Downloading yarl-1.9.4-cp310-cp310-macosx_11_0_arm64.whl.metadata (31 kB) 2024-05-15T23:20:56.3687700Z Collecting async-timeout<5.0,>=4.0 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3688300Z Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2024-05-15T23:20:56.3688940Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3689540Z Using cached chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2024-05-15T23:20:56.3690210Z Collecting python-dateutil<3.0.0,>=2.8.0 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3690930Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-05-15T23:20:56.3691720Z Collecting pytz>=2018.9 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3692330Z Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) 2024-05-15T23:20:56.3692900Z Collecting tzdata>=2022.7 (from pandas->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3693470Z Downloading tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB) 2024-05-15T23:20:56.3694020Z Collecting mpmath>=0.19 (from sympy->torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:20:56.3694540Z Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2024-05-15T23:20:56.3694940Z Using cached torchao-0.1-py3-none-any.whl (54 kB) 2024-05-15T23:20:56.3695330Z Using cached huggingface_hub-0.23.0-py3-none-any.whl (401 kB) 2024-05-15T23:20:56.3695710Z Using cached gguf-0.6.0-py3-none-any.whl (23 kB) 2024-05-15T23:20:56.3696120Z Downloading tiktoken-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (906 kB) 2024-05-15T23:20:56.3696590Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 906.8/906.8 kB 31.8 MB/s eta 0:00:00 2024-05-15T23:20:56.3697010Z Using cached snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-05-15T23:20:56.3697470Z Downloading sentencepiece-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB) 2024-05-15T23:20:56.3697950Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 34.2 MB/s eta 0:00:00 2024-05-15T23:20:56.3698400Z Downloading numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl (14.0 MB) 2024-05-15T23:20:56.3698860Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 79.8 MB/s eta 0:00:00 2024-05-15T23:20:56.3699250Z Using cached blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-05-15T23:20:56.3699610Z Using cached flask-3.0.3-py3-none-any.whl (101 kB) 2024-05-15T23:20:56.3700010Z Using cached accelerate-0.30.1-py3-none-any.whl (302 kB) 2024-05-15T23:20:56.3700400Z Using cached blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-05-15T23:20:56.3700760Z Using cached click-8.1.7-py3-none-any.whl (97 kB) 2024-05-15T23:20:56.3701250Z Using cached datasets-2.19.1-py3-none-any.whl (542 kB) 2024-05-15T23:20:56.3701630Z Using cached evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-05-15T23:20:56.3702010Z Using cached filelock-3.14.0-py3-none-any.whl (12 kB) 2024-05-15T23:20:56.3702380Z Using cached fsspec-2024.3.1-py3-none-any.whl (171 kB) 2024-05-15T23:20:56.3702780Z Using cached itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-05-15T23:20:56.3703150Z Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-05-15T23:20:56.3703520Z Using cached packaging-24.0-py3-none-any.whl (53 kB) 2024-05-15T23:20:56.3706660Z Using cached peft-0.10.0-py3-none-any.whl (199 kB) 2024-05-15T23:20:56.3707020Z Using cached pybind11-2.12.0-py3-none-any.whl (234 kB) 2024-05-15T23:20:56.3707490Z Using cached pycryptodomex-3.20.0-cp35-abi3-macosx_10_9_universal2.whl (2.4 MB) 2024-05-15T23:20:56.3708020Z Downloading PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl (169 kB) 2024-05-15T23:20:56.3708500Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.3/169.3 kB 14.0 MB/s eta 0:00:00 2024-05-15T23:20:56.3708970Z Downloading regex-2024.5.15-cp310-cp310-macosx_11_0_arm64.whl (278 kB) 2024-05-15T23:20:56.3709430Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.3/278.3 kB 15.6 MB/s eta 0:00:00 2024-05-15T23:20:56.3709830Z Using cached requests-2.31.0-py3-none-any.whl (62 kB) 2024-05-15T23:20:56.3710210Z Using cached sacrebleu-2.4.2-py3-none-any.whl (106 kB) 2024-05-15T23:20:56.3710660Z Downloading scikit_learn-1.4.2-cp310-cp310-macosx_12_0_arm64.whl (10.4 MB) 2024-05-15T23:20:56.3711130Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.4/10.4 MB 93.3 MB/s eta 0:00:00 2024-05-15T23:20:56.3711580Z Downloading torch-2.3.0-cp310-none-macosx_11_0_arm64.whl (61.0 MB) 2024-05-15T23:20:56.3712030Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 MB 43.8 MB/s eta 0:00:00 2024-05-15T23:20:56.3712480Z Using cached tornado-6.4-cp38-abi3-macosx_10_9_universal2.whl (433 kB) 2024-05-15T23:20:56.3712900Z Using cached tqdm-4.66.4-py3-none-any.whl (78 kB) 2024-05-15T23:20:56.3713400Z Using cached transformers-4.40.2-py3-none-any.whl (9.0 MB) 2024-05-15T23:20:56.3713850Z Using cached typing_extensions-4.11.0-py3-none-any.whl (34 kB) 2024-05-15T23:20:56.3714250Z Using cached urllib3-2.2.1-py3-none-any.whl (121 kB) 2024-05-15T23:20:56.3714620Z Using cached werkzeug-3.0.3-py3-none-any.whl (227 kB) 2024-05-15T23:20:56.3714990Z Using cached jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-05-15T23:20:56.3715430Z Downloading numexpr-2.10.0-cp310-cp310-macosx_11_0_arm64.whl (92 kB) 2024-05-15T23:20:56.3715900Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 7.8 MB/s eta 0:00:00 2024-05-15T23:20:56.3716320Z Using cached pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-05-15T23:20:56.3716790Z Using cached tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-05-15T23:20:56.3717290Z Downloading zstandard-0.22.0-cp310-cp310-macosx_11_0_arm64.whl (703 kB) 2024-05-15T23:20:56.3717780Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 703.4/703.4 kB 42.7 MB/s eta 0:00:00 2024-05-15T23:20:56.3718180Z Using cached attrs-23.2.0-py3-none-any.whl (60 kB) 2024-05-15T23:20:56.3718660Z Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-05-15T23:20:56.3719140Z Downloading charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl (120 kB) 2024-05-15T23:20:56.3719650Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.4/120.4 kB 10.9 MB/s eta 0:00:00 2024-05-15T23:20:56.3720050Z Using cached DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-05-15T23:20:56.3720430Z Using cached dill-0.3.8-py3-none-any.whl (116 kB) 2024-05-15T23:20:56.3720850Z Downloading aiohttp-3.9.5-cp310-cp310-macosx_11_0_arm64.whl (389 kB) 2024-05-15T23:20:56.3721310Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 389.9/389.9 kB 29.7 MB/s eta 0:00:00 2024-05-15T23:20:56.3721680Z Using cached idna-3.7-py3-none-any.whl (66 kB) 2024-05-15T23:20:56.3722030Z Using cached joblib-1.4.2-py3-none-any.whl (301 kB) 2024-05-15T23:20:56.3722480Z Downloading MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl (18 kB) 2024-05-15T23:20:56.3722960Z Using cached mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-05-15T23:20:56.3723380Z Using cached pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-05-15T23:20:56.3723840Z Downloading pyarrow-16.1.0-cp310-cp310-macosx_11_0_arm64.whl (26.0 MB) 2024-05-15T23:20:56.3724330Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.0/26.0 MB 65.0 MB/s eta 0:00:00 2024-05-15T23:20:56.3724800Z Downloading safetensors-0.4.3-cp310-cp310-macosx_11_0_arm64.whl (410 kB) 2024-05-15T23:20:56.3725280Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.9/410.9 kB 29.0 MB/s eta 0:00:00 2024-05-15T23:20:56.3725730Z Downloading scipy-1.13.0-cp310-cp310-macosx_12_0_arm64.whl (30.3 MB) 2024-05-15T23:20:56.3726200Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.3/30.3 MB 69.7 MB/s eta 0:00:00 2024-05-15T23:20:56.3726590Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-05-15T23:20:56.3726980Z Using cached tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-05-15T23:20:56.3727370Z Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-05-15T23:20:56.3727880Z Using cached tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-05-15T23:20:56.3728290Z Using cached threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-05-15T23:20:56.3728780Z Downloading tokenizers-0.19.1-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB) 2024-05-15T23:20:56.3729270Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 70.0 MB/s eta 0:00:00 2024-05-15T23:21:29.9823920Z Using cached typepy-1.3.2-py3-none-any.whl (31 kB) 2024-05-15T23:21:29.9824470Z Using cached absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-05-15T23:21:29.9824890Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-05-15T23:21:29.9825360Z Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB) 2024-05-15T23:21:29.9825870Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.8/134.8 kB 12.1 MB/s eta 0:00:00 2024-05-15T23:21:29.9826330Z Using cached networkx-3.3-py3-none-any.whl (1.7 MB) 2024-05-15T23:21:29.9826720Z Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB) 2024-05-15T23:21:29.9827180Z Downloading pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl (11.3 MB) 2024-05-15T23:21:29.9827680Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 83.2 MB/s eta 0:00:00 2024-05-15T23:21:29.9828100Z Using cached portalocker-2.8.2-py3-none-any.whl (17 kB) 2024-05-15T23:21:29.9828550Z Using cached psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl (249 kB) 2024-05-15T23:21:29.9829000Z Using cached pyarrow_hotfix-0.6-py3-none-any.whl (7.9 kB) 2024-05-15T23:21:29.9829390Z Using cached sympy-1.12-py3-none-any.whl (5.7 MB) 2024-05-15T23:21:29.9829830Z Downloading xxhash-3.4.1-cp310-cp310-macosx_11_0_arm64.whl (30 kB) 2024-05-15T23:21:29.9835430Z Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-05-15T23:21:29.9835860Z Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2024-05-15T23:21:29.9836270Z Using cached chardet-5.2.0-py3-none-any.whl (199 kB) 2024-05-15T23:21:29.9836730Z Downloading frozenlist-1.4.1-cp310-cp310-macosx_11_0_arm64.whl (52 kB) 2024-05-15T23:21:29.9837250Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 4.4 MB/s eta 0:00:00 2024-05-15T23:21:29.9838020Z Using cached mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-05-15T23:21:29.9838470Z Downloading multidict-6.0.5-cp310-cp310-macosx_11_0_arm64.whl (30 kB) 2024-05-15T23:21:29.9838980Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-05-15T23:21:29.9839430Z Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) 2024-05-15T23:21:29.9839860Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 33.8 MB/s eta 0:00:00 2024-05-15T23:21:29.9840290Z Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-05-15T23:21:29.9840720Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 18.8 MB/s eta 0:00:00 2024-05-15T23:21:29.9841170Z Downloading yarl-1.9.4-cp310-cp310-macosx_11_0_arm64.whl (79 kB) 2024-05-15T23:21:29.9841630Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.2/79.2 kB 6.9 MB/s eta 0:00:00 2024-05-15T23:21:29.9842120Z Building wheels for collected packages: lm-eval, lxml, rouge-score, sqlitedict 2024-05-15T23:21:29.9842900Z Building wheel for lm-eval (pyproject.toml): started 2024-05-15T23:21:29.9843370Z Building wheel for lm-eval (pyproject.toml): finished with status 'done' 2024-05-15T23:21:29.9844220Z Created wheel for lm-eval: filename=lm_eval-0.4.0-py3-none-any.whl size=994997 sha256=18ff66f6d8c46066d0cce95a94dcc4ac296dac85425c0c970bdf0a3ce8a55706 2024-05-15T23:21:29.9845260Z Stored in directory: /Users/ec2-user/Library/Caches/pip/wheels/45/b5/b3/4d97da1bde0b79da99e75ec0eb69f838d1fe02f83ab7a01bb4 2024-05-15T23:21:29.9845890Z Building wheel for lxml (setup.py): started 2024-05-15T23:21:29.9846290Z Building wheel for lxml (setup.py): finished with status 'done' 2024-05-15T23:21:29.9847130Z Created wheel for lxml: filename=lxml-4.9.4-cp310-cp310-macosx_11_0_arm64.whl size=1606530 sha256=a6e8cb4708cc939b4dcc73ee10c5afce893675e61047a4bbb423db23b04d0751 2024-05-15T23:21:29.9848200Z Stored in directory: /Users/ec2-user/Library/Caches/pip/wheels/ed/c8/be/7f162d65337daa39c3c760f9d33ffa282c0c21377142640fa4 2024-05-15T23:21:29.9848860Z Building wheel for rouge-score (setup.py): started 2024-05-15T23:21:29.9849300Z Building wheel for rouge-score (setup.py): finished with status 'done' 2024-05-15T23:21:29.9850160Z Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24934 sha256=396b8ab0a7ea5004012a9b14f4cb5d5418307f9d0f15748864355fda9f8a0015 2024-05-15T23:21:29.9851200Z Stored in directory: /Users/ec2-user/Library/Caches/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2024-05-15T23:21:29.9851820Z Building wheel for sqlitedict (setup.py): started 2024-05-15T23:21:29.9852260Z Building wheel for sqlitedict (setup.py): finished with status 'done' 2024-05-15T23:21:29.9853100Z Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16862 sha256=d67995c95c04cba591193d01f9ddf74b652cf39c07c65a64e20b05fbe38af480 2024-05-15T23:21:29.9854130Z Stored in directory: /Users/ec2-user/Library/Caches/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2024-05-15T23:21:29.9854900Z Successfully built lm-eval lxml rouge-score sqlitedict 2024-05-15T23:21:29.9858250Z Installing collected packages: sqlitedict, sentencepiece, pytz, mpmath, zstandard, xxhash, urllib3, tzdata, typing-extensions, tqdm, tornado, threadpoolctl, tcolorpy, tabulate, sympy, six, safetensors, regex, pyyaml, pycryptodomex, pybind11, pyarrow-hotfix, psutil, portalocker, pathvalidate, packaging, numpy, networkx, multidict, MarkupSafe, lxml, joblib, itsdangerous, idna, fsspec, frozenlist, filelock, dill, colorama, click, charset-normalizer, chardet, certifi, blinker, attrs, async-timeout, absl-py, yarl, Werkzeug, tqdm-multiprocess, snakeviz, scipy, sacrebleu, requests, python-dateutil, pyarrow, numexpr, nltk, multiprocess, mbstrdecoder, jsonlines, Jinja2, gguf, blobfile, aiosignal, typepy, torch, tiktoken, scikit-learn, rouge-score, pandas, huggingface_hub, flask, aiohttp, torchao, tokenizers, accelerate, transformers, datasets, DataProperty, tabledata, peft, evaluate, pytablewriter, lm-eval 2024-05-15T23:21:29.9866190Z Successfully installed DataProperty-1.0.1 Jinja2-3.1.4 MarkupSafe-2.1.5 Werkzeug-3.0.3 absl-py-2.1.0 accelerate-0.30.1 aiohttp-3.9.5 aiosignal-1.3.1 async-timeout-4.0.3 attrs-23.2.0 blinker-1.8.2 blobfile-2.1.1 certifi-2024.2.2 chardet-5.2.0 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 datasets-2.19.1 dill-0.3.8 evaluate-0.4.2 filelock-3.14.0 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.3.1 gguf-0.6.0 huggingface_hub-0.23.0 idna-3.7 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 lm-eval-0.4.0 lxml-4.9.4 mbstrdecoder-1.1.3 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 networkx-3.3 nltk-3.8.1 numexpr-2.10.0 numpy-1.26.4 packaging-24.0 pandas-2.2.2 pathvalidate-3.2.0 peft-0.10.0 portalocker-2.8.2 psutil-5.9.8 pyarrow-16.1.0 pyarrow-hotfix-0.6 pybind11-2.12.0 pycryptodomex-3.20.0 pytablewriter-1.2.0 python-dateutil-2.9.0.post0 pytz-2024.1 pyyaml-6.0.1 regex-2024.5.15 requests-2.31.0 rouge-score-0.1.2 sacrebleu-2.4.2 safetensors-0.4.3 scikit-learn-1.4.2 scipy-1.13.0 sentencepiece-0.2.0 six-1.16.0 snakeviz-2.2.0 sqlitedict-2.1.0 sympy-1.12 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 torch-2.3.0 torchao-0.1 tornado-6.4 tqdm-4.66.4 tqdm-multiprocess-0.0.11 transformers-4.40.2 typepy-1.3.2 typing-extensions-4.11.0 tzdata-2024.1 urllib3-2.2.1 xxhash-3.4.1 yarl-1.9.4 zstandard-0.22.0 2024-05-15T23:21:29.9870960Z + popd 2024-05-15T23:21:29.9871370Z ~/runner/_work/torchchat/torchchat/pytorch/torchchat ~/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:21:29.9871840Z + clone_executorch 2024-05-15T23:21:29.9872330Z + echo 'Cloning executorch to /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src' 2024-05-15T23:21:29.9873090Z Cloning executorch to /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src 2024-05-15T23:21:29.9873750Z + rm -rf /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build 2024-05-15T23:21:29.9874370Z + mkdir -p /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src 2024-05-15T23:21:29.9875000Z + pushd /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src 2024-05-15T23:21:29.9875960Z ~/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src ~/runner/_work/torchchat/torchchat/pytorch/torchchat ~/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:21:29.9876740Z + git clone https://github.com/pytorch/executorch.git 2024-05-15T23:21:29.9877080Z Cloning into 'executorch'... 2024-05-15T23:21:29.9877300Z + cd executorch 2024-05-15T23:21:29.9877700Z ++ cat /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/.pins/et-pin.txt 2024-05-15T23:21:29.9878190Z + git checkout fff20a738c5bb5c1cb259468b0a8aa6c6be8cd38 2024-05-15T23:21:29.9878620Z Note: switching to 'fff20a738c5bb5c1cb259468b0a8aa6c6be8cd38'. 2024-05-15T23:21:29.9878880Z 2024-05-15T23:21:29.9879120Z You are in 'detached HEAD' state. You can look around, make experimental 2024-05-15T23:21:29.9879690Z changes and commit them, and you can discard any commits you make in this 2024-05-15T23:21:29.9880170Z state without impacting any branches by switching back to a branch. 2024-05-15T23:21:29.9880450Z 2024-05-15T23:21:29.9880650Z If you want to create a new branch to retain commits you create, you may 2024-05-15T23:21:29.9881140Z do so (now or later) by using -c with the switch command. Example: 2024-05-15T23:21:29.9881410Z 2024-05-15T23:21:29.9881520Z git switch -c 2024-05-15T23:21:29.9881690Z 2024-05-15T23:21:29.9881770Z Or undo this operation with: 2024-05-15T23:21:29.9881920Z 2024-05-15T23:21:29.9881980Z git switch - 2024-05-15T23:21:29.9882090Z 2024-05-15T23:21:29.9882300Z Turn off this advice by setting config variable advice.detachedHead to false 2024-05-15T23:21:29.9882610Z 2024-05-15T23:21:29.9882730Z HEAD is now at fff20a738 Update pytorch pin (#3562) 2024-05-15T23:21:29.9883080Z + echo 'Install executorch: submodule update' 2024-05-15T23:21:29.9883370Z Install executorch: submodule update 2024-05-15T23:21:29.9883620Z + git submodule sync 2024-05-15T23:21:29.9883840Z + git submodule update --init 2024-05-15T23:21:29.9884710Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2024-05-15T23:21:29.9886030Z Submodule 'backends/arm/third-party/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'backends/arm/third-party/serialization_lib' 2024-05-15T23:21:29.9887280Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2024-05-15T23:21:29.9888650Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2024-05-15T23:21:29.9889990Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2024-05-15T23:21:29.9890990Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2024-05-15T23:21:29.9892030Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2024-05-15T23:21:29.9893110Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/digantdesai/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2024-05-15T23:21:29.9894200Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2024-05-15T23:21:29.9895330Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2024-05-15T23:21:29.9896540Z Submodule 'examples/models/llama2/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'examples/models/llama2/third-party/abseil-cpp' 2024-05-15T23:21:29.9897680Z Submodule 'examples/models/llama2/third-party/re2' (https://github.com/google/re2.git) registered for path 'examples/models/llama2/third-party/re2' 2024-05-15T23:21:29.9898670Z Submodule 'examples/third-party/LLaVA' (https://github.com/haotian-liu/LLaVA.git) registered for path 'examples/third-party/LLaVA' 2024-05-15T23:21:29.9899630Z Submodule 'examples/third-party/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'examples/third-party/fbjni' 2024-05-15T23:21:29.9900640Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2024-05-15T23:21:29.9901610Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2024-05-15T23:21:29.9902550Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2024-05-15T23:21:29.9903350Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2024-05-15T23:21:29.9904180Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2024-05-15T23:21:29.9905030Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2024-05-15T23:21:29.9906020Z Submodule 'third-party/lm-evaluation-harness' (https://github.com/EleutherAI/lm-evaluation-harness) registered for path 'third-party/lm-evaluation-harness' 2024-05-15T23:21:29.9907020Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2024-05-15T23:21:29.9911210Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2024-05-15T23:21:29.9912230Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/ethos-u-core-driver'... 2024-05-15T23:21:29.9913370Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/serialization_lib'... 2024-05-15T23:21:29.9914510Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2024-05-15T23:21:29.9915670Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2024-05-15T23:21:29.9916800Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/volk'... 2024-05-15T23:21:29.9917980Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FP16'... 2024-05-15T23:21:29.9919070Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FXdiv'... 2024-05-15T23:21:29.9920140Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/XNNPACK'... 2024-05-15T23:21:29.9921220Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/cpuinfo'... 2024-05-15T23:21:29.9922320Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/pthreadpool'... 2024-05-15T23:21:29.9923460Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/examples/models/llama2/third-party/abseil-cpp'... 2024-05-15T23:21:29.9924590Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/examples/models/llama2/third-party/re2'... 2024-05-15T23:21:29.9925630Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/examples/third-party/LLaVA'... 2024-05-15T23:21:29.9926620Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/examples/third-party/fbjni'... 2024-05-15T23:21:29.9927640Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/optimized/third-party/eigen'... 2024-05-15T23:21:29.9928660Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/flatbuffers'... 2024-05-15T23:21:29.9929600Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/flatcc'... 2024-05-15T23:21:29.9930530Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/gflags'... 2024-05-15T23:21:29.9931540Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/googletest'... 2024-05-15T23:21:29.9932480Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/ios-cmake'... 2024-05-15T23:21:29.9933480Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/lm-evaluation-harness'... 2024-05-15T23:21:29.9934470Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/prelude'... 2024-05-15T23:21:29.9935420Z Cloning into '/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/pybind11'... 2024-05-15T23:21:29.9936330Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5' 2024-05-15T23:21:29.9937180Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2024-05-15T23:21:29.9938000Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2024-05-15T23:21:29.9938870Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-05-15T23:21:29.9939690Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2024-05-15T23:21:29.9940440Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-05-15T23:21:29.9941200Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-05-15T23:21:29.9942100Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '70bbd07c1de310a1f89379c746b8f24a506c3283' 2024-05-15T23:21:29.9942890Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-05-15T23:21:29.9943690Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-05-15T23:21:29.9944520Z Submodule path 'examples/models/llama2/third-party/abseil-cpp': checked out '854193071498f330b71083d7e06a7cd18e02a4cc' 2024-05-15T23:21:29.9945340Z Submodule path 'examples/models/llama2/third-party/re2': checked out 'ac82d4f628a2045d89964ae11c48403d3b091af1' 2024-05-15T23:21:29.9946080Z Submodule path 'examples/third-party/LLaVA': checked out '7440ec9ee37b0374c6b5548818e89878e38f3353' 2024-05-15T23:21:29.9946770Z Submodule path 'examples/third-party/fbjni': checked out '52a14f0daa889a20d8984798b8d96eb03cebd334' 2024-05-15T23:21:44.0618340Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2024-05-15T23:21:44.0619190Z Submodule path 'third-party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2024-05-15T23:21:44.0619930Z Submodule path 'third-party/flatcc': checked out 'eb5228f76d395bffe31a33398ff73e60dfba5914' 2024-05-15T23:21:44.0620640Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2024-05-15T23:21:44.0621350Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-05-15T23:21:44.0622070Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2024-05-15T23:21:44.0622830Z Submodule path 'third-party/lm-evaluation-harness': checked out '49695e8d94c3ab011b7ae8814d809de30b1b1182' 2024-05-15T23:21:44.0623580Z Submodule path 'third-party/prelude': checked out '923237d9e55a8f5a0ad0eeb1154388e8f159f62f' 2024-05-15T23:21:44.0624290Z Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1' 2024-05-15T23:21:44.0624730Z + popd 2024-05-15T23:21:44.0625170Z ~/runner/_work/torchchat/torchchat/pytorch/torchchat ~/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:21:44.0626060Z + install_executorch_libs pipefail 2024-05-15T23:21:44.0628220Z + export 'CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages -DCMAKE_INSTALL_PREFIX=/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install' 2024-05-15T23:21:44.0632050Z + CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages -DCMAKE_INSTALL_PREFIX=/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install' 2024-05-15T23:21:44.0634030Z + export 'CMAKE_BUILD_ARGS=--target install' 2024-05-15T23:21:44.0634350Z + CMAKE_BUILD_ARGS='--target install' 2024-05-15T23:21:44.0634630Z + install_executorch_python_libs pipefail 2024-05-15T23:21:44.0635110Z + '[' '!' -d /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build ']' 2024-05-15T23:21:44.0635790Z + pushd /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src 2024-05-15T23:21:44.0636780Z ~/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src ~/runner/_work/torchchat/torchchat/pytorch/torchchat ~/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:21:44.0637630Z + cd executorch 2024-05-15T23:21:44.0637900Z + echo 'Building and installing python libraries' 2024-05-15T23:21:44.0638210Z Building and installing python libraries 2024-05-15T23:21:44.0638490Z + '[' pipefail = false ']' 2024-05-15T23:21:44.0638730Z + echo 'Installing pybind' 2024-05-15T23:21:44.0638950Z Installing pybind 2024-05-15T23:21:44.0639210Z + bash ./install_requirements.sh --pybind xnnpack 2024-05-15T23:21:44.0639710Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-05-15T23:21:44.0647760Z Collecting torch==2.4.0.dev20240507 2024-05-15T23:21:44.0648530Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.4.0.dev20240507-cp310-none-macosx_11_0_arm64.whl (61.9 MB) 2024-05-15T23:21:44.0649300Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.9/61.9 MB 38.4 MB/s eta 0:00:00 2024-05-15T23:21:44.0649660Z Collecting torchvision==0.19.0.dev20240507 2024-05-15T23:21:44.0650390Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.19.0.dev20240507-cp310-cp310-macosx_11_0_arm64.whl (1.7 MB) 2024-05-15T23:21:44.0651120Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 63.3 MB/s eta 0:00:00 2024-05-15T23:21:44.0651930Z Requirement already satisfied: cmake in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (3.29.3) 2024-05-15T23:21:44.0653060Z Requirement already satisfied: pyyaml in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (6.0.1) 2024-05-15T23:21:44.0654210Z Requirement already satisfied: setuptools>=63 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (69.5.1) 2024-05-15T23:21:44.0654880Z Collecting tomli 2024-05-15T23:21:44.0655190Z Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-05-15T23:21:44.0656000Z Requirement already satisfied: wheel in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (0.43.0) 2024-05-15T23:21:44.0657340Z Requirement already satisfied: zstd in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (1.5.5.1) 2024-05-15T23:21:44.0657990Z Collecting timm==0.6.13 2024-05-15T23:21:44.0658320Z Using cached timm-0.6.13-py3-none-any.whl.metadata (38 kB) 2024-05-15T23:21:44.0658670Z Collecting torchaudio==2.2.0.dev20240507 2024-05-15T23:21:44.0659330Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.2.0.dev20240507-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB) 2024-05-15T23:21:44.0660020Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 51.4 MB/s eta 0:00:00 2024-05-15T23:21:44.0660340Z Collecting torchsr==1.0.4 2024-05-15T23:21:44.0660660Z Using cached torchsr-1.0.4-py3-none-any.whl.metadata (12 kB) 2024-05-15T23:21:44.0661000Z Collecting transformers==4.38.2 2024-05-15T23:21:44.0661370Z Downloading transformers-4.38.2-py3-none-any.whl.metadata (130 kB) 2024-05-15T23:21:44.0661840Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.7/130.7 kB 3.3 MB/s eta 0:00:00 2024-05-15T23:21:44.0662760Z Requirement already satisfied: filelock in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (3.14.0) 2024-05-15T23:21:44.0664160Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (4.11.0) 2024-05-15T23:21:44.0665540Z Requirement already satisfied: sympy in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (1.12) 2024-05-15T23:21:44.0666880Z Requirement already satisfied: networkx in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (3.3) 2024-05-15T23:21:44.0668260Z Requirement already satisfied: jinja2 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (3.1.4) 2024-05-15T23:21:44.0669610Z Requirement already satisfied: fsspec in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from torch==2.4.0.dev20240507) (2024.3.1) 2024-05-15T23:21:44.0670980Z Requirement already satisfied: numpy in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from torchvision==0.19.0.dev20240507) (1.26.4) 2024-05-15T23:21:44.0671850Z Collecting pillow!=8.3.*,>=5.3.0 (from torchvision==0.19.0.dev20240507) 2024-05-15T23:21:44.0672370Z Downloading pillow-10.3.0-cp310-cp310-macosx_11_0_arm64.whl.metadata (9.2 kB) 2024-05-15T23:21:44.0673330Z Requirement already satisfied: huggingface-hub in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from timm==0.6.13) (0.23.0) 2024-05-15T23:21:44.0674670Z Requirement already satisfied: packaging>=20.0 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from transformers==4.38.2) (24.0) 2024-05-15T23:21:44.0676050Z Requirement already satisfied: regex!=2019.12.17 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from transformers==4.38.2) (2024.5.15) 2024-05-15T23:21:44.0677400Z Requirement already satisfied: requests in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from transformers==4.38.2) (2.31.0) 2024-05-15T23:21:44.0678210Z Collecting tokenizers<0.19,>=0.14 (from transformers==4.38.2) 2024-05-15T23:21:44.0678710Z Downloading tokenizers-0.15.2-cp310-cp310-macosx_11_0_arm64.whl.metadata (6.7 kB) 2024-05-15T23:21:44.0679720Z Requirement already satisfied: safetensors>=0.4.1 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from transformers==4.38.2) (0.4.3) 2024-05-15T23:21:44.0681050Z Requirement already satisfied: tqdm>=4.27 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from transformers==4.38.2) (4.66.4) 2024-05-15T23:21:44.0682520Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from jinja2->torch==2.4.0.dev20240507) (2.1.5) 2024-05-15T23:21:44.0683950Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from requests->transformers==4.38.2) (3.3.2) 2024-05-15T23:21:44.0685360Z Requirement already satisfied: idna<4,>=2.5 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from requests->transformers==4.38.2) (3.7) 2024-05-15T23:21:44.0686770Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from requests->transformers==4.38.2) (2.2.1) 2024-05-15T23:21:44.0688220Z Requirement already satisfied: certifi>=2017.4.17 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from requests->transformers==4.38.2) (2024.2.2) 2024-05-15T23:21:44.0689650Z Requirement already satisfied: mpmath>=0.19 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from sympy->torch==2.4.0.dev20240507) (1.3.0) 2024-05-15T23:21:44.0690510Z Using cached timm-0.6.13-py3-none-any.whl (549 kB) 2024-05-15T23:21:44.0690880Z Using cached torchsr-1.0.4-py3-none-any.whl (31 kB) 2024-05-15T23:21:44.0691280Z Downloading transformers-4.38.2-py3-none-any.whl (8.5 MB) 2024-05-15T23:21:44.0691720Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 70.4 MB/s eta 0:00:00 2024-05-15T23:21:44.0692110Z Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-05-15T23:21:44.0692590Z Downloading pillow-10.3.0-cp310-cp310-macosx_11_0_arm64.whl (3.4 MB) 2024-05-15T23:21:44.0693080Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 68.8 MB/s eta 0:00:00 2024-05-15T23:21:44.0693540Z Downloading tokenizers-0.15.2-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB) 2024-05-15T23:21:44.0694020Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 70.3 MB/s eta 0:00:00 2024-05-15T23:21:44.0694610Z Installing collected packages: tomli, pillow, torch, torchvision, torchaudio, tokenizers, transformers, torchsr, timm 2024-05-15T23:21:44.0695130Z Attempting uninstall: torch 2024-05-15T23:21:44.0695380Z Found existing installation: torch 2.3.0 2024-05-15T23:21:44.0695660Z Uninstalling torch-2.3.0: 2024-05-15T23:21:44.0695930Z Successfully uninstalled torch-2.3.0 2024-05-15T23:21:44.0696200Z Attempting uninstall: tokenizers 2024-05-15T23:21:44.0696480Z Found existing installation: tokenizers 0.19.1 2024-05-15T23:21:44.0696800Z Uninstalling tokenizers-0.19.1: 2024-05-15T23:21:44.0697110Z Successfully uninstalled tokenizers-0.19.1 2024-05-15T23:21:44.0697410Z Attempting uninstall: transformers 2024-05-15T23:21:44.0697700Z Found existing installation: transformers 4.40.2 2024-05-15T23:21:44.0698020Z Uninstalling transformers-4.40.2: 2024-05-15T23:21:44.0698330Z Successfully uninstalled transformers-4.40.2 2024-05-15T23:21:44.0699210Z Successfully installed pillow-10.3.0 timm-0.6.13 tokenizers-0.15.2 tomli-2.0.1 torch-2.4.0.dev20240507 torchaudio-2.2.0.dev20240507 torchsr-1.0.4 torchvision-0.19.0.dev20240507 transformers-4.38.2 2024-05-15T23:21:44.0700380Z Using pip 24.0 from /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages/pip (python 3.10) 2024-05-15T23:21:44.0701090Z WARNING: The index url "" seems invalid, please provide a scheme. 2024-05-15T23:21:44.0701470Z Looking in indexes: https://pypi.org/simple, 2024-05-15T23:21:44.0702020Z Processing /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch 2024-05-15T23:21:44.0702520Z Preparing metadata (pyproject.toml): started 2024-05-15T23:21:44.0702920Z Running command Preparing metadata (pyproject.toml) 2024-05-15T23:21:44.0703210Z running dist_info 2024-05-15T23:21:44.0703730Z creating /private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch.egg-info 2024-05-15T23:21:44.0704590Z writing /private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch.egg-info/PKG-INFO 2024-05-15T23:21:44.0705600Z writing dependency_links to /private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch.egg-info/dependency_links.txt 2024-05-15T23:21:44.0706660Z writing entry points to /private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch.egg-info/entry_points.txt 2024-05-15T23:21:44.0707680Z writing requirements to /private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch.egg-info/requires.txt 2024-05-15T23:21:44.0708720Z writing top-level names to /private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch.egg-info/top_level.txt 2024-05-15T23:21:44.0709750Z writing manifest file '/private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch.egg-info/SOURCES.txt' 2024-05-15T23:21:44.0710760Z reading manifest file '/private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch.egg-info/SOURCES.txt' 2024-05-15T23:21:44.0711370Z adding license file 'LICENSE' 2024-05-15T23:21:44.0712010Z writing manifest file '/private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch.egg-info/SOURCES.txt' 2024-05-15T23:21:44.0717360Z creating '/private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-modern-metadata-gucxlfv1/executorch-0.3.0a0+fff20a7.dist-info' 2024-05-15T23:21:44.0718090Z Preparing metadata (pyproject.toml): finished with status 'done' 2024-05-15T23:21:44.0718800Z WARNING: Location 'expecttest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:44.0719330Z Collecting expecttest (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:44.0720330Z Obtaining dependency information for expecttest from https://files.pythonhosted.org/packages/73/a8/9427813686fe043eaf817b99444d4d321ce14f9434e3ffb6bbd1a182a8df/expecttest-0.2.1-py3-none-any.whl.metadata 2024-05-15T23:21:44.0721310Z Downloading expecttest-0.2.1-py3-none-any.whl.metadata (2.5 kB) 2024-05-15T23:21:44.0721910Z WARNING: Location 'flatbuffers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:44.0722430Z Collecting flatbuffers (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:44.0723450Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl.metadata 2024-05-15T23:21:44.0724500Z Using cached flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes) 2024-05-15T23:21:44.0725140Z WARNING: Location 'hypothesis/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:44.0725660Z Collecting hypothesis (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:44.0726660Z Obtaining dependency information for hypothesis from https://files.pythonhosted.org/packages/a4/fb/f0c4736f7e458436569c87e3d9319f3a5bae1e0db70bf42af21e9886aed4/hypothesis-6.102.4-py3-none-any.whl.metadata 2024-05-15T23:21:44.0727630Z Downloading hypothesis-6.102.4-py3-none-any.whl.metadata (6.3 kB) 2024-05-15T23:21:44.0728620Z Requirement already satisfied: numpy>=1.25.2 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from executorch==0.3.0a0+fff20a7) (1.26.4) 2024-05-15T23:21:44.0730000Z Requirement already satisfied: packaging in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from executorch==0.3.0a0+fff20a7) (24.0) 2024-05-15T23:21:44.0731620Z Requirement already satisfied: pandas in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from executorch==0.3.0a0+fff20a7) (2.2.2) 2024-05-15T23:21:44.0732640Z WARNING: Location 'parameterized/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:44.0733170Z Collecting parameterized (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:44.0734210Z Obtaining dependency information for parameterized from https://files.pythonhosted.org/packages/00/2f/804f58f0b856ab3bf21617cccf5b39206e6c4c94c2cd227bde125ea6105f/parameterized-0.9.0-py2.py3-none-any.whl.metadata 2024-05-15T23:21:44.0735240Z Using cached parameterized-0.9.0-py2.py3-none-any.whl.metadata (18 kB) 2024-05-15T23:21:44.0735850Z WARNING: Location 'pytest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:44.0736340Z Collecting pytest (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:44.0737360Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/c4/43/6b1debd95ecdf001bc46789a933f658da3f9738c65f32db3f4e8f2a4ca97/pytest-8.2.0-py3-none-any.whl.metadata 2024-05-15T23:21:44.0738340Z Downloading pytest-8.2.0-py3-none-any.whl.metadata (7.5 kB) 2024-05-15T23:21:44.0738950Z WARNING: Location 'pytest-xdist/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:44.0739530Z Collecting pytest-xdist (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:44.0740570Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2024-05-15T23:21:44.0741580Z Using cached pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2024-05-15T23:21:44.0742600Z Requirement already satisfied: pyyaml in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from executorch==0.3.0a0+fff20a7) (6.0.1) 2024-05-15T23:21:44.0743630Z WARNING: Location 'ruamel-yaml/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:44.0744150Z Collecting ruamel.yaml (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:50.2921490Z Obtaining dependency information for ruamel.yaml from https://files.pythonhosted.org/packages/73/67/8ece580cc363331d9a53055130f86b096bf16e38156e33b1d3014fffda6b/ruamel.yaml-0.18.6-py3-none-any.whl.metadata 2024-05-15T23:21:50.2922620Z Downloading ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB) 2024-05-15T23:21:50.2923710Z Requirement already satisfied: sympy in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from executorch==0.3.0a0+fff20a7) (1.12) 2024-05-15T23:21:50.2925190Z Requirement already satisfied: tabulate in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from executorch==0.3.0a0+fff20a7) (0.9.0) 2024-05-15T23:21:50.2926720Z Requirement already satisfied: attrs>=22.2.0 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from hypothesis->executorch==0.3.0a0+fff20a7) (23.2.0) 2024-05-15T23:21:50.2927880Z WARNING: Location 'sortedcontainers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:50.2928600Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:50.2929850Z Obtaining dependency information for sortedcontainers<3.0.0,>=2.1.0 from https://files.pythonhosted.org/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata 2024-05-15T23:21:50.2931040Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-05-15T23:21:50.2931730Z WARNING: Location 'exceptiongroup/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:50.2932720Z Collecting exceptiongroup>=1.0.0 (from hypothesis->executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:50.2933880Z Obtaining dependency information for exceptiongroup>=1.0.0 from https://files.pythonhosted.org/packages/01/90/79fe92dd413a9cab314ef5c591b5aa9b9ba787ae4cadab75055b0ae00b33/exceptiongroup-1.2.1-py3-none-any.whl.metadata 2024-05-15T23:21:50.2934980Z Downloading exceptiongroup-1.2.1-py3-none-any.whl.metadata (6.6 kB) 2024-05-15T23:21:50.2936090Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from pandas->executorch==0.3.0a0+fff20a7) (2.9.0.post0) 2024-05-15T23:21:50.2937690Z Requirement already satisfied: pytz>=2020.1 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from pandas->executorch==0.3.0a0+fff20a7) (2024.1) 2024-05-15T23:21:50.2939220Z Requirement already satisfied: tzdata>=2022.7 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from pandas->executorch==0.3.0a0+fff20a7) (2024.1) 2024-05-15T23:21:50.2940320Z WARNING: Location 'iniconfig/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:50.2940920Z Collecting iniconfig (from pytest->executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:50.2941960Z Obtaining dependency information for iniconfig from https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl.metadata 2024-05-15T23:21:50.2942970Z Using cached iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2024-05-15T23:21:50.2943570Z WARNING: Location 'pluggy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:50.2944160Z Collecting pluggy<2.0,>=1.5 (from pytest->executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:50.2945430Z Obtaining dependency information for pluggy<2.0,>=1.5 from https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl.metadata 2024-05-15T23:21:50.2946440Z Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2024-05-15T23:21:50.2947490Z Requirement already satisfied: tomli>=1 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from pytest->executorch==0.3.0a0+fff20a7) (2.0.1) 2024-05-15T23:21:50.2948570Z WARNING: Location 'execnet/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:50.2949170Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:50.2950260Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2024-05-15T23:21:50.2951260Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2024-05-15T23:21:50.2951910Z WARNING: Location 'ruamel-yaml-clib/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:21:50.2952590Z Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml->executorch==0.3.0a0+fff20a7) 2024-05-15T23:21:50.2953830Z Obtaining dependency information for ruamel.yaml.clib>=0.2.7 from https://files.pythonhosted.org/packages/61/ee/4874c9fc96010fce85abefdcbe770650c5324288e988d7a48b527a423815/ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_13_0_arm64.whl.metadata 2024-05-15T23:21:50.2955030Z Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_13_0_arm64.whl.metadata (2.2 kB) 2024-05-15T23:21:50.2956120Z Requirement already satisfied: mpmath>=0.19 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from sympy->executorch==0.3.0a0+fff20a7) (1.3.0) 2024-05-15T23:21:50.2957680Z Requirement already satisfied: six>=1.5 in /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->executorch==0.3.0a0+fff20a7) (1.16.0) 2024-05-15T23:21:50.2958790Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-05-15T23:21:50.2959230Z Using cached flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-05-15T23:21:50.2959670Z Downloading hypothesis-6.102.4-py3-none-any.whl (462 kB) 2024-05-15T23:21:50.2960150Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 462.5/462.5 kB 24.7 MB/s eta 0:00:00 2024-05-15T23:21:50.2966900Z Using cached parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-05-15T23:21:50.2967350Z Downloading pytest-8.2.0-py3-none-any.whl (339 kB) 2024-05-15T23:21:50.2967780Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 339.2/339.2 kB 19.3 MB/s eta 0:00:00 2024-05-15T23:21:50.2968200Z Using cached pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-05-15T23:21:50.2968610Z Downloading ruamel.yaml-0.18.6-py3-none-any.whl (117 kB) 2024-05-15T23:21:50.2969060Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.8/117.8 kB 7.7 MB/s eta 0:00:00 2024-05-15T23:21:50.2969510Z Downloading exceptiongroup-1.2.1-py3-none-any.whl (16 kB) 2024-05-15T23:21:50.2969900Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2024-05-15T23:21:50.2970280Z Using cached pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-05-15T23:21:50.2970760Z Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_13_0_arm64.whl (133 kB) 2024-05-15T23:21:50.2971270Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.0/134.0 kB 8.8 MB/s eta 0:00:00 2024-05-15T23:21:50.2971740Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-05-15T23:21:50.2972180Z Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-05-15T23:21:50.2972530Z Building wheels for collected packages: executorch 2024-05-15T23:21:50.2972900Z Building wheel for executorch (pyproject.toml): started 2024-05-15T23:21:50.2973310Z Running command Building wheel for executorch (pyproject.toml) 2024-05-15T23:21:50.2973660Z running bdist_wheel 2024-05-15T23:21:50.2973850Z running build 2024-05-15T23:21:50.2974180Z command options for 'CustomBuild': 2024-05-15T23:21:50.2974460Z build_base = pip-out 2024-05-15T23:21:50.2974700Z build_purelib = pip-out/lib 2024-05-15T23:21:50.2975040Z build_platlib = pip-out/lib.macosx-11.1-arm64-cpython-310 2024-05-15T23:21:50.2975470Z build_lib = pip-out/lib.macosx-11.1-arm64-cpython-310 2024-05-15T23:21:50.2975820Z build_scripts = pip-out/scripts-3.10 2024-05-15T23:21:50.2976180Z build_temp = pip-out/temp.macosx-11.1-arm64-cpython-310 2024-05-15T23:21:50.2976520Z plat_name = macosx-11.1-arm64 2024-05-15T23:21:50.2976750Z compiler = None 2024-05-15T23:21:50.2976940Z parallel = 7 2024-05-15T23:21:50.2977110Z debug = None 2024-05-15T23:21:50.2977270Z force = None 2024-05-15T23:21:50.2977720Z executable = /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/python 2024-05-15T23:21:50.2978490Z creating /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out 2024-05-15T23:21:50.2979460Z creating /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310 2024-05-15T23:21:50.2980600Z creating /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out 2024-05-15T23:21:50.2981820Z deleting /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/CMakeCache.txt 2024-05-15T23:21:50.2987410Z cmake -S /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch -B /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out -DBUCK2= -DPYTHON_EXECUTABLE=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/python -DCMAKE_PREFIX_PATH=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF -DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM_AOT=ON -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages -DCMAKE_INSTALL_PREFIX=/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install -DEXECUTORCH_BUILD_XNNPACK=ON 2024-05-15T23:21:50.2992560Z -- The C compiler identification is AppleClang 14.0.0.14000029 2024-05-15T23:21:50.2993030Z -- The CXX compiler identification is AppleClang 14.0.0.14000029 2024-05-15T23:21:50.2993410Z -- Detecting C compiler ABI info 2024-05-15T23:21:50.2993700Z -- Detecting C compiler ABI info - done 2024-05-15T23:21:50.2994180Z -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped 2024-05-15T23:21:50.2994640Z -- Detecting C compile features 2024-05-15T23:21:50.2994910Z -- Detecting C compile features - done 2024-05-15T23:21:50.2995200Z -- Detecting CXX compiler ABI info 2024-05-15T23:21:50.2995490Z -- Detecting CXX compiler ABI info - done 2024-05-15T23:21:50.2995990Z -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped 2024-05-15T23:21:50.2996450Z -- Detecting CXX compile features 2024-05-15T23:21:50.2996750Z -- Detecting CXX compile features - done 2024-05-15T23:21:50.2997890Z -- Downloading FXdiv to /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/FXdiv-source (define FXDIV_SOURCE_DIR to avoid it) 2024-05-15T23:21:50.2998860Z -- Configuring done (0.0s) 2024-05-15T23:21:50.2999110Z -- Generating done (0.0s) 2024-05-15T23:21:50.2999990Z -- Build files have been written to: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/FXdiv-download 2024-05-15T23:21:50.3000880Z [ 11%] Creating directories for 'fxdiv' 2024-05-15T23:21:50.3001230Z [ 22%] Performing download step (git clone) for 'fxdiv' 2024-05-15T23:21:50.3001570Z Cloning into 'FXdiv-source'... 2024-05-15T23:21:50.3001820Z Already on 'master' 2024-05-15T23:21:50.3002100Z Your branch is up to date with 'origin/master'. 2024-05-15T23:21:50.3002430Z [ 33%] Performing update step for 'fxdiv' 2024-05-15T23:21:50.3002730Z [ 44%] No patch step for 'fxdiv' 2024-05-15T23:21:50.3003010Z [ 55%] No configure step for 'fxdiv' 2024-05-15T23:21:50.3003290Z [ 66%] No build step for 'fxdiv' 2024-05-15T23:21:50.3003570Z [ 77%] No install step for 'fxdiv' 2024-05-15T23:21:50.3003840Z [ 88%] No test step for 'fxdiv' 2024-05-15T23:21:50.3004110Z [100%] Completed 'fxdiv' 2024-05-15T23:21:50.3004320Z [100%] Built target fxdiv 2024-05-15T23:21:50.3004590Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-05-15T23:21:50.3004950Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-05-15T23:21:50.3005280Z -- Found Threads: TRUE 2024-05-15T23:21:50.3005810Z -- Using python executable '/opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/python' 2024-05-15T23:21:50.3006350Z -- Resolved buck2 as buck2. 2024-05-15T23:21:50.3006590Z -- Killing buck2 daemon 2024-05-15T23:21:50.3006840Z -- executorch: Generating source lists 2024-05-15T23:21:50.3007820Z -- executorch: Generating source file list /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/executorch_srcs.cmake 2024-05-15T23:21:50.3009470Z -- executorch: Using sources file /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/executorch_srcs.cmake 2024-05-15T23:21:50.3010350Z -- Proceeding with version: 23.5.26.0 2024-05-15T23:21:50.3010630Z -- Looking for strtof_l 2024-05-15T23:21:50.3010880Z -- Looking for strtof_l - not found 2024-05-15T23:21:50.3011140Z -- Looking for strtoull_l 2024-05-15T23:21:50.3011390Z -- Looking for strtoull_l - not found 2024-05-15T23:21:50.3011670Z -- Looking for realpath 2024-05-15T23:21:50.3011910Z -- Looking for realpath - found 2024-05-15T23:21:50.3012160Z -- CMAKE_CXX_FLAGS: 2024-05-15T23:21:50.3012390Z -- Generating operator lib: 2024-05-15T23:21:50.3012630Z -- LIB_NAME: portable_ops_lib 2024-05-15T23:21:50.3013310Z -- OPS_SCHEMA_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-05-15T23:21:50.3013940Z -- ROOT_OPS: 2024-05-15T23:21:50.3019530Z -- INCLUDE_ALL_OPS: 2024-05-15T23:21:50.3021610Z Command - /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml" 2024-05-15T23:21:50.3023530Z -- Generating kernel bindings: 2024-05-15T23:21:50.3023800Z -- LIB_NAME: portable_ops_lib 2024-05-15T23:21:50.3024460Z -- FUNCTIONS_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-05-15T23:21:50.3025090Z -- CUSTOM_OPS_YAML: 2024-05-15T23:21:50.3027860Z Generated files /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2024-05-15T23:21:50.3030350Z -- Generating operator lib: 2024-05-15T23:21:50.3030600Z -- LIB_NAME: portable_ops_lib 2024-05-15T23:21:50.3030860Z -- KERNEL_LIBS: portable_kernels 2024-05-15T23:21:50.3031110Z -- DEPS: executorch 2024-05-15T23:21:50.3032170Z -- executorch: Using source file list /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/examples/models/llama2/custom_ops/../../../../executorch_srcs.cmake 2024-05-15T23:21:50.3033790Z CMake Warning at /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-05-15T23:21:50.3034640Z static library kineto_LIBRARY-NOTFOUND not found. 2024-05-15T23:21:50.3034950Z Call Stack (most recent call first): 2024-05-15T23:21:50.3035810Z /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-05-15T23:21:50.3036700Z examples/models/llama2/custom_ops/CMakeLists.txt:80 (find_package) 2024-05-15T23:21:50.3036980Z 2024-05-15T23:21:50.3036990Z 2024-05-15T23:21:50.3037520Z -- Found Torch: /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages/torch/lib/libtorch.dylib 2024-05-15T23:21:50.3038180Z -- Generating operator lib: 2024-05-15T23:21:50.3038530Z -- LIB_NAME: optimized_ops_lib 2024-05-15T23:21:50.3039230Z -- OPS_SCHEMA_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-05-15T23:21:50.3039880Z -- ROOT_OPS: 2024-05-15T23:21:50.3040070Z -- INCLUDE_ALL_OPS: 2024-05-15T23:21:50.3042100Z Command - /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml" 2024-05-15T23:21:50.3044050Z -- Generating kernel bindings: 2024-05-15T23:21:50.3044320Z -- LIB_NAME: optimized_ops_lib 2024-05-15T23:21:50.3045030Z -- FUNCTIONS_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-05-15T23:21:50.3045690Z -- CUSTOM_OPS_YAML: 2024-05-15T23:21:50.3048410Z Generated files /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2024-05-15T23:22:03.5566430Z -- Generating operator lib: 2024-05-15T23:22:03.5571630Z -- LIB_NAME: optimized_ops_lib 2024-05-15T23:22:03.5579130Z -- KERNEL_LIBS: optimized_kernels 2024-05-15T23:22:03.5606520Z -- DEPS: executorch 2024-05-15T23:22:03.5630430Z -- Generating operator lib: 2024-05-15T23:22:03.5641390Z -- LIB_NAME: quantized_ops_lib 2024-05-15T23:22:03.5643790Z -- OPS_SCHEMA_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-05-15T23:22:03.5645980Z -- ROOT_OPS: 2024-05-15T23:22:03.5649200Z -- INCLUDE_ALL_OPS: 2024-05-15T23:22:03.5656070Z Command - /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml" 2024-05-15T23:22:03.5683880Z -- Generating kernel bindings: 2024-05-15T23:22:03.5710480Z -- LIB_NAME: quantized_ops_lib 2024-05-15T23:22:03.5753780Z -- FUNCTIONS_YAML: 2024-05-15T23:22:03.5758100Z -- CUSTOM_OPS_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-05-15T23:22:03.5775040Z Generated files /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2024-05-15T23:22:03.5799310Z -- Generating operator lib: 2024-05-15T23:22:03.5799610Z -- LIB_NAME: quantized_ops_lib 2024-05-15T23:22:03.5799900Z -- KERNEL_LIBS: quantized_kernels 2024-05-15T23:22:03.5800170Z -- DEPS: executorch 2024-05-15T23:22:03.5800410Z -- Merging kernel yaml files: 2024-05-15T23:22:03.5801240Z -- FUNCTIONS_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2024-05-15T23:22:03.5802520Z -- FALLBACK_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/configurations/../kernels/portable/functions.yaml 2024-05-15T23:22:03.5803810Z -- OUTPUT_DIR: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/configurations 2024-05-15T23:22:03.5804600Z -- Generating operator lib: 2024-05-15T23:22:03.5804890Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-05-15T23:22:03.5805830Z -- OPS_SCHEMA_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/configurations/merged.yaml 2024-05-15T23:22:03.5806670Z -- ROOT_OPS: 2024-05-15T23:22:03.5806870Z -- INCLUDE_ALL_OPS: 2024-05-15T23:22:03.5809430Z Command - /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/configurations/merged.yaml" 2024-05-15T23:22:03.5811650Z -- Generating kernel bindings: 2024-05-15T23:22:03.5811950Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-05-15T23:22:03.5812880Z -- FUNCTIONS_YAML: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/configurations/merged.yaml 2024-05-15T23:22:03.5813720Z -- CUSTOM_OPS_YAML: 2024-05-15T23:22:03.5816520Z Generated files /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2024-05-15T23:22:03.5819150Z -- Generating operator lib: 2024-05-15T23:22:03.5819430Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-05-15T23:22:03.5819790Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2024-05-15T23:22:03.5820110Z -- DEPS: executorch 2024-05-15T23:22:03.5820570Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2024-05-15T23:22:03.5821150Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:22:03.5821720Z CMake. 2024-05-15T23:22:03.5821820Z 2024-05-15T23:22:03.5822030Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:22:03.5822550Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:22:03.5830000Z 2024-05-15T23:22:03.5830010Z 2024-05-15T23:22:03.5830190Z -- Looking for C++ include unistd.h 2024-05-15T23:22:03.5830520Z -- Looking for C++ include unistd.h - found 2024-05-15T23:22:03.5830840Z -- Looking for C++ include stdint.h 2024-05-15T23:22:03.5831150Z -- Looking for C++ include stdint.h - found 2024-05-15T23:22:03.5831460Z -- Looking for C++ include inttypes.h 2024-05-15T23:22:03.5831790Z -- Looking for C++ include inttypes.h - found 2024-05-15T23:22:03.5832120Z -- Looking for C++ include sys/types.h 2024-05-15T23:22:03.5832440Z -- Looking for C++ include sys/types.h - found 2024-05-15T23:22:03.5832770Z -- Looking for C++ include sys/stat.h 2024-05-15T23:22:03.5833110Z -- Looking for C++ include sys/stat.h - found 2024-05-15T23:22:03.5833430Z -- Looking for C++ include fnmatch.h 2024-05-15T23:22:03.5833750Z -- Looking for C++ include fnmatch.h - found 2024-05-15T23:22:03.5834060Z -- Looking for C++ include stddef.h 2024-05-15T23:22:03.5834370Z -- Looking for C++ include stddef.h - found 2024-05-15T23:22:03.5834680Z -- Check size of uint32_t 2024-05-15T23:22:03.5834930Z -- Check size of uint32_t - done 2024-05-15T23:22:03.5835200Z -- Looking for strtoll 2024-05-15T23:22:03.5835440Z -- Looking for strtoll - found 2024-05-15T23:22:03.5835760Z -- The ASM compiler identification is AppleClang 2024-05-15T23:22:03.5836200Z -- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc 2024-05-15T23:22:03.5837340Z -- Downloading FP16 to /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/FP16-source (define FP16_SOURCE_DIR to avoid it) 2024-05-15T23:22:03.5838520Z -- Configuring done (0.0s) 2024-05-15T23:22:03.5838790Z -- Generating done (0.0s) 2024-05-15T23:22:03.5839680Z -- Build files have been written to: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/FP16-download 2024-05-15T23:22:03.5840570Z [ 11%] Creating directories for 'fp16' 2024-05-15T23:22:03.5841020Z [ 22%] Performing download step (download, verify and extract) for 'fp16' 2024-05-15T23:22:03.5841410Z -- Downloading... 2024-05-15T23:22:03.5842440Z dst='/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-05-15T23:22:03.5843440Z timeout='none' 2024-05-15T23:22:03.5843660Z inactivity timeout='none' 2024-05-15T23:22:03.5844210Z -- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-05-15T23:22:03.5844740Z -- [download 1% complete] 2024-05-15T23:22:03.5844980Z -- [download 10% complete] 2024-05-15T23:22:03.5845230Z -- [download 13% complete] 2024-05-15T23:22:03.5845490Z -- [download 16% complete] 2024-05-15T23:22:03.5845730Z -- [download 36% complete] 2024-05-15T23:22:03.5845970Z -- [download 48% complete] 2024-05-15T23:22:03.5846210Z -- [download 65% complete] 2024-05-15T23:22:03.5846450Z -- [download 84% complete] 2024-05-15T23:22:03.5846700Z -- [download 97% complete] 2024-05-15T23:22:03.5846940Z -- [download 100% complete] 2024-05-15T23:22:03.5847180Z -- verifying file... 2024-05-15T23:22:03.5848220Z file='/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-05-15T23:22:03.5849210Z -- Downloading... done 2024-05-15T23:22:03.5849430Z -- extracting... 2024-05-15T23:22:03.5850620Z src='/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-05-15T23:22:03.5852150Z dst='/Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/FP16-source' 2024-05-15T23:22:03.5852900Z -- extracting... [tar xfz] 2024-05-15T23:22:03.5853150Z -- extracting... [analysis] 2024-05-15T23:22:03.5853390Z -- extracting... [rename] 2024-05-15T23:22:03.5853630Z -- extracting... [clean up] 2024-05-15T23:22:03.5853870Z -- extracting... done 2024-05-15T23:22:03.5854120Z [ 33%] No update step for 'fp16' 2024-05-15T23:22:03.5854400Z [ 44%] No patch step for 'fp16' 2024-05-15T23:22:03.5854680Z [ 55%] No configure step for 'fp16' 2024-05-15T23:22:03.5854970Z [ 66%] No build step for 'fp16' 2024-05-15T23:22:03.5855250Z [ 77%] No install step for 'fp16' 2024-05-15T23:22:03.5855530Z [ 88%] No test step for 'fp16' 2024-05-15T23:22:03.5855790Z [100%] Completed 'fp16' 2024-05-15T23:22:03.5856010Z [100%] Built target fp16 2024-05-15T23:22:03.5856660Z CMake Deprecation Warning at pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/FP16-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-05-15T23:22:03.5857420Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:22:03.5857780Z CMake. 2024-05-15T23:22:03.5857890Z 2024-05-15T23:22:03.5858090Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:22:03.5858590Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:22:03.5858900Z 2024-05-15T23:22:03.5858900Z 2024-05-15T23:22:03.5859860Z -- Downloading PSimd to /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/psimd-source (define PSIMD_SOURCE_DIR to avoid it) 2024-05-15T23:22:03.5860940Z CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-05-15T23:22:03.5861440Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:22:03.5861800Z CMake. 2024-05-15T23:22:03.5861900Z 2024-05-15T23:22:03.5862100Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:22:03.5862610Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:22:03.5862920Z 2024-05-15T23:22:03.5862920Z 2024-05-15T23:22:03.5863030Z -- Configuring done (0.0s) 2024-05-15T23:22:03.5863280Z -- Generating done (0.0s) 2024-05-15T23:22:03.5864170Z -- Build files have been written to: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/psimd-download 2024-05-15T23:22:03.5865060Z [ 11%] Creating directories for 'psimd' 2024-05-15T23:22:03.5865430Z [ 22%] Performing download step (git clone) for 'psimd' 2024-05-15T23:22:03.5865780Z Cloning into 'psimd-source'... 2024-05-15T23:22:03.5866040Z Already on 'master' 2024-05-15T23:22:03.5866320Z Your branch is up to date with 'origin/master'. 2024-05-15T23:22:03.5866660Z [ 33%] Performing update step for 'psimd' 2024-05-15T23:22:03.5866970Z [ 44%] No patch step for 'psimd' 2024-05-15T23:22:03.5867260Z [ 55%] No configure step for 'psimd' 2024-05-15T23:22:03.5867540Z [ 66%] No build step for 'psimd' 2024-05-15T23:22:03.5867820Z [ 77%] No install step for 'psimd' 2024-05-15T23:22:03.5868100Z [ 88%] No test step for 'psimd' 2024-05-15T23:22:03.5868360Z [100%] Completed 'psimd' 2024-05-15T23:22:03.5868590Z [100%] Built target psimd 2024-05-15T23:22:03.5875940Z CMake Deprecation Warning at pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/psimd-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-05-15T23:22:03.5876730Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:22:03.5877330Z CMake. 2024-05-15T23:22:03.5877430Z 2024-05-15T23:22:03.5877640Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:22:03.5878160Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:22:03.5878470Z 2024-05-15T23:22:03.5878470Z 2024-05-15T23:22:03.5878590Z -- pybind11 v2.12.0 dev1 2024-05-15T23:22:03.5879070Z CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): 2024-05-15T23:22:03.5879700Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2024-05-15T23:22:03.5880280Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2024-05-15T23:22:03.5880790Z the cmake_policy command to set the policy and suppress this warning. 2024-05-15T23:22:03.5881090Z 2024-05-15T23:22:03.5881180Z Call Stack (most recent call first): 2024-05-15T23:22:03.5881610Z third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package) 2024-05-15T23:22:03.5882130Z third-party/pybind11/tools/pybind11Common.cmake:188 (include) 2024-05-15T23:22:03.5882580Z third-party/pybind11/CMakeLists.txt:211 (include) 2024-05-15T23:22:03.5883050Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-05-15T23:22:03.5883350Z 2024-05-15T23:22:03.5884000Z -- Found PythonInterp: /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/python (found suitable version "3.10.11", minimum required is "3.6") 2024-05-15T23:22:03.5885100Z -- Found PythonLibs: /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/libpython3.10.dylib 2024-05-15T23:22:03.5885690Z -- Performing Test HAS_FLTO 2024-05-15T23:22:03.5885960Z -- Performing Test HAS_FLTO - Success 2024-05-15T23:22:03.5886250Z -- Performing Test HAS_FLTO_THIN 2024-05-15T23:22:03.5886560Z -- Performing Test HAS_FLTO_THIN - Success 2024-05-15T23:22:03.5887230Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2024-05-15T23:22:03.5887840Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:22:03.5888210Z CMake. 2024-05-15T23:22:03.5888300Z 2024-05-15T23:22:03.5888510Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:22:03.5889020Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:22:03.5889330Z 2024-05-15T23:22:03.5889330Z 2024-05-15T23:22:03.5889820Z -- dist install dir /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/flatcc 2024-05-15T23:22:03.5890820Z -- lib install dir /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib 2024-05-15T23:22:03.5891460Z -- Setting Clang compiler options 2024-05-15T23:22:03.5892130Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2024-05-15T23:22:03.5893340Z CMake Warning at /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-05-15T23:22:03.5894220Z static library kineto_LIBRARY-NOTFOUND not found. 2024-05-15T23:22:03.5894550Z Call Stack (most recent call first): 2024-05-15T23:22:03.5895450Z /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-05-15T23:22:03.5896270Z CMakeLists.txt:581 (find_package) 2024-05-15T23:22:03.5896450Z 2024-05-15T23:22:03.5896460Z 2024-05-15T23:22:03.5896530Z -- 2024-05-15T23:22:03.5896700Z -- ******** Summary ******** 2024-05-15T23:22:03.5896990Z -- CMAKE_BUILD_TYPE : Release 2024-05-15T23:22:03.5897310Z -- CMAKE_CXX_STANDARD : 17 2024-05-15T23:22:03.5897640Z -- CMAKE_CXX_COMPILER_ID : AppleClang 2024-05-15T23:22:03.5898150Z -- CMAKE_TOOLCHAIN_FILE : 2024-05-15T23:22:03.5898440Z -- BUCK2 : buck2 2024-05-15T23:22:03.5899030Z -- PYTHON_EXECUTABLE : /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/python 2024-05-15T23:22:03.5899580Z -- FLATC_EXECUTABLE : flatc 2024-05-15T23:22:03.5899920Z -- EXECUTORCH_ENABLE_LOGGING : ON 2024-05-15T23:22:03.5900270Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2024-05-15T23:22:03.5900630Z -- EXECUTORCH_LOG_LEVEL : Info 2024-05-15T23:22:03.5900990Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2024-05-15T23:22:03.5901330Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2024-05-15T23:22:03.5901680Z -- EXECUTORCH_BUILD_COREML : OFF 2024-05-15T23:22:03.5902020Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2024-05-15T23:22:03.5902370Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2024-05-15T23:22:03.5902730Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2024-05-15T23:22:03.5903090Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2024-05-15T23:22:03.5903440Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2024-05-15T23:22:03.5903790Z -- EXECUTORCH_BUILD_FLATC : ON 2024-05-15T23:22:03.5904130Z -- EXECUTORCH_BUILD_GFLAGS : ON 2024-05-15T23:22:03.5904460Z -- EXECUTORCH_BUILD_GTESTS : OFF 2024-05-15T23:22:03.5904810Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2024-05-15T23:22:03.5905140Z -- EXECUTORCH_BUILD_MPS : OFF 2024-05-15T23:22:03.5905480Z -- EXECUTORCH_BUILD_PYBIND : ON 2024-05-15T23:22:03.5905820Z -- EXECUTORCH_BUILD_QNN : OFF 2024-05-15T23:22:03.5906170Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2024-05-15T23:22:03.5906520Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2024-05-15T23:22:03.5906960Z -- EXECUTORCH_BUILD_SDK : OFF 2024-05-15T23:22:03.5907320Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2024-05-15T23:22:03.5907660Z -- EXECUTORCH_BUILD_XNNPACK : ON 2024-05-15T23:22:03.5908000Z -- EXECUTORCH_BUILD_VULKAN : OFF 2024-05-15T23:22:03.5908340Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2024-05-15T23:22:03.5908680Z -- EXECUTORCH_BUILD_CPUINFO : ON 2024-05-15T23:22:03.5908990Z -- Configuring done (6.9s) 2024-05-15T23:22:03.5909240Z -- Generating done (0.9s) 2024-05-15T23:22:03.5910080Z -- Build files have been written to: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out 2024-05-15T23:22:03.5911740Z cmake --build /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out -j7 --target flatc --target portable_lib --target custom_ops_aot_lib --target install 2024-05-15T23:22:03.5913020Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-05-15T23:22:03.5913720Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-05-15T23:22:03.5914420Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-05-15T23:22:03.5915100Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-05-15T23:22:03.5915770Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2024-05-15T23:22:03.5916440Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-05-15T23:22:03.5917140Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-05-15T23:22:03.5917840Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-05-15T23:22:03.5918680Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-05-15T23:22:03.5919360Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-05-15T23:22:03.5920040Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-05-15T23:22:03.5920720Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-05-15T23:22:11.0931760Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-05-15T23:22:11.1005930Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-05-15T23:22:11.1016130Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-05-15T23:22:11.1022120Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-05-15T23:22:11.1119390Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-05-15T23:22:11.1127770Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-05-15T23:22:11.1153340Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-05-15T23:22:11.1163360Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-05-15T23:22:11.1167780Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-05-15T23:22:11.1170660Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-05-15T23:22:11.1173080Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-05-15T23:22:11.1175370Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-05-15T23:22:11.1178680Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-05-15T23:22:11.1181050Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-05-15T23:22:11.1183570Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-05-15T23:22:11.1185960Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-05-15T23:22:11.1188170Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-05-15T23:22:11.1190820Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-05-15T23:22:11.1193280Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-05-15T23:22:11.1195830Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-05-15T23:22:11.1198410Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-05-15T23:22:11.1200970Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-05-15T23:22:11.1203510Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-05-15T23:22:11.1206010Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-05-15T23:22:11.1207650Z [100%] Linking CXX executable flatc 2024-05-15T23:22:11.1208360Z [100%] Built target flatc 2024-05-15T23:22:11.1209720Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2024-05-15T23:22:11.1211820Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-05-15T23:22:11.1214310Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-05-15T23:22:11.1217350Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-05-15T23:22:11.1219390Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2024-05-15T23:22:11.1221690Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/cmetrohash64.c.o 2024-05-15T23:22:11.1223310Z [ 0%] Built target microkernel-utils 2024-05-15T23:22:11.1224660Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2024-05-15T23:22:11.1232680Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2024-05-15T23:22:11.1233570Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-05-15T23:22:11.1234400Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-05-15T23:22:11.1234880Z [ 5%] Built target flatc 2024-05-15T23:22:11.1235360Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-05-15T23:22:11.1236120Z [ 5%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2024-05-15T23:22:11.1236920Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2024-05-15T23:22:11.1237740Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-05-15T23:22:11.1238490Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-05-15T23:22:11.1239240Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2024-05-15T23:22:11.1240270Z [ 5%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2024-05-15T23:22:11.1241060Z [ 5%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2024-05-15T23:22:11.1241860Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2024-05-15T23:22:11.1242640Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2024-05-15T23:22:11.1243390Z [ 5%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2024-05-15T23:22:11.1244120Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2024-05-15T23:22:11.1244900Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2024-05-15T23:22:11.1245700Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2024-05-15T23:22:11.1246460Z [ 11%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2024-05-15T23:22:11.1247230Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2024-05-15T23:22:11.1248020Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2024-05-15T23:22:11.1248810Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2024-05-15T23:22:11.1249550Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2024-05-15T23:22:11.1250310Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-05-15T23:22:11.1250870Z [ 11%] Linking C static library libcpuinfo.a 2024-05-15T23:22:11.1251390Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2024-05-15T23:22:11.1251850Z [ 11%] Built target cpuinfo 2024-05-15T23:22:11.1252380Z [ 11%] Linking C static library libpthreadpool.a 2024-05-15T23:22:11.1253030Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2024-05-15T23:22:11.1253830Z [ 11%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2024-05-15T23:22:11.1254300Z [ 11%] Built target pthreadpool 2024-05-15T23:22:11.1254790Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2024-05-15T23:22:11.1255470Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2024-05-15T23:22:11.1256130Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2024-05-15T23:22:11.1256810Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2024-05-15T23:22:11.1257280Z [ 11%] Generating common_schema headers 2024-05-15T23:22:11.1257820Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2024-05-15T23:22:11.1258320Z [ 11%] Built target common_schema 2024-05-15T23:22:11.1258860Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2024-05-15T23:22:11.1259640Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2024-05-15T23:22:11.1268770Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2024-05-15T23:22:11.1269540Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2024-05-15T23:22:11.1270310Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2024-05-15T23:22:11.1271080Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-05-15T23:22:11.1272310Z [ 11%] Linking C static library /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatccrt.a 2024-05-15T23:22:11.1273030Z [ 11%] Built target allocator 2024-05-15T23:22:11.1273570Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2024-05-15T23:22:11.1274070Z [ 11%] Built target flatccrt 2024-05-15T23:22:11.1274580Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2024-05-15T23:22:11.1275410Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-05-15T23:22:11.1276230Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2024-05-15T23:22:11.1277080Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-05-15T23:22:11.1277880Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2024-05-15T23:22:11.1278670Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-05-15T23:22:11.1279550Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-05-15T23:22:11.1280440Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-05-15T23:22:11.1281250Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2024-05-15T23:22:11.1282000Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-05-15T23:22:11.1282460Z [ 11%] Built target logging 2024-05-15T23:22:11.1282990Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-05-15T23:22:11.1283820Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2024-05-15T23:22:11.1284860Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2024-05-15T23:22:11.1285360Z [ 11%] Built target indirection 2024-05-15T23:22:11.1285890Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2024-05-15T23:22:11.1286670Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2024-05-15T23:22:11.1287450Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2024-05-15T23:22:11.1288210Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2024-05-15T23:22:11.1288970Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2024-05-15T23:22:11.1289730Z [ 11%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2024-05-15T23:22:11.1290500Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2024-05-15T23:22:11.1291490Z [ 11%] Linking C static library /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatcc.a 2024-05-15T23:22:11.1292480Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2024-05-15T23:22:11.1293000Z [ 11%] Built target flatcc 2024-05-15T23:22:11.1293580Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neon.c.o 2024-05-15T23:22:11.1294470Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-05-15T23:22:11.1295400Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-05-15T23:22:11.1296240Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-05-15T23:22:11.1297220Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-1x16-aarch64-neonfp16arith-ld64.cc.o 2024-05-15T23:22:11.1298360Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-4x16-aarch64-neonfp16arith-ld64.cc.o 2024-05-15T23:22:11.1299530Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-cortex-a55.cc.o 2024-05-15T23:22:11.1300730Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-cortex-a55r0.cc.o 2024-05-15T23:22:11.1301940Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-cortex-a75.cc.o 2024-05-15T23:22:11.1303000Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16.c.o 2024-05-15T23:22:11.1303930Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfma.c.o 2024-05-15T23:22:11.1304850Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonv8.c.o 2024-05-15T23:22:11.1305870Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-ld64.cc.o 2024-05-15T23:22:11.1306800Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2024-05-15T23:22:11.1307680Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neon-aarch64.c.o 2024-05-15T23:22:11.1308540Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2024-05-15T23:22:11.1309680Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-1x16-aarch64-neonfp16arith-ld64.cc.o 2024-05-15T23:22:11.1310770Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfma-aarch64.c.o 2024-05-15T23:22:11.1311720Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-05-15T23:22:11.1312750Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-4x16-aarch64-neonfp16arith-ld64.cc.o 2024-05-15T23:22:11.1313450Z [ 11%] Built target microparams-init 2024-05-15T23:22:11.1314000Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2024-05-15T23:22:11.1315010Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-cortex-a55.cc.o 2024-05-15T23:22:11.1316240Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-cortex-a55r0.cc.o 2024-05-15T23:22:11.1317280Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-05-15T23:22:11.1318210Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16arith.c.o 2024-05-15T23:22:11.1319230Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16arith-aarch64.c.o 2024-05-15T23:22:11.1320140Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2024-05-15T23:22:11.1320650Z [ 11%] Built target normalization 2024-05-15T23:22:11.1321560Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-cortex-a75.cc.o 2024-05-15T23:22:11.1322710Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondot.c.o 2024-05-15T23:22:11.1323770Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-ld64.cc.o 2024-05-15T23:22:11.1324710Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-05-15T23:22:11.1325480Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2024-05-15T23:22:11.1326440Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-1x8-aarch64-neonfma-cortex-a53.cc.o 2024-05-15T23:22:11.1327380Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2024-05-15T23:22:11.1328280Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondot-aarch64.c.o 2024-05-15T23:22:11.1329140Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-05-15T23:22:11.1329890Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2024-05-15T23:22:11.1330860Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-1x8-aarch64-neonfma-cortex-a75.cc.o 2024-05-15T23:22:11.1331540Z [ 11%] Built target memory 2024-05-15T23:22:11.1332240Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondotfp16arith.c.o 2024-05-15T23:22:11.1333170Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2024-05-15T23:22:11.1334480Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-05-15T23:22:11.1335360Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondotfp16-aarch64.c.o 2024-05-15T23:22:11.1335980Z [ 11%] Built target mutex 2024-05-15T23:22:11.1336650Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-1x8-aarch64-neonfma-ld64.cc.o 2024-05-15T23:22:11.1337620Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-05-15T23:22:11.1338610Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-cortex-a53.cc.o 2024-05-15T23:22:13.1915780Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neoni8mm.c.o 2024-05-15T23:22:13.2018870Z [ 11%] Built target operator-utils 2024-05-15T23:22:13.2144840Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-cortex-a55.cc.o 2024-05-15T23:22:13.2341100Z [ 11%] Built target packing 2024-05-15T23:22:13.2369400Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.2488770Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:22:13.2496420Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-cortex-a75.cc.o 2024-05-15T23:22:13.2601590Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.2706200Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-ld128.cc.o 2024-05-15T23:22:13.2810420Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-05-15T23:22:13.2913210Z [ 17%] Generating xnnpack_schema headers 2024-05-15T23:22:13.2960810Z [ 17%] Built target xnnpack_schema 2024-05-15T23:22:13.2964530Z [ 17%] Built target operator-run 2024-05-15T23:22:13.2966830Z [ 17%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-cortex-a53.cc.o 2024-05-15T23:22:13.2969380Z [ 23%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2024-05-15T23:22:13.2973540Z [ 23%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.2976720Z [ 23%] Generating bundled_program headers 2024-05-15T23:22:13.2979590Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:22:13.2983530Z [ 29%] Built target bundled_program_schema 2024-05-15T23:22:13.2985940Z [ 29%] Linking C executable /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/third-party/flatcc/bin/flatcc 2024-05-15T23:22:13.2989360Z [ 29%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-cortex-a55.cc.o 2024-05-15T23:22:13.2991530Z [ 29%] Generating program_schema headers 2024-05-15T23:22:13.2994170Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.2996680Z [ 29%] Built target program_schema 2024-05-15T23:22:13.3000110Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3003740Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-05-15T23:22:13.3005640Z [ 29%] Built target flatcc_cli 2024-05-15T23:22:13.3008330Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-05-15T23:22:13.3012150Z [ 29%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-cortex-a75.cc.o 2024-05-15T23:22:13.3014490Z [ 29%] Built target post-operation 2024-05-15T23:22:13.3019600Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-05-15T23:22:13.3024670Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-05-15T23:22:13.3030930Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:22:13.3035180Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3040010Z [ 29%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-ld128.cc.o 2024-05-15T23:22:13.3044090Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-05-15T23:22:13.3047230Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3050760Z [ 29%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-1x8-aarch64-neonfma-cortex-a53.cc.o 2024-05-15T23:22:13.3054350Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3058370Z [ 29%] Built target hardware-config 2024-05-15T23:22:13.3060750Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:22:13.3065010Z [ 29%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-1x8-aarch64-neonfma-cortex-a75.cc.o 2024-05-15T23:22:13.3069130Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3072170Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:22:13.3073260Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-05-15T23:22:13.3074320Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3075420Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-05-15T23:22:13.3076570Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-05-15T23:22:13.3077670Z [ 29%] Generating etdump headers 2024-05-15T23:22:13.3077920Z [ 29%] Built target cache 2024-05-15T23:22:13.3078790Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-05-15T23:22:13.3080060Z [ 29%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-cortex-a53.cc.o 2024-05-15T23:22:13.3081090Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-05-15T23:22:13.3081870Z [ 29%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/backend/interface.cpp.o 2024-05-15T23:22:13.3082800Z [ 29%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-cortex-a55.cc.o 2024-05-15T23:22:13.3084060Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:22:13.3085440Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3086220Z [ 29%] Built target etdump_schema 2024-05-15T23:22:13.3086850Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-05-15T23:22:13.3087620Z [ 29%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/evalue.cpp.o 2024-05-15T23:22:13.3088100Z [ 29%] Linking CXX static library libeigen_blas.a 2024-05-15T23:22:13.3089070Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:22:13.3090410Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3091550Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-05-15T23:22:13.3092720Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:22:13.3093940Z [ 29%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-cortex-a75.cc.o 2024-05-15T23:22:13.3094610Z [ 29%] Built target eigen_blas 2024-05-15T23:22:13.3095420Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3096460Z [ 29%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2024-05-15T23:22:13.3097370Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-05-15T23:22:13.3098330Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-05-15T23:22:13.3099530Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-05-15T23:22:13.3100930Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-05-15T23:22:13.3102320Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-05-15T23:22:13.3103620Z [ 29%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-ld128.cc.o 2024-05-15T23:22:13.3104610Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-05-15T23:22:13.3105650Z [ 35%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-cortex-a53.cc.o 2024-05-15T23:22:13.3106890Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:22:13.3107990Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-05-15T23:22:13.3108800Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/portable_type/tensor_impl.cpp.o 2024-05-15T23:22:13.3117190Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:22:13.3118420Z [ 35%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-cortex-a55.cc.o 2024-05-15T23:22:13.3119670Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:22:13.3120810Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-05-15T23:22:13.3121570Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-05-15T23:22:13.3122810Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2024-05-15T23:22:13.3123910Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-05-15T23:22:13.3125060Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-05-15T23:22:13.3126290Z [ 35%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-cortex-a75.cc.o 2024-05-15T23:22:13.3127520Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-05-15T23:22:13.3128700Z [ 35%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-ld128.cc.o 2024-05-15T23:22:13.3129940Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:22:13.3131300Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:13.3132270Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-05-15T23:22:13.3133150Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-05-15T23:22:13.3134350Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:13.3135340Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-05-15T23:22:13.3136360Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:13.3137650Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-05-15T23:22:13.3138810Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-05-15T23:22:13.3140150Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-05-15T23:22:13.3141480Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-05-15T23:22:13.3142500Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-05-15T23:22:13.3143020Z [ 35%] Built target jit 2024-05-15T23:22:13.3143640Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-05-15T23:22:13.3144810Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-05-15T23:22:13.3145810Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-05-15T23:22:13.3146870Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-05-15T23:22:13.3148010Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-05-15T23:22:13.3149270Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:13.3150240Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/kernel/operator_registry.cpp.o 2024-05-15T23:22:13.3151090Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-05-15T23:22:13.3152280Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-05-15T23:22:13.3153430Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-05-15T23:22:13.3154560Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-05-15T23:22:13.3155640Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-05-15T23:22:13.3156760Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-05-15T23:22:13.3157860Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-05-15T23:22:13.3158580Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/abort.cpp.o 2024-05-15T23:22:13.3159590Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-05-15T23:22:13.3160910Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:22:13.3162040Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-05-15T23:22:13.3162890Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/log.cpp.o 2024-05-15T23:22:15.9102600Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-05-15T23:22:15.9133000Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/profiler.cpp.o 2024-05-15T23:22:15.9167470Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:15.9237230Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-05-15T23:22:15.9271460Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/runtime.cpp.o 2024-05-15T23:22:15.9312550Z [ 35%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/target/Posix.cpp.o 2024-05-15T23:22:15.9409310Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-05-15T23:22:15.9430750Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:15.9434980Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:15.9437840Z [ 41%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/schema/extended_header.cpp.o 2024-05-15T23:22:15.9440260Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-05-15T23:22:15.9444070Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:15.9448260Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:15.9451690Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-05-15T23:22:15.9461980Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:15.9465450Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-05-15T23:22:15.9467460Z [ 41%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-05-15T23:22:15.9470210Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:15.9473600Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-05-15T23:22:15.9476460Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-05-15T23:22:15.9479700Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:15.9483000Z [ 47%] Built target executorch_no_prim_ops 2024-05-15T23:22:15.9485730Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:22:15.9489630Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:15.9492800Z [ 47%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2024-05-15T23:22:15.9494450Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2024-05-15T23:22:15.9496030Z [ 47%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2024-05-15T23:22:15.9499180Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:15.9501970Z [ 47%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2024-05-15T23:22:15.9510320Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:22:15.9511830Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:15.9513170Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:15.9514490Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:15.9523300Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:15.9524080Z [ 47%] Built target operators 2024-05-15T23:22:15.9524970Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:15.9526570Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:15.9527960Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:22:15.9529060Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-05-15T23:22:15.9529850Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-05-15T23:22:15.9530910Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:15.9531960Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-05-15T23:22:15.9533030Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:22:15.9534080Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-05-15T23:22:15.9535150Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-05-15T23:22:15.9536500Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:15.9537310Z [ 47%] Linking CXX static library libcpublas.a 2024-05-15T23:22:15.9537900Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-05-15T23:22:15.9538760Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-05-15T23:22:15.9539370Z [ 47%] Linking CXX static library libexecutorch.a 2024-05-15T23:22:15.9540370Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:15.9541480Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-05-15T23:22:15.9542050Z [ 47%] Built target cpublas 2024-05-15T23:22:15.9542820Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:15.9543560Z [ 47%] Built target executorch 2024-05-15T23:22:15.9544370Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:15.9545450Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-05-15T23:22:15.9546390Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-05-15T23:22:15.9547270Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-05-15T23:22:15.9548380Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:22:15.9549320Z [ 47%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2024-05-15T23:22:15.9549990Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2024-05-15T23:22:15.9550700Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2024-05-15T23:22:15.9551870Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:15.9552890Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2024-05-15T23:22:15.9553710Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-05-15T23:22:15.9554790Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:15.9555780Z [ 47%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2024-05-15T23:22:15.9556600Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-05-15T23:22:15.9557740Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:15.9559150Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:15.9560250Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-05-15T23:22:15.9561010Z [ 47%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2024-05-15T23:22:15.9562100Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:15.9563230Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-05-15T23:22:15.9564340Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:15.9565340Z [ 47%] Linking CXX static library libextension_data_loader.a 2024-05-15T23:22:15.9566350Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:15.9567300Z [ 47%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2024-05-15T23:22:15.9567960Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2024-05-15T23:22:15.9568470Z [ 47%] Built target extension_data_loader 2024-05-15T23:22:15.9568950Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2024-05-15T23:22:15.9570010Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:15.9571100Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-05-15T23:22:15.9572210Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:22:15.9573080Z [ 47%] Building CXX object CMakeFiles/util.dir/util/read_file.cpp.o 2024-05-15T23:22:15.9573780Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-05-15T23:22:15.9574960Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:15.9576350Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:15.9577580Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-05-15T23:22:15.9578740Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:15.9580060Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:15.9581210Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-05-15T23:22:15.9582390Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:15.9583480Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-05-15T23:22:15.9584290Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-05-15T23:22:15.9584990Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2024-05-15T23:22:15.9585580Z [ 47%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2024-05-15T23:22:15.9586600Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:15.9587630Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2024-05-15T23:22:15.9588430Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-05-15T23:22:15.9589560Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:15.9591050Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:15.9592120Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-05-15T23:22:15.9593220Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:22:15.9594360Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-05-15T23:22:15.9595170Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2024-05-15T23:22:15.9596250Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-05-15T23:22:15.9597230Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2024-05-15T23:22:15.9598030Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-05-15T23:22:15.9599200Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:15.9600840Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/quantized/cpu/op_embedding.cpp:99:11: warning: format specifies type 'char' but the argument has type 'int32_t' (aka 'int') [-Wformat] 2024-05-15T23:22:15.9601920Z i, 2024-05-15T23:22:15.9602100Z ^~ 2024-05-15T23:22:15.9602990Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2024-05-15T23:22:15.9603900Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2024-05-15T23:22:15.9604320Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2024-05-15T23:22:15.9605280Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2024-05-15T23:22:15.9606100Z ##__VA_ARGS__) 2024-05-15T23:22:15.9612770Z ~~^~~~~~~~~~~~ 2024-05-15T23:22:15.9613610Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/../executorch/runtime/platform/log.h:162:13: note: expanded from macro 'ET_LOG' 2024-05-15T23:22:15.9614440Z ##__VA_ARGS__); \ 2024-05-15T23:22:15.9614750Z ^~~~~~~~~~~ 2024-05-15T23:22:15.9615590Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:15.9616770Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-05-15T23:22:15.9617920Z [ 52%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:15.9618800Z [ 52%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2024-05-15T23:22:19.8301000Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:19.8303450Z 1 warning generated. 2024-05-15T23:22:19.8304890Z [ 58%] Building CXX object sdk/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2024-05-15T23:22:19.8309800Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-05-15T23:22:19.8314640Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:19.8319570Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/kernels/quantized/cpu/op_embedding4b.cpp:99:11: warning: format specifies type 'char' but the argument has type 'int32_t' (aka 'int') [-Wformat] 2024-05-15T23:22:19.8337400Z i, 2024-05-15T23:22:19.8351250Z ^~ 2024-05-15T23:22:19.8384350Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2024-05-15T23:22:19.8409540Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2024-05-15T23:22:19.8424280Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2024-05-15T23:22:19.8427960Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2024-05-15T23:22:19.8430930Z ##__VA_ARGS__) 2024-05-15T23:22:19.8431760Z ~~^~~~~~~~~~~~ 2024-05-15T23:22:19.8434290Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/../executorch/runtime/platform/log.h:162:13: note: expanded from macro 'ET_LOG' 2024-05-15T23:22:19.8436990Z ##__VA_ARGS__); \ 2024-05-15T23:22:19.8438420Z ^~~~~~~~~~~ 2024-05-15T23:22:19.8440210Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-05-15T23:22:19.8444440Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:22:19.8447070Z 1 warning generated. 2024-05-15T23:22:19.8448410Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2024-05-15T23:22:19.8450550Z [ 58%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2024-05-15T23:22:19.8454820Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:19.8458160Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-05-15T23:22:19.8461510Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:22:19.8464900Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-05-15T23:22:19.8466840Z [ 58%] Linking CXX static library libetdump.a 2024-05-15T23:22:19.8469470Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-05-15T23:22:19.8472760Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-05-15T23:22:19.8475650Z [ 58%] Built target etdump 2024-05-15T23:22:19.8477440Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2024-05-15T23:22:19.8481920Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:22:19.8485330Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-05-15T23:22:19.8490080Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:19.8492770Z [ 58%] Linking CXX static library libbundled_program.a 2024-05-15T23:22:19.8495440Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-05-15T23:22:19.8500860Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:19.8516420Z [ 58%] Built target bundled_program 2024-05-15T23:22:19.8548310Z [ 58%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2024-05-15T23:22:19.8555190Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-05-15T23:22:19.8558780Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:19.8562250Z [ 58%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2024-05-15T23:22:19.8564460Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-05-15T23:22:19.8567490Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-05-15T23:22:19.8571150Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:19.8574170Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-05-15T23:22:19.8623940Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:19.8625460Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-05-15T23:22:19.8626670Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:19.8628010Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:19.8629070Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-05-15T23:22:19.8630210Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:22:19.8631250Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2024-05-15T23:22:19.8632320Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:19.8633410Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-05-15T23:22:19.8634540Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:19.8635690Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-05-15T23:22:19.8636830Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:19.8638180Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-05-15T23:22:19.8639280Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:19.8640090Z [ 58%] Linking CXX static library libquantized_kernels.a 2024-05-15T23:22:19.8640980Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:19.8642020Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-05-15T23:22:19.8642550Z [ 58%] Built target quantized_kernels 2024-05-15T23:22:19.8643170Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-05-15T23:22:19.8644330Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:19.8645340Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2024-05-15T23:22:19.8653420Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-05-15T23:22:19.8654340Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-05-15T23:22:19.8655460Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:19.8656570Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-05-15T23:22:19.8657960Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:22:19.8658850Z [ 58%] Generating selected_operators.yaml for quantized_ops_lib 2024-05-15T23:22:19.8659770Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:22:19.8660920Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-05-15T23:22:19.8662120Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:19.8663230Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-05-15T23:22:19.8664340Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:19.8665150Z [ 58%] Generating code for kernel registration 2024-05-15T23:22:19.8665790Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-05-15T23:22:19.8666890Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:19.8667830Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2024-05-15T23:22:19.8668310Z [ 58%] Linking CXX static library libutil.a 2024-05-15T23:22:19.8668900Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-05-15T23:22:19.8669980Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:19.8670910Z [ 58%] Built target util 2024-05-15T23:22:19.8671320Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2024-05-15T23:22:19.8672380Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:19.8673460Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-05-15T23:22:19.8674530Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:19.8675630Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-05-15T23:22:19.8676760Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:22:19.8677840Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-05-15T23:22:19.8678910Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:19.8679920Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-05-15T23:22:19.8680990Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:22:19.8682420Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:22:19.8683190Z [ 58%] Built target subgraph 2024-05-15T23:22:19.8683620Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2024-05-15T23:22:19.8684650Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:22:19.8685940Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:19.8686880Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2024-05-15T23:22:19.8687970Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-05-15T23:22:19.8688990Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2024-05-15T23:22:19.8690050Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-05-15T23:22:19.8691470Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-05-15T23:22:19.8692910Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-05-15T23:22:19.8694340Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-05-15T23:22:19.8695760Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-05-15T23:22:19.8696900Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2024-05-15T23:22:19.8697760Z [ 58%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:22:19.8699030Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-05-15T23:22:19.8700400Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:19.8701820Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-05-15T23:22:19.8702900Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2024-05-15T23:22:19.8704010Z [ 58%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-05-15T23:22:19.8705450Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-05-15T23:22:19.8706870Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-05-15T23:22:19.8708280Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:22:19.8709230Z [ 64%] Linking CXX static library libquantized_ops_lib.a 2024-05-15T23:22:19.8710160Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:19.8710950Z [ 64%] Built target quantized_ops_lib 2024-05-15T23:22:19.8711790Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:19.8713160Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:19.8714130Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2024-05-15T23:22:19.8714790Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2024-05-15T23:22:19.8715440Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2024-05-15T23:22:26.0836040Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:26.0840800Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:26.0844610Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2024-05-15T23:22:26.0848620Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:26.0852480Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:26.0856970Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:26.0860660Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:26.0861760Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2024-05-15T23:22:26.0862460Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2024-05-15T23:22:26.0863680Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-05-15T23:22:26.0865120Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-05-15T23:22:26.0866550Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-05-15T23:22:26.0867600Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2024-05-15T23:22:26.0868690Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-05-15T23:22:26.0869700Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2024-05-15T23:22:26.0870810Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-05-15T23:22:26.0879140Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-05-15T23:22:26.0880630Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-05-15T23:22:26.0881640Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2024-05-15T23:22:26.0882700Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:26.0884120Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-05-15T23:22:26.0885560Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-05-15T23:22:26.0886990Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-05-15T23:22:26.0888430Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-05-15T23:22:26.0889440Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2024-05-15T23:22:26.0890530Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:22:26.0891920Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:26.0893730Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:26.0895090Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:26.0896430Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:26.0897770Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:26.0899120Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:26.0900470Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:26.0901480Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2024-05-15T23:22:26.0902510Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:22:26.0903870Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:22:26.0905290Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:22:26.0906980Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2024-05-15T23:22:26.0908600Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:22:26.0910130Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:22:26.0911650Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:22:26.0913150Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld64.S.o 2024-05-15T23:22:26.0914610Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:22:26.0916120Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:22:26.0917630Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:22:26.0919150Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-05-15T23:22:26.0920700Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-05-15T23:22:26.0922320Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-05-15T23:22:26.0923330Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2024-05-15T23:22:26.0924380Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:22:26.0925790Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-05-15T23:22:26.0927230Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-05-15T23:22:26.0928720Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-05-15T23:22:26.0930250Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-05-15T23:22:26.0931730Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-05-15T23:22:26.0933140Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:22:26.0934620Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mull.S.o 2024-05-15T23:22:26.0936040Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:22:26.0937550Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-05-15T23:22:26.0939130Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-05-15T23:22:26.0940680Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-05-15T23:22:26.0942190Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-05-15T23:22:26.0943680Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:22:26.0945150Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-05-15T23:22:26.0946190Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2024-05-15T23:22:26.0947300Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-05-15T23:22:26.0948740Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:22:26.0950370Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-05-15T23:22:26.0951920Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-05-15T23:22:26.0953410Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-05-15T23:22:26.0954840Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:22:26.0956350Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-05-15T23:22:26.0957910Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-05-15T23:22:26.0959400Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-05-15T23:22:26.0960860Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:22:26.0961870Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2024-05-15T23:22:26.0963070Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:22:26.0964110Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2024-05-15T23:22:26.0965320Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-05-15T23:22:26.0966930Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-05-15T23:22:26.0968500Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-05-15T23:22:26.0970040Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-05-15T23:22:26.0971560Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:22:26.0973050Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-05-15T23:22:26.0974500Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:22:26.0975520Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2024-05-15T23:22:26.0976220Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2024-05-15T23:22:26.0977450Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:22:26.0978830Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:22:26.0980280Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-05-15T23:22:26.0981780Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-05-15T23:22:26.0982850Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2024-05-15T23:22:26.0984020Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-05-15T23:22:26.0985510Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-05-15T23:22:26.0986990Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-05-15T23:22:26.0988010Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2024-05-15T23:24:19.7816320Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-05-15T23:24:19.7821500Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:24:19.7823030Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:24:19.7824470Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:24:19.7825880Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:24:19.7827280Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:24:19.7828720Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:24:19.7830190Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-05-15T23:24:19.7831720Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-05-15T23:24:19.7833290Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-05-15T23:24:19.7834740Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-05-15T23:24:19.7836460Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-05-15T23:24:19.7837850Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-05-15T23:24:19.7839220Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:24:19.7840600Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:24:19.7841960Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:24:19.7843350Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:24:19.7844490Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-05-15T23:24:19.7845410Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-05-15T23:24:19.7846340Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-05-15T23:24:19.7847290Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-05-15T23:24:19.7848340Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-05-15T23:24:19.7849320Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-05-15T23:24:19.7850280Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-05-15T23:24:19.7851250Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-05-15T23:24:19.7852150Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-05-15T23:24:19.7852720Z [ 82%] Built target microkernels-prod 2024-05-15T23:24:19.7853320Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-05-15T23:24:19.7854220Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-05-15T23:24:19.7855170Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-05-15T23:24:19.7856040Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-05-15T23:24:19.7856900Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-05-15T23:24:19.7857770Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-05-15T23:24:19.7858640Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-05-15T23:24:19.7859370Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2024-05-15T23:24:19.7860160Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-05-15T23:24:19.7861130Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-05-15T23:24:19.7861990Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-05-15T23:24:19.7862820Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-05-15T23:24:19.7863660Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-05-15T23:24:19.7864390Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2024-05-15T23:24:19.7865150Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-05-15T23:24:19.7866010Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-05-15T23:24:19.7872940Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-05-15T23:24:19.7873780Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-05-15T23:24:19.7874600Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-05-15T23:24:19.7875490Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-05-15T23:24:19.7876370Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-05-15T23:24:19.7877180Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-05-15T23:24:19.7878000Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2024-05-15T23:24:19.7878750Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-05-15T23:24:19.7879580Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-05-15T23:24:19.7880460Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-05-15T23:24:19.7881330Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-05-15T23:24:19.7882170Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-05-15T23:24:19.7883000Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-05-15T23:24:19.7883830Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-05-15T23:24:19.7884650Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-05-15T23:24:19.7885450Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-05-15T23:24:19.7886170Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2024-05-15T23:24:19.7886870Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-05-15T23:24:19.7887570Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-05-15T23:24:19.7888060Z [ 82%] Linking CXX static library libXNNPACK.a 2024-05-15T23:24:19.7888570Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2024-05-15T23:24:19.7889040Z [ 82%] Built target XNNPACK 2024-05-15T23:24:19.7889480Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2024-05-15T23:24:19.7890220Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2024-05-15T23:24:19.7890870Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2024-05-15T23:24:19.7891540Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2024-05-15T23:24:19.7892200Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2024-05-15T23:24:19.7892890Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2024-05-15T23:24:19.7893550Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2024-05-15T23:24:19.7894250Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2024-05-15T23:24:19.7894970Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool.cpp.o 2024-05-15T23:24:19.7895680Z [ 82%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool_guard.cpp.o 2024-05-15T23:24:19.7896360Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2024-05-15T23:24:19.7896850Z [ 82%] Linking CXX static library libxnnpack_backend.a 2024-05-15T23:24:19.7897170Z [ 82%] Built target xnnpack_backend 2024-05-15T23:24:19.7897630Z [ 82%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2024-05-15T23:24:19.7898440Z [ 82%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-05-15T23:24:19.7899070Z [ 82%] Linking CXX static library libcustom_ops.a 2024-05-15T23:24:19.7899370Z [ 82%] Built target custom_ops 2024-05-15T23:24:19.7899870Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2024-05-15T23:24:19.7900500Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2024-05-15T23:24:19.7901150Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2024-05-15T23:24:19.7901800Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2024-05-15T23:24:19.7902430Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2024-05-15T23:24:19.7903060Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2024-05-15T23:24:19.7903670Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2024-05-15T23:24:19.7904330Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2024-05-15T23:24:19.7904980Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2024-05-15T23:24:19.7905600Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2024-05-15T23:24:19.7906240Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2024-05-15T23:24:19.7906880Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2024-05-15T23:24:19.7907490Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2024-05-15T23:24:19.7908100Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2024-05-15T23:24:19.7908710Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2024-05-15T23:24:19.7909350Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2024-05-15T23:24:19.7909990Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2024-05-15T23:24:19.7910700Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2024-05-15T23:24:19.7911370Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2024-05-15T23:24:19.7912030Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2024-05-15T23:24:19.7912660Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2024-05-15T23:24:19.7913270Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2024-05-15T23:24:19.7913910Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2024-05-15T23:24:19.7914600Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2024-05-15T23:24:19.7915320Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2024-05-15T23:24:19.7916010Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2024-05-15T23:24:19.7916630Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2024-05-15T23:24:19.7917260Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2024-05-15T23:24:19.7917890Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2024-05-15T23:24:19.7918530Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2024-05-15T23:24:19.7919200Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2024-05-15T23:24:19.7919870Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2024-05-15T23:24:19.7920640Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2024-05-15T23:24:19.7921310Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2024-05-15T23:24:19.7921960Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2024-05-15T23:24:19.7922570Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2024-05-15T23:24:19.7923200Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2024-05-15T23:24:19.7923840Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2024-05-15T23:24:19.7924520Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2024-05-15T23:24:19.7925220Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2024-05-15T23:24:19.7925850Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2024-05-15T23:24:19.7926470Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2024-05-15T23:24:19.7927100Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2024-05-15T23:24:19.7927720Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2024-05-15T23:24:19.7928330Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2024-05-15T23:24:19.7928990Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2024-05-15T23:24:19.7929710Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2024-05-15T23:24:19.7934960Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-05-15T23:24:19.7935630Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2024-05-15T23:24:19.7936370Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2024-05-15T23:24:19.7937000Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2024-05-15T23:24:19.7937630Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2024-05-15T23:24:19.7938290Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2024-05-15T23:24:19.7938980Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2024-05-15T23:24:19.7939680Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2024-05-15T23:24:19.7940330Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2024-05-15T23:24:19.7940950Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2024-05-15T23:24:19.7941600Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2024-05-15T23:24:19.7942290Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2024-05-15T23:24:19.7942990Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2024-05-15T23:24:19.7943690Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2024-05-15T23:24:19.7944340Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2024-05-15T23:24:27.0077960Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2024-05-15T23:24:27.0080010Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2024-05-15T23:24:27.0082670Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2024-05-15T23:24:27.0084760Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2024-05-15T23:24:27.0086800Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2024-05-15T23:24:27.0088770Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2024-05-15T23:24:27.0090550Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2024-05-15T23:24:27.0092350Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2024-05-15T23:24:27.0094130Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2024-05-15T23:24:27.0096010Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2024-05-15T23:24:27.0097980Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2024-05-15T23:24:27.0099900Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2024-05-15T23:24:27.0101830Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2024-05-15T23:24:27.0103750Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2024-05-15T23:24:27.0105560Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2024-05-15T23:24:27.0107330Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2024-05-15T23:24:27.0109120Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2024-05-15T23:24:27.0110990Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2024-05-15T23:24:27.0113690Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2024-05-15T23:24:27.0115620Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2024-05-15T23:24:27.0117500Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2024-05-15T23:24:27.0119510Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2024-05-15T23:24:27.0121450Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2024-05-15T23:24:27.0123300Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2024-05-15T23:24:27.0125170Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2024-05-15T23:24:27.0126970Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2024-05-15T23:24:27.0128750Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2024-05-15T23:24:27.0130520Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2024-05-15T23:24:27.0132310Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2024-05-15T23:24:27.0134070Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2024-05-15T23:24:27.0135870Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2024-05-15T23:24:27.0137790Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2024-05-15T23:24:27.0139660Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2024-05-15T23:24:27.0141890Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2024-05-15T23:24:27.0143880Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2024-05-15T23:24:27.0145820Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2024-05-15T23:24:27.0147670Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2024-05-15T23:24:27.0149540Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2024-05-15T23:24:27.0151370Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2024-05-15T23:24:27.0153160Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2024-05-15T23:24:27.0155400Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/binary_ufunc_realb_realb_to_realb_logical.cpp.o 2024-05-15T23:24:27.0158430Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2024-05-15T23:24:27.0161070Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2024-05-15T23:24:27.0163470Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_floath.cpp.o 2024-05-15T23:24:27.0165710Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2024-05-15T23:24:27.0167840Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2024-05-15T23:24:27.0169910Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2024-05-15T23:24:27.0171910Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2024-05-15T23:24:27.0173920Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2024-05-15T23:24:27.0177050Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2024-05-15T23:24:27.0177970Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2024-05-15T23:24:27.0178740Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2024-05-15T23:24:27.0179520Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2024-05-15T23:24:27.0180280Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2024-05-15T23:24:27.0181000Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2024-05-15T23:24:27.0181730Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2024-05-15T23:24:27.0182460Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2024-05-15T23:24:27.0183020Z [ 94%] Linking CXX static library libportable_kernels.a 2024-05-15T23:24:27.0183350Z [ 94%] Built target portable_kernels 2024-05-15T23:24:27.0183700Z [100%] Generating selected_operators.yaml for portable_ops_lib 2024-05-15T23:24:27.0184080Z [100%] Generating code for kernel registration 2024-05-15T23:24:27.0192240Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:24:27.0193020Z [100%] Linking CXX static library libportable_ops_lib.a 2024-05-15T23:24:27.0193350Z [100%] Built target portable_ops_lib 2024-05-15T23:24:27.0193810Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2024-05-15T23:24:27.0194520Z [100%] Linking CXX shared module _portable_lib.cpython-310-darwin.so 2024-05-15T23:24:27.0195290Z [100%] Built target portable_lib 2024-05-15T23:24:27.0195610Z [ 0%] Built target microkernel-utils 2024-05-15T23:24:27.0195890Z [ 0%] Built target pthreadpool 2024-05-15T23:24:27.0196140Z [ 8%] Built target cpuinfo 2024-05-15T23:24:27.0196370Z [ 8%] Built target eigen_blas 2024-05-15T23:24:27.0196610Z [ 8%] Built target logging 2024-05-15T23:24:27.0196840Z [ 8%] Built target allocator 2024-05-15T23:24:27.0197110Z [ 8%] Built target microparams-init 2024-05-15T23:24:27.0197380Z [ 8%] Built target indirection 2024-05-15T23:24:27.0197630Z [ 8%] Built target normalization 2024-05-15T23:24:27.0197880Z [ 16%] Built target flatc 2024-05-15T23:24:27.0198140Z [ 66%] Built target microkernels-prod 2024-05-15T23:24:27.0198410Z [ 66%] Built target packing 2024-05-15T23:24:27.0198640Z [ 66%] Built target memory 2024-05-15T23:24:27.0198870Z [ 66%] Built target mutex 2024-05-15T23:24:27.0199130Z [ 66%] Built target operator-utils 2024-05-15T23:24:27.0199420Z [ 66%] Built target hardware-config 2024-05-15T23:24:27.0199730Z [ 66%] Built target post-operation 2024-05-15T23:24:27.0199990Z [ 75%] Built target xnnpack_schema 2024-05-15T23:24:27.0200270Z [ 75%] Built target operator-run 2024-05-15T23:24:27.0200530Z [ 75%] Generating common_schema headers 2024-05-15T23:24:27.0200800Z [ 75%] Built target cache 2024-05-15T23:24:27.0201020Z [ 75%] Built target common_schema 2024-05-15T23:24:27.0201290Z [ 75%] Generating program_schema headers 2024-05-15T23:24:27.0201570Z [ 75%] Built target program_schema 2024-05-15T23:24:27.0201820Z [ 83%] Built target operators 2024-05-15T23:24:27.0202050Z [ 91%] Built target jit 2024-05-15T23:24:27.0202460Z [ 91%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-05-15T23:24:27.0203120Z [ 91%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-05-15T23:24:27.0203840Z [ 91%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-05-15T23:24:27.0204790Z [ 91%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-05-15T23:24:27.0205490Z [ 91%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-05-15T23:24:27.0205940Z [100%] Built target subgraph 2024-05-15T23:24:27.0206180Z [100%] Built target XNNPACK 2024-05-15T23:24:27.0206500Z [100%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-05-15T23:24:27.0206870Z [100%] Built target executorch_no_prim_ops 2024-05-15T23:24:27.0207150Z [100%] Built target cpublas 2024-05-15T23:24:27.0207380Z [100%] Built target xnnpack_backend 2024-05-15T23:24:27.0207650Z [100%] Built target custom_ops 2024-05-15T23:24:27.0208170Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2024-05-15T23:24:27.0208770Z [100%] Linking CXX shared library libcustom_ops_aot_lib.dylib 2024-05-15T23:24:27.0209130Z [100%] Built target custom_ops_aot_lib 2024-05-15T23:24:27.0209690Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2024-05-15T23:24:27.0210250Z [ 0%] Built target microkernel-utils 2024-05-15T23:24:27.0210530Z [ 1%] Built target cpuinfo 2024-05-15T23:24:27.0210780Z [ 1%] Built target flatccrt 2024-05-15T23:24:27.0211010Z [ 1%] Built target eigen_blas 2024-05-15T23:24:27.0211250Z [ 1%] Built target pthreadpool 2024-05-15T23:24:27.0211800Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2024-05-15T23:24:27.0212620Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-05-15T23:24:27.0213120Z [ 1%] Built target allocator 2024-05-15T23:24:27.0213370Z [ 2%] Built target flatc 2024-05-15T23:24:27.0214590Z [ 2%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-05-15T23:24:27.0215290Z [ 2%] Built target flatcc 2024-05-15T23:24:27.0215510Z [ 2%] Built target logging 2024-05-15T23:24:27.0216070Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-05-15T23:24:27.0216610Z [ 8%] Built target microkernels-prod 2024-05-15T23:24:27.0216890Z [ 8%] Built target indirection 2024-05-15T23:24:27.0217160Z [ 8%] Built target microparams-init 2024-05-15T23:24:27.0217720Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-05-15T23:24:27.0218220Z [ 8%] Built target normalization 2024-05-15T23:24:27.0218480Z [ 8%] Built target memory 2024-05-15T23:24:27.0219020Z [ 8%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2024-05-15T23:24:27.0219530Z [ 8%] Built target packing 2024-05-15T23:24:27.0220050Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-05-15T23:24:27.0220550Z [ 8%] Built target mutex 2024-05-15T23:24:27.0221090Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2024-05-15T23:24:27.0221640Z [ 8%] Built target operator-utils 2024-05-15T23:24:27.0222200Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2024-05-15T23:24:27.0222740Z [ 8%] Built target operator-run 2024-05-15T23:24:27.0223000Z [ 9%] Built target xnnpack_schema 2024-05-15T23:24:27.0223260Z [ 10%] Built target flatcc_cli 2024-05-15T23:24:27.0223520Z [ 10%] Built target bundled_program_schema 2024-05-15T23:24:27.0224130Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/mach/init.c.o 2024-05-15T23:24:27.0225000Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/mach/topology.c.o 2024-05-15T23:24:27.0225800Z [ 10%] Built target convolution-test-helpers 2024-05-15T23:24:27.0226150Z [ 10%] Linking C static library libcpuinfo_internals.a 2024-05-15T23:24:27.0226490Z [ 10%] Built target post-operation 2024-05-15T23:24:27.0226770Z [ 10%] Generating common_schema headers 2024-05-15T23:24:27.0227070Z [ 10%] Built target hardware-config 2024-05-15T23:24:27.0227340Z [ 10%] Built target common_schema 2024-05-15T23:24:27.0227600Z [ 10%] Built target cpuinfo_internals 2024-05-15T23:24:27.0227870Z [ 10%] Built target cache 2024-05-15T23:24:27.0234340Z [ 11%] Built target operators 2024-05-15T23:24:27.0234600Z [ 11%] Built target etdump_schema 2024-05-15T23:24:27.0234850Z [ 12%] Built target jit 2024-05-15T23:24:27.0235090Z [ 12%] Generating program_schema headers 2024-05-15T23:24:27.0235370Z [ 12%] Built target program_schema 2024-05-15T23:24:27.0235630Z [ 13%] Built target subgraph 2024-05-15T23:24:27.0235870Z [ 13%] Built target XNNPACK 2024-05-15T23:24:27.0236600Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-05-15T23:24:27.0237670Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-05-15T23:24:27.0238700Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-05-15T23:24:27.0239750Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-05-15T23:24:27.0240580Z [ 13%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-05-15T23:24:27.0241240Z [ 13%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-05-15T23:24:27.0242170Z [ 13%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-05-15T23:24:27.0242880Z [ 13%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-05-15T23:24:27.0243760Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-05-15T23:24:27.0244630Z [ 13%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-05-15T23:24:27.0245540Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-05-15T23:24:27.0246560Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-05-15T23:24:27.0247580Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-05-15T23:24:27.0248240Z [ 13%] Linking CXX static library libgflags_nothreads.a 2024-05-15T23:24:27.0249030Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-05-15T23:24:27.0249720Z [ 13%] Built target gflags_nothreads_static 2024-05-15T23:24:27.0250470Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-05-15T23:24:27.0251590Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-05-15T23:24:27.0252720Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-05-15T23:24:27.0253820Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-05-15T23:24:27.0255090Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-05-15T23:24:27.0256150Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-05-15T23:24:27.0257200Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-05-15T23:24:27.0258310Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-05-15T23:24:27.0259440Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-05-15T23:24:27.0260580Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-05-15T23:24:27.0261700Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-05-15T23:24:27.0262820Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-05-15T23:24:27.0263940Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-05-15T23:24:27.0265060Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-05-15T23:24:27.0266180Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-05-15T23:24:27.0267380Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-05-15T23:24:27.0268450Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-05-15T23:24:27.0269510Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-05-15T23:24:27.0270580Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-05-15T23:24:27.0271640Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-05-15T23:24:27.0272710Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-05-15T23:24:27.0273750Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-05-15T23:24:33.5816790Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-05-15T23:24:33.5820650Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-05-15T23:24:33.5824890Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-05-15T23:24:33.5828210Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-05-15T23:24:33.5831520Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-05-15T23:24:33.5834940Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-05-15T23:24:33.5838320Z [ 14%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-05-15T23:24:33.5842340Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-05-15T23:24:33.5845760Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-05-15T23:24:33.5849170Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-05-15T23:24:33.5852600Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-05-15T23:24:33.5856020Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-05-15T23:24:33.5858220Z [ 14%] Built target executorch_no_prim_ops 2024-05-15T23:24:33.5860590Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-05-15T23:24:33.5864080Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-05-15T23:24:33.5867670Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-05-15T23:24:33.5870670Z [ 14%] Built target executorch 2024-05-15T23:24:33.5874380Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-05-15T23:24:33.5878690Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-05-15T23:24:33.5889480Z [ 14%] Built target cpublas 2024-05-15T23:24:33.5897270Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-05-15T23:24:33.5899550Z [ 14%] Built target xnnpack_backend 2024-05-15T23:24:33.5901280Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2024-05-15T23:24:33.5904530Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-05-15T23:24:33.5906950Z [ 14%] Built target quantized_kernels 2024-05-15T23:24:33.5908440Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2024-05-15T23:24:33.5909960Z [ 14%] Built target custom_ops 2024-05-15T23:24:33.5912530Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-05-15T23:24:33.6015180Z [ 14%] Built target extension_data_loader 2024-05-15T23:24:33.6037670Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-05-15T23:24:33.6093330Z [ 14%] Built target util 2024-05-15T23:24:33.6118470Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2024-05-15T23:24:33.6120150Z [ 14%] Built target etdump 2024-05-15T23:24:33.6122800Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-05-15T23:24:33.6127070Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-05-15T23:24:33.6130170Z [ 14%] Built target bundled_program 2024-05-15T23:24:33.6132620Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-05-15T23:24:33.6135440Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2024-05-15T23:24:33.6138520Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-05-15T23:24:33.6141470Z [ 14%] Linking CXX shared library libcustom_ops_aot_lib.dylib 2024-05-15T23:24:33.6145150Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-05-15T23:24:33.6149650Z [ 14%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2024-05-15T23:24:33.6161040Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-05-15T23:24:33.6163630Z [ 14%] Built target custom_ops_aot_lib 2024-05-15T23:24:33.6164950Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2024-05-15T23:24:33.6168110Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-05-15T23:24:33.6171930Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-05-15T23:24:33.6174100Z [ 17%] Built target portable_kernels 2024-05-15T23:24:33.6177090Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-05-15T23:24:33.6180850Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-05-15T23:24:33.6199100Z [ 17%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2024-05-15T23:24:33.6202480Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-05-15T23:24:33.6206170Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-05-15T23:24:33.6208790Z [ 17%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2024-05-15T23:24:33.6212270Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-05-15T23:24:33.6216120Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-05-15T23:24:33.6219850Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-05-15T23:24:33.6223540Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-05-15T23:24:33.6226190Z [ 17%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2024-05-15T23:24:33.6229040Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-05-15T23:24:33.6243370Z [ 17%] Linking CXX static library libextension_module.a 2024-05-15T23:24:33.6244400Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-05-15T23:24:33.6245170Z [ 17%] Built target extension_module 2024-05-15T23:24:33.6245690Z [ 17%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-05-15T23:24:33.6246760Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-05-15T23:24:33.6248050Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-05-15T23:24:33.6249380Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-05-15T23:24:33.6250680Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-05-15T23:24:33.6251970Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-05-15T23:24:33.6252810Z [ 17%] Linking CXX static library libextension_module_static.a 2024-05-15T23:24:33.6253690Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-05-15T23:24:33.6254440Z [ 17%] Built target extension_module_static 2024-05-15T23:24:33.6254730Z [ 17%] Built target quantized_ops_lib 2024-05-15T23:24:33.6255200Z [ 17%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2024-05-15T23:24:33.6256510Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-05-15T23:24:33.6257870Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-05-15T23:24:33.6259190Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-05-15T23:24:33.6260130Z [ 17%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2024-05-15T23:24:33.6261160Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-05-15T23:24:33.6262470Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-05-15T23:24:33.6263770Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-05-15T23:24:33.6265080Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-05-15T23:24:33.6265840Z [ 18%] Built target portable_ops_lib 2024-05-15T23:24:33.6266650Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-05-15T23:24:33.6267950Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-05-15T23:24:33.6268840Z [ 19%] Linking CXX shared module _portable_lib.cpython-310-darwin.so 2024-05-15T23:24:33.6269910Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-05-15T23:24:33.6271170Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-05-15T23:24:33.6272390Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-05-15T23:24:33.6273560Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-05-15T23:24:33.6274700Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-05-15T23:24:33.6275880Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-05-15T23:24:33.6277090Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-05-15T23:24:33.6278260Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-05-15T23:24:33.6279400Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-05-15T23:24:33.6280540Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-05-15T23:24:33.6281770Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-05-15T23:24:33.6282920Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-05-15T23:24:33.6284060Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-05-15T23:24:33.6285170Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-05-15T23:24:33.6286240Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-05-15T23:24:33.6287340Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-05-15T23:24:33.6288470Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-05-15T23:24:33.6289580Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-05-15T23:24:33.6290230Z [ 19%] Built target portable_lib 2024-05-15T23:24:33.6290910Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-05-15T23:24:33.6292010Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-05-15T23:24:33.6293150Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-05-15T23:24:33.6294170Z [ 19%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2024-05-15T23:24:33.6295350Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-05-15T23:24:33.6303620Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-05-15T23:24:33.6304890Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-05-15T23:24:33.6306030Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-05-15T23:24:33.6307140Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-05-15T23:24:33.6308230Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-05-15T23:24:33.6309420Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-05-15T23:24:33.6313370Z [ 19%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2024-05-15T23:24:33.6316570Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-05-15T23:24:33.6319380Z [ 19%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2024-05-15T23:24:33.6322330Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-05-15T23:24:33.6327010Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-05-15T23:24:33.6330520Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-05-15T23:24:33.6333910Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-05-15T23:24:37.2140200Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-05-15T23:24:37.2156680Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-05-15T23:24:37.2161400Z [ 19%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2024-05-15T23:24:37.2164860Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-05-15T23:24:37.2168640Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-05-15T23:24:37.2172230Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-05-15T23:24:37.2175740Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-05-15T23:24:37.2178720Z [ 19%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2024-05-15T23:24:37.2181950Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-05-15T23:24:37.2197400Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-05-15T23:24:37.2198560Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-05-15T23:24:37.2199660Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-05-15T23:24:37.2200770Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-05-15T23:24:37.2201930Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-05-15T23:24:37.2202630Z [ 19%] Linking CXX executable xnn_executor_runner 2024-05-15T23:24:37.2203400Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-05-15T23:24:37.2204480Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-05-15T23:24:37.2205120Z [ 19%] Built target xnn_executor_runner 2024-05-15T23:24:37.2205860Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-05-15T23:24:37.2207010Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-05-15T23:24:37.2208150Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-05-15T23:24:37.2209560Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-05-15T23:24:37.2210720Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-05-15T23:24:37.2211870Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-05-15T23:24:37.2213000Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-05-15T23:24:37.2214090Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-05-15T23:24:37.2215200Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-05-15T23:24:37.2216350Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-05-15T23:24:37.2217490Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-05-15T23:24:37.2218630Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-05-15T23:24:37.2219760Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-05-15T23:24:37.2220890Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-05-15T23:24:37.2222000Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-05-15T23:24:37.2223400Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-05-15T23:24:37.2224510Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-05-15T23:24:37.2225640Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-05-15T23:24:37.2226780Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-05-15T23:24:37.2227890Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-05-15T23:24:37.2228950Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-05-15T23:24:37.2230020Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-05-15T23:24:37.2231080Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-05-15T23:24:37.2232090Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-05-15T23:24:37.2233110Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-05-15T23:24:37.2234140Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-05-15T23:24:37.2235370Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-05-15T23:24:37.2236450Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-05-15T23:24:37.2237480Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-05-15T23:24:37.2238540Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-05-15T23:24:37.2239550Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-05-15T23:24:37.2240640Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-05-15T23:24:37.2241760Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-05-15T23:24:37.2242880Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-05-15T23:24:37.2244020Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-05-15T23:24:37.2245180Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-05-15T23:24:37.2246330Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-05-15T23:24:37.2247450Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-05-15T23:24:37.2248540Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-05-15T23:24:37.2249840Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-05-15T23:24:37.2250930Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-05-15T23:24:37.2252000Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-05-15T23:24:37.2253050Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-05-15T23:24:37.2254100Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-05-15T23:24:37.2255170Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-05-15T23:24:37.2256220Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-05-15T23:24:37.2263980Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-05-15T23:24:37.2265070Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-05-15T23:24:37.2266130Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-05-15T23:24:37.2267190Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-05-15T23:24:37.2268530Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-05-15T23:24:37.2269600Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-05-15T23:24:37.2270700Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-05-15T23:24:37.2271850Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-05-15T23:24:37.2272970Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-05-15T23:24:37.2274080Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-05-15T23:24:37.2275150Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-05-15T23:24:37.2276220Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-05-15T23:24:37.2277280Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-05-15T23:24:37.2278320Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-05-15T23:24:37.2279420Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-05-15T23:24:37.2280500Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-05-15T23:24:37.2281600Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-05-15T23:24:37.2282950Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-05-15T23:24:37.2284100Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-05-15T23:24:37.2285250Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-05-15T23:24:37.2286390Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-05-15T23:24:37.2287510Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-05-15T23:24:37.2288630Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-05-15T23:24:37.2289770Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-05-15T23:24:37.2290880Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-05-15T23:24:37.2292000Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-05-15T23:24:37.2293140Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-05-15T23:24:37.2294350Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-05-15T23:24:37.2295490Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-05-15T23:24:37.2301610Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-05-15T23:24:37.2304890Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-05-15T23:24:37.2308200Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-05-15T23:24:37.2312120Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-05-15T23:24:37.2315430Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-05-15T23:24:37.2318720Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-05-15T23:24:37.2321960Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-05-15T23:24:37.2325180Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-05-15T23:24:37.2328370Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-05-15T23:24:37.2331540Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-05-15T23:24:37.2335550Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-05-15T23:24:37.2338690Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-05-15T23:24:37.2341840Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-05-15T23:24:37.2344990Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-05-15T23:24:37.2348140Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-05-15T23:24:37.2351300Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-05-15T23:24:37.2354460Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-05-15T23:24:37.2357590Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-05-15T23:24:40.7758640Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-05-15T23:24:40.7776150Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-05-15T23:24:40.7784830Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-05-15T23:24:40.7789030Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-05-15T23:24:40.7793600Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-05-15T23:24:40.7798070Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-05-15T23:24:40.7801550Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-05-15T23:24:40.7806100Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-05-15T23:24:40.7809790Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-05-15T23:24:40.7828860Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-05-15T23:24:40.7837850Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-05-15T23:24:40.7869380Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-05-15T23:24:40.7872680Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-05-15T23:24:40.7876290Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-05-15T23:24:40.7879940Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-05-15T23:24:40.7884560Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-05-15T23:24:40.7911220Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-05-15T23:24:40.7912760Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-05-15T23:24:40.7914230Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-05-15T23:24:40.7915680Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-05-15T23:24:40.7917080Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-05-15T23:24:40.7918450Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-05-15T23:24:40.7919820Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-05-15T23:24:40.7921180Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-05-15T23:24:40.7922920Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-05-15T23:24:40.7924320Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-05-15T23:24:40.7925500Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-05-15T23:24:40.7932550Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-05-15T23:24:40.7933710Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-05-15T23:24:40.7934780Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-05-15T23:24:40.7935860Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-05-15T23:24:40.7936910Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-05-15T23:24:40.7937950Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-05-15T23:24:40.7939020Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-05-15T23:24:40.7940080Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-05-15T23:24:40.7941140Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-05-15T23:24:40.7942520Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-05-15T23:24:40.7943600Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-05-15T23:24:40.7944700Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-05-15T23:24:40.7945800Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-05-15T23:24:40.7946880Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-05-15T23:24:40.7947930Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-05-15T23:24:40.7948960Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-05-15T23:24:40.7950010Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-05-15T23:24:40.7951040Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-05-15T23:24:40.7952070Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-05-15T23:24:40.7953180Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-05-15T23:24:40.7954460Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-05-15T23:24:40.7955610Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-05-15T23:24:40.7956720Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-05-15T23:24:40.7957840Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-05-15T23:24:40.7958960Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-05-15T23:24:40.7960070Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-05-15T23:24:40.7961190Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-05-15T23:24:40.7962250Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-05-15T23:24:40.7963310Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-05-15T23:24:40.7964390Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-05-15T23:24:40.7965480Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-05-15T23:24:40.7966560Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-05-15T23:24:40.7967630Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-05-15T23:24:40.7968870Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-05-15T23:24:40.7969930Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-05-15T23:24:40.7970990Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-05-15T23:24:40.7972040Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-05-15T23:24:40.7973090Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-05-15T23:24:40.7974110Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-05-15T23:24:40.7975130Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-05-15T23:24:40.7976160Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-05-15T23:24:40.7977220Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-05-15T23:24:40.7978310Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-05-15T23:24:40.7979400Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-05-15T23:24:40.7980600Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-05-15T23:24:40.7981710Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-05-15T23:24:40.7982790Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-05-15T23:24:40.7983870Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-05-15T23:24:40.7984950Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-05-15T23:24:40.7986000Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-05-15T23:24:40.7987040Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-05-15T23:24:40.7988080Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-05-15T23:24:40.7989110Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-05-15T23:24:40.7990170Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-05-15T23:24:40.7991250Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-05-15T23:24:40.7992340Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-05-15T23:24:40.7993550Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-05-15T23:24:40.7994630Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-05-15T23:24:40.7995700Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-05-15T23:24:40.7996760Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-05-15T23:24:40.7997820Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-05-15T23:24:40.7998870Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-05-15T23:24:40.7999900Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-05-15T23:24:40.8000920Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-05-15T23:24:40.8001930Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-05-15T23:24:40.8003000Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-05-15T23:24:40.8004100Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-05-15T23:24:40.8005580Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-05-15T23:24:40.8006800Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-05-15T23:24:40.8007910Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-05-15T23:24:40.8009010Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-05-15T23:24:40.8010960Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-05-15T23:24:40.8014360Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-05-15T23:24:40.8017430Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-05-15T23:24:40.8021020Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-05-15T23:24:40.8024050Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-05-15T23:24:40.8026950Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-05-15T23:24:40.8029840Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-05-15T23:24:40.8032700Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-05-15T23:24:40.8035600Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-05-15T23:24:40.8039370Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-05-15T23:24:40.8042250Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-05-15T23:24:40.8045140Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-05-15T23:24:44.4757000Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-05-15T23:24:44.4759980Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-05-15T23:24:44.4763710Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-05-15T23:24:44.4767780Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-05-15T23:24:44.4771330Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-05-15T23:24:44.4774270Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-05-15T23:24:44.4777190Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-05-15T23:24:44.4780420Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-05-15T23:24:44.4781730Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-05-15T23:24:44.4783120Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-05-15T23:24:44.4784230Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-05-15T23:24:44.4785340Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-05-15T23:24:44.4786430Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-05-15T23:24:44.4787500Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-05-15T23:24:44.4788590Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-05-15T23:24:44.4789690Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-05-15T23:24:44.4790760Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-05-15T23:24:44.4791820Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-05-15T23:24:44.4792860Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-05-15T23:24:44.4793880Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-05-15T23:24:44.4794920Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-05-15T23:24:44.4796170Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-05-15T23:24:44.4797240Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-05-15T23:24:44.4798340Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-05-15T23:24:44.4799440Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-05-15T23:24:44.4800520Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-05-15T23:24:44.4801620Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-05-15T23:24:44.4802710Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-05-15T23:24:44.4803780Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-05-15T23:24:44.4804850Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-05-15T23:24:44.4805900Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-05-15T23:24:44.4806930Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-05-15T23:24:44.4808100Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-05-15T23:24:44.4809150Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-05-15T23:24:44.4810220Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-05-15T23:24:44.4811330Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-05-15T23:24:44.4812440Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-05-15T23:24:44.4813540Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-05-15T23:24:44.4814640Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-05-15T23:24:44.4815720Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-05-15T23:24:44.4816840Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-05-15T23:24:44.4817930Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-05-15T23:24:44.4818990Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-05-15T23:24:44.4820030Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-05-15T23:24:44.4821070Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-05-15T23:24:44.4822250Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-05-15T23:24:44.4823320Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-05-15T23:24:44.4824430Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-05-15T23:24:44.4825530Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-05-15T23:24:44.4826630Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-05-15T23:24:44.4827720Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-05-15T23:24:44.4828820Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-05-15T23:24:44.4829910Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-05-15T23:24:44.4830990Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-05-15T23:24:44.4832040Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-05-15T23:24:44.4833080Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-05-15T23:24:44.4834220Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-05-15T23:24:44.4835280Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-05-15T23:24:44.4836330Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-05-15T23:24:44.4837380Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-05-15T23:24:44.4838430Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-05-15T23:24:44.4839480Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-05-15T23:24:44.4840550Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-05-15T23:24:44.4841620Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-05-15T23:24:44.4842690Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-05-15T23:24:44.4843750Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-05-15T23:24:44.4844820Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-05-15T23:24:44.4845930Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-05-15T23:24:44.4847030Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-05-15T23:24:44.4848240Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-05-15T23:24:44.4849310Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-05-15T23:24:44.4850380Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-05-15T23:24:44.4851450Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-05-15T23:24:44.4852510Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-05-15T23:24:44.4853560Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-05-15T23:24:44.4854580Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-05-15T23:24:44.4855600Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-05-15T23:24:44.4859810Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-05-15T23:24:44.4875940Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-05-15T23:24:44.4879460Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-05-15T23:24:44.4883420Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-05-15T23:24:44.4886630Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-05-15T23:24:44.4889960Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-05-15T23:24:44.4893040Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-05-15T23:24:44.4896870Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-05-15T23:24:44.4899950Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-05-15T23:24:44.4903060Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-05-15T23:24:44.4905980Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-05-15T23:24:44.4908890Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-05-15T23:24:44.4911790Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-05-15T23:24:44.4914680Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-05-15T23:24:44.4917610Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-05-15T23:24:44.4921930Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-05-15T23:24:44.4924790Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-05-15T23:24:44.4927640Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-05-15T23:24:44.4930470Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-05-15T23:24:44.4933300Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-05-15T23:24:44.4936310Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-05-15T23:24:44.4939510Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-05-15T23:24:44.4943710Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-05-15T23:24:44.4947150Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-05-15T23:24:44.4950310Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-05-15T23:24:44.4953450Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-05-15T23:24:44.4957220Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-05-15T23:24:44.4977930Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-05-15T23:24:44.4979050Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-05-15T23:24:44.4980110Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-05-15T23:24:44.4981160Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-05-15T23:24:44.4982210Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-05-15T23:24:44.4983290Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-05-15T23:24:44.4984370Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-05-15T23:24:44.4985430Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-05-15T23:24:44.4986470Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-05-15T23:24:44.4990340Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-05-15T23:24:47.2920850Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-05-15T23:24:47.2950190Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-05-15T23:24:47.2960290Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-05-15T23:24:47.3025650Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-05-15T23:24:47.3125640Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-05-15T23:24:47.3139270Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-05-15T23:24:47.3142600Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-05-15T23:24:47.3146040Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-05-15T23:24:47.3149260Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-05-15T23:24:47.3152460Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-05-15T23:24:47.3179770Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-05-15T23:24:47.3183200Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-05-15T23:24:47.3187270Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-05-15T23:24:47.3199710Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-05-15T23:24:47.3201140Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-05-15T23:24:47.3202220Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-05-15T23:24:47.3203280Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-05-15T23:24:47.3204340Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-05-15T23:24:47.3205390Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-05-15T23:24:47.3206430Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-05-15T23:24:47.3207520Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-05-15T23:24:47.3208610Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-05-15T23:24:47.3209700Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-05-15T23:24:47.3210880Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-05-15T23:24:47.3212120Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-05-15T23:24:47.3213360Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-05-15T23:24:47.3214970Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-05-15T23:24:47.3216230Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-05-15T23:24:47.3220750Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-05-15T23:24:47.3224220Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-05-15T23:24:47.3227160Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-05-15T23:24:47.3228500Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-05-15T23:24:47.3229640Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-05-15T23:24:47.3230710Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-05-15T23:24:47.3231760Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-05-15T23:24:47.3232970Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-05-15T23:24:47.3234580Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-05-15T23:24:47.3235910Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-05-15T23:24:47.3237190Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-05-15T23:24:47.3238460Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-05-15T23:24:47.3246320Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-05-15T23:24:47.3247800Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-05-15T23:24:47.3248830Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-05-15T23:24:47.3249850Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-05-15T23:24:47.3250860Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-05-15T23:24:47.3251870Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-05-15T23:24:47.3252870Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-05-15T23:24:47.3253880Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-05-15T23:24:47.3255130Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-05-15T23:24:47.3256130Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-05-15T23:24:47.3257150Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-05-15T23:24:47.3258190Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-05-15T23:24:47.3259240Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-05-15T23:24:47.3260280Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-05-15T23:24:47.3261340Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-05-15T23:24:47.3262410Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-05-15T23:24:47.3263460Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-05-15T23:24:47.3264530Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-05-15T23:24:47.3265610Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-05-15T23:24:47.3266840Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-05-15T23:24:47.3267890Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-05-15T23:24:47.3268920Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-05-15T23:24:47.3269990Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-05-15T23:24:47.3271040Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-05-15T23:24:47.3272060Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-05-15T23:24:47.3273080Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-05-15T23:24:47.3274070Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-05-15T23:24:47.3277290Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-05-15T23:24:47.3280150Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-05-15T23:24:47.3282980Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-05-15T23:24:47.3286020Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-05-15T23:24:47.3288840Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-05-15T23:24:47.3291640Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-05-15T23:24:47.3295370Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-05-15T23:24:47.3298090Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-05-15T23:24:47.3300820Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-05-15T23:24:47.3303640Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-05-15T23:24:47.3306370Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-05-15T23:24:47.3309400Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-05-15T23:24:47.3312520Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-05-15T23:24:47.3315530Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-05-15T23:24:47.3318850Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-05-15T23:24:47.3328370Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-05-15T23:24:47.3329660Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-05-15T23:24:47.3331270Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-05-15T23:24:47.3332540Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-05-15T23:24:47.3333770Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-05-15T23:24:47.3335000Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-05-15T23:24:47.3336220Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-05-15T23:24:47.3337440Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-05-15T23:24:47.3338670Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-05-15T23:24:47.3339890Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-05-15T23:24:47.3341120Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-05-15T23:24:47.3342370Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-05-15T23:24:47.3343610Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-05-15T23:24:47.3345100Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-05-15T23:24:47.3346340Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-05-15T23:24:47.3347580Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-05-15T23:24:47.3348810Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-05-15T23:24:47.3350030Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-05-15T23:24:47.3351220Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-05-15T23:24:47.3352410Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-05-15T23:24:47.3353600Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-05-15T23:24:47.3354780Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-05-15T23:24:47.3355990Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-05-15T23:24:47.3357390Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-05-15T23:24:47.3358650Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-05-15T23:24:47.3359870Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-05-15T23:24:47.3361090Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-05-15T23:24:51.4438190Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-05-15T23:24:51.4446420Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-05-15T23:24:51.4479560Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-05-15T23:24:51.4496600Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-05-15T23:24:51.4500210Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-05-15T23:24:51.4503720Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-05-15T23:24:51.4531330Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-05-15T23:24:51.4535460Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-05-15T23:24:51.4539810Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-05-15T23:24:51.4543290Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-05-15T23:24:51.4546760Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-05-15T23:24:51.4550810Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-05-15T23:24:51.4554220Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-05-15T23:24:51.4557610Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-05-15T23:24:51.4561060Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-05-15T23:24:51.4564560Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-05-15T23:24:51.4568000Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-05-15T23:24:51.4572490Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-05-15T23:24:51.4576860Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-05-15T23:24:51.4580420Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-05-15T23:24:51.4583860Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-05-15T23:24:51.4587290Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-05-15T23:24:51.4591470Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-05-15T23:24:51.4597200Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-05-15T23:24:51.4600840Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-05-15T23:24:51.4604310Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-05-15T23:24:51.4607800Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-05-15T23:24:51.4609970Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-05-15T23:24:51.4611220Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-05-15T23:24:51.4612430Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-05-15T23:24:51.4614040Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-05-15T23:24:51.4615270Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-05-15T23:24:51.4616490Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-05-15T23:24:51.4617720Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-05-15T23:24:51.4618940Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-05-15T23:24:51.4620190Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-05-15T23:24:51.4621410Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-05-15T23:24:51.4622630Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-05-15T23:24:51.4623880Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-05-15T23:24:51.4625160Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-05-15T23:24:51.4626740Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-05-15T23:24:51.4628080Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-05-15T23:24:51.4629300Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-05-15T23:24:51.4630500Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-05-15T23:24:51.4631690Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-05-15T23:24:51.4632880Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-05-15T23:24:51.4633970Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-05-15T23:24:51.4635000Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-05-15T23:24:51.4636020Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-05-15T23:24:51.4637070Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-05-15T23:24:51.4638130Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-05-15T23:24:51.4639220Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-05-15T23:24:51.4640620Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-05-15T23:24:51.4641700Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-05-15T23:24:51.4642740Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-05-15T23:24:51.4643730Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-05-15T23:24:51.4644780Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-05-15T23:24:51.4645900Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-05-15T23:24:51.4647000Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-05-15T23:24:51.4648160Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-05-15T23:24:51.4649420Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-05-15T23:24:51.4650680Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-05-15T23:24:51.4651940Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-05-15T23:24:51.4653360Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-05-15T23:24:51.4654640Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-05-15T23:24:51.4655850Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-05-15T23:24:51.4657060Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-05-15T23:24:51.4658270Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-05-15T23:24:51.4659490Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-05-15T23:24:51.4660710Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-05-15T23:24:51.4661910Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-05-15T23:24:51.4663130Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-05-15T23:24:51.4664340Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-05-15T23:24:51.4665550Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-05-15T23:24:51.4666780Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-05-15T23:24:51.4668280Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-05-15T23:24:51.4669520Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-05-15T23:24:51.4670770Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-05-15T23:24:51.4672010Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-05-15T23:24:51.4673260Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-05-15T23:24:51.4674500Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-05-15T23:24:51.4675780Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:51.4677100Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:51.4678410Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:51.4679930Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:51.4681350Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:51.4682640Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:51.4683930Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:51.4685220Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:51.4686520Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:51.4687820Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:51.4703770Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:51.4707920Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:51.4712180Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:51.4715860Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:51.4720010Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:51.4721370Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:51.4722670Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:51.4723960Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:51.4725250Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:51.4726550Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:51.4727840Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5624070Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5628350Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5632530Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5646610Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5648540Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5649870Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5651140Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5652380Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5653610Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5654820Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-05-15T23:24:55.5656040Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5657280Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5658500Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5659700Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-05-15T23:24:55.5660910Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5671710Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5672940Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5674140Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-05-15T23:24:55.5675380Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5676640Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5677900Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5679130Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5680360Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5681600Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5683410Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5684740Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5685900Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-05-15T23:24:55.5687060Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5688210Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-05-15T23:24:55.5689270Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-05-15T23:24:55.5690340Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-05-15T23:24:55.5691530Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-05-15T23:24:55.5692880Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-05-15T23:24:55.5694190Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-05-15T23:24:55.5695510Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-05-15T23:24:55.5696820Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-05-15T23:24:55.5698600Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-05-15T23:24:55.5699900Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-05-15T23:24:55.5701200Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-05-15T23:24:55.5702490Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-05-15T23:24:55.5703770Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-05-15T23:24:55.5705070Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-05-15T23:24:55.5706360Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-05-15T23:24:55.5707630Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-05-15T23:24:55.5708900Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-05-15T23:24:55.5710170Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-05-15T23:24:55.5711590Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-05-15T23:24:55.5712920Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-05-15T23:24:55.5714220Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-05-15T23:24:55.5715540Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5716870Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5718190Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5719530Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5720920Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5722310Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5723710Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5725090Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5726750Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5728110Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5729490Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5730870Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5732250Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5733630Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5735010Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5736380Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5744000Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5745760Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5747170Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5748540Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5749920Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5751300Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5752690Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5754080Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5755460Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5756830Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5758210Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5759590Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5761260Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5762640Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5764020Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5765370Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5766690Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5768020Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5769330Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5770680Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5772000Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5773440Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5774800Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5776120Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5777430Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5778760Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5780090Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5781420Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:55.5782750Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:55.5784060Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:55.5785380Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7263970Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7275140Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7282950Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7287100Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7291080Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7294770Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7298840Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7302770Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7306710Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7310640Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7315060Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7319240Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7323130Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7327870Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7332100Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7335760Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7339410Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7344050Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7347990Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7351980Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7355930Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7360100Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7364920Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7368480Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7372040Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7378150Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7381230Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7385620Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7389280Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7392910Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7396530Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7400760Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7404480Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7408090Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7411690Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7415280Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7420310Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7424050Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7427660Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7431260Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7434860Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7438490Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7442690Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7450580Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7452000Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7453330Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7454640Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7455930Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7457220Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7458500Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7459750Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7460990Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7462420Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-05-15T23:24:59.7463690Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-05-15T23:24:59.7464980Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-05-15T23:24:59.7466280Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-05-15T23:24:59.7467510Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-05-15T23:24:59.7468640Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-05-15T23:24:59.7469720Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-05-15T23:24:59.7470790Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-05-15T23:24:59.7471860Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-05-15T23:24:59.7472940Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-05-15T23:24:59.7474030Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-05-15T23:24:59.7475070Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-05-15T23:24:59.7476070Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-05-15T23:24:59.7477260Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-05-15T23:24:59.7478290Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-05-15T23:24:59.7479340Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-05-15T23:24:59.7480400Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-05-15T23:24:59.7481500Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-05-15T23:24:59.7482620Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-05-15T23:24:59.7483730Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-05-15T23:24:59.7484840Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-05-15T23:24:59.7485960Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-05-15T23:24:59.7487060Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-05-15T23:24:59.7488180Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-05-15T23:24:59.7489430Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-05-15T23:24:59.7490580Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-05-15T23:24:59.7491710Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-05-15T23:24:59.7492830Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-05-15T23:24:59.7493970Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-05-15T23:24:59.7495090Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-05-15T23:24:59.7496190Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-05-15T23:24:59.7497280Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-05-15T23:24:59.7498460Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-05-15T23:24:59.7499710Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-05-15T23:24:59.7501000Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7502340Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7503820Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7505120Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7506420Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7507720Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7509020Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7510310Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7511600Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7512880Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7514170Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:24:59.7515620Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7516970Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:24:59.7518260Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:24:59.7519550Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7828620Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7853570Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7863870Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7868320Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7872300Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7875980Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7879630Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7893630Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7894960Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7896260Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7897560Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7898850Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7900100Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7901340Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7902560Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7903770Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.7904980Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7906450Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7913800Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7915010Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.7916210Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7917430Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7918640Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7919850Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.7921110Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7922340Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7923560Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7924780Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7926000Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7927540Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7928760Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7929980Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7931200Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7932350Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-05-15T23:25:03.7933430Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-05-15T23:25:03.7934490Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-05-15T23:25:03.7935550Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-05-15T23:25:03.7936740Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-05-15T23:25:03.7938060Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-05-15T23:25:03.7939570Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-05-15T23:25:03.7940930Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-05-15T23:25:03.7942230Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-05-15T23:25:03.7943530Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-05-15T23:25:03.7944820Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-05-15T23:25:03.7946120Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-05-15T23:25:03.7947420Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-05-15T23:25:03.7948700Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-05-15T23:25:03.7949980Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-05-15T23:25:03.7951260Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-05-15T23:25:03.7952540Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-05-15T23:25:03.7954080Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-05-15T23:25:03.7955360Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-05-15T23:25:03.7956630Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-05-15T23:25:03.7957900Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-05-15T23:25:03.7959170Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-05-15T23:25:03.7960410Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7961610Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7962800Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7963960Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.7965120Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7966480Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7967710Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7968860Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.7970010Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7971180Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7972360Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7973510Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.7974690Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7975860Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7977040Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7978190Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.7979350Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7980810Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7982000Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7983150Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.7984310Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7985510Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7986700Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7987880Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.7989030Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.7991000Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.7994870Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.7998240Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.8002480Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.8005860Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.8009180Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.8012410Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.8015690Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.8019060Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.8022420Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.8025700Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.8028990Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.8032350Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.8035770Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.8040060Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.8043340Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.8046720Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.8050100Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:03.8053380Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-05-15T23:25:03.8056700Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:03.8060100Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:03.8068390Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-05-15T23:25:08.6756590Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:08.6760590Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:08.6765710Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:08.6780500Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:08.6782150Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-05-15T23:25:08.6783340Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:08.6784550Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:08.6785760Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:08.6786950Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-05-15T23:25:08.6788130Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:08.6789330Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:08.6790520Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:08.6791690Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-05-15T23:25:08.6792860Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-05-15T23:25:08.6794060Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-05-15T23:25:08.6795610Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-05-15T23:25:08.6796790Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-05-15T23:25:08.6797980Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-05-15T23:25:08.6799210Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-05-15T23:25:08.6800430Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-05-15T23:25:08.6801670Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-05-15T23:25:08.6802940Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-05-15T23:25:08.6804220Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-05-15T23:25:08.6805400Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-05-15T23:25:08.6806450Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-05-15T23:25:08.6807670Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-05-15T23:25:08.6808770Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-05-15T23:25:08.6809850Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-05-15T23:25:08.6810930Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-05-15T23:25:08.6811970Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-05-15T23:25:08.6812960Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-05-15T23:25:08.6813960Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-05-15T23:25:08.6814990Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-05-15T23:25:08.6816040Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-05-15T23:25:08.6817090Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-05-15T23:25:08.6818180Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-05-15T23:25:08.6819320Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-05-15T23:25:08.6820420Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-05-15T23:25:08.6821670Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-05-15T23:25:08.6822760Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-05-15T23:25:08.6823850Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-05-15T23:25:08.6824970Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-05-15T23:25:08.6826090Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-05-15T23:25:08.6827210Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-05-15T23:25:08.6828330Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-05-15T23:25:08.6829460Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-05-15T23:25:08.6830600Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-05-15T23:25:08.6831710Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-05-15T23:25:08.6832920Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-05-15T23:25:08.6834020Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-05-15T23:25:08.6835130Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-05-15T23:25:08.6836180Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-05-15T23:25:08.6837200Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-05-15T23:25:08.6838250Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-05-15T23:25:08.6839310Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-05-15T23:25:08.6840360Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-05-15T23:25:08.6841400Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-05-15T23:25:08.6842430Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-05-15T23:25:08.6843460Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-05-15T23:25:08.6844480Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-05-15T23:25:08.6845530Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-05-15T23:25:08.6846750Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-05-15T23:25:08.6847800Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-05-15T23:25:08.6848840Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-05-15T23:25:08.6849900Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-05-15T23:25:08.6850930Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-05-15T23:25:08.6851910Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-05-15T23:25:08.6853070Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-05-15T23:25:08.6854340Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-05-15T23:25:08.6855450Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-05-15T23:25:08.6856450Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-05-15T23:25:08.6857450Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-05-15T23:25:08.6858860Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-05-15T23:25:08.6860140Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-05-15T23:25:08.6861290Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-05-15T23:25:08.6868900Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-05-15T23:25:08.6869880Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-05-15T23:25:08.6870850Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-05-15T23:25:08.6871840Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-05-15T23:25:08.6872920Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-05-15T23:25:08.6874080Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:08.6875230Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-05-15T23:25:08.6876380Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:08.6877520Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-05-15T23:25:08.6878670Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:08.6880160Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-05-15T23:25:08.6881330Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:08.6882490Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-05-15T23:25:08.6883650Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:08.6884800Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-05-15T23:25:08.6885950Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-05-15T23:25:08.6887080Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-05-15T23:25:08.6888210Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-05-15T23:25:08.6889340Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-05-15T23:25:08.6890470Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-05-15T23:25:08.6891710Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-05-15T23:25:08.6892860Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-05-15T23:25:08.6893900Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-05-15T23:25:08.6894850Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-05-15T23:25:08.6895790Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-05-15T23:25:08.6896730Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-05-15T23:25:08.6897790Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:08.6898970Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:08.6900150Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-05-15T23:25:08.6901310Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-05-15T23:25:08.6902470Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-05-15T23:25:08.6903610Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-05-15T23:25:08.6904770Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-05-15T23:25:08.6906100Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-05-15T23:25:08.6907240Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-05-15T23:25:11.9516810Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-05-15T23:25:11.9615610Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-05-15T23:25:11.9722170Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-05-15T23:25:11.9826990Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-05-15T23:25:11.9927000Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-05-15T23:25:12.0031900Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-05-15T23:25:12.0105750Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-05-15T23:25:12.0168000Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-05-15T23:25:12.0171730Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-05-15T23:25:12.0176000Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-05-15T23:25:12.0180610Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-05-15T23:25:12.0183870Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-05-15T23:25:12.0188600Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-05-15T23:25:12.0192200Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-05-15T23:25:12.0296820Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-05-15T23:25:12.0320770Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-05-15T23:25:12.0324730Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-05-15T23:25:12.0328510Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-05-15T23:25:12.0332220Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:12.0335880Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:12.0339610Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-05-15T23:25:12.0344420Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-05-15T23:25:12.0348160Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:12.0352250Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-05-15T23:25:12.0357400Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:12.0361160Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-05-15T23:25:12.0362410Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-05-15T23:25:12.0363510Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-05-15T23:25:12.0364510Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-05-15T23:25:12.0365510Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-05-15T23:25:12.0366610Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-05-15T23:25:12.0367990Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-05-15T23:25:12.0369190Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-05-15T23:25:12.0370360Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-05-15T23:25:12.0371520Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-05-15T23:25:12.0372690Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-05-15T23:25:12.0373860Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-05-15T23:25:12.0375020Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-05-15T23:25:12.0376180Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-05-15T23:25:12.0377330Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-05-15T23:25:12.0384920Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-05-15T23:25:12.0386100Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-05-15T23:25:12.0387280Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-05-15T23:25:12.0388740Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-05-15T23:25:12.0389900Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-05-15T23:25:12.0391060Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-05-15T23:25:12.0392130Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-05-15T23:25:12.0393200Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-05-15T23:25:12.0394350Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-05-15T23:25:12.0395490Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-05-15T23:25:12.0396620Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-05-15T23:25:12.0397760Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-05-15T23:25:12.0398890Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-05-15T23:25:12.0400020Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-05-15T23:25:12.0401300Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-05-15T23:25:12.0402380Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-05-15T23:25:12.0403330Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-05-15T23:25:12.0404280Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-05-15T23:25:12.0405230Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-05-15T23:25:12.0406300Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-05-15T23:25:12.0407490Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-05-15T23:25:12.0408660Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-05-15T23:25:12.0409810Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-05-15T23:25:12.0410970Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-05-15T23:25:12.0412130Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-05-15T23:25:12.0413280Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-05-15T23:25:12.0414920Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-05-15T23:25:12.0416070Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-05-15T23:25:12.0417220Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-05-15T23:25:12.0418290Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-05-15T23:25:12.0419270Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-05-15T23:25:12.0433250Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-05-15T23:25:12.0436470Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-05-15T23:25:12.0439900Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-05-15T23:25:12.0443500Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-05-15T23:25:12.0447080Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-05-15T23:25:12.0450580Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-05-15T23:25:12.0454560Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-05-15T23:25:12.0458690Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-05-15T23:25:12.0462770Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-05-15T23:25:12.0466160Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-05-15T23:25:12.0473060Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-05-15T23:25:12.0476640Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-05-15T23:25:12.0480050Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-05-15T23:25:12.0483430Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-05-15T23:25:12.0486820Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-05-15T23:25:12.0490190Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-05-15T23:25:12.0493550Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-05-15T23:25:12.0496930Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-05-15T23:25:12.0501040Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-05-15T23:25:12.0504400Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-05-15T23:25:12.0507760Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-05-15T23:25:12.0511130Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-05-15T23:25:12.0514510Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-05-15T23:25:12.0517920Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-05-15T23:25:12.0521310Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-05-15T23:25:12.0524810Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-05-15T23:25:12.0528210Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-05-15T23:25:12.0531600Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-05-15T23:25:12.0535420Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-05-15T23:25:12.0537520Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-05-15T23:25:12.0538720Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-05-15T23:25:12.0539880Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-05-15T23:25:12.0541040Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-05-15T23:25:12.0542230Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-05-15T23:25:12.0543460Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-05-15T23:25:12.0544670Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-05-15T23:25:17.6031580Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-05-15T23:25:17.6131610Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-05-15T23:25:17.6243580Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-05-15T23:25:17.6348590Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-05-15T23:25:17.6461500Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-05-15T23:25:17.6567710Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-05-15T23:25:17.6670710Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-05-15T23:25:17.6775920Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-05-15T23:25:17.6880840Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-05-15T23:25:17.6981220Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-05-15T23:25:17.7086500Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-05-15T23:25:17.7207850Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-05-15T23:25:17.7312580Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-05-15T23:25:17.7417470Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-05-15T23:25:17.7534990Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-05-15T23:25:17.7627340Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-05-15T23:25:17.7728360Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-05-15T23:25:17.7832500Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-05-15T23:25:17.7933900Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-05-15T23:25:17.8021970Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-05-15T23:25:17.8025560Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-05-15T23:25:17.8029590Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-05-15T23:25:17.8033540Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-05-15T23:25:17.8037420Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-05-15T23:25:17.8041210Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-05-15T23:25:17.8045100Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-05-15T23:25:17.8050330Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-05-15T23:25:17.8053780Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-05-15T23:25:17.8057050Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-05-15T23:25:17.8060270Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-05-15T23:25:17.8063580Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-05-15T23:25:17.8090830Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-05-15T23:25:17.8102470Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-05-15T23:25:17.8106420Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-05-15T23:25:17.8110190Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-05-15T23:25:17.8121410Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-05-15T23:25:17.8125960Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-05-15T23:25:17.8129780Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-05-15T23:25:17.8133540Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-05-15T23:25:17.8137250Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-05-15T23:25:17.8140940Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-05-15T23:25:17.8144650Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-05-15T23:25:17.8149030Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-05-15T23:25:17.8152750Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-05-15T23:25:17.8156310Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-05-15T23:25:17.8159830Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-05-15T23:25:17.8163150Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-neon-x1.c.o 2024-05-15T23:25:17.8166260Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-neon-x4.c.o 2024-05-15T23:25:17.8170530Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-neon.c.o 2024-05-15T23:25:17.8173830Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-neon.c.o 2024-05-15T23:25:17.8177020Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/cs16-fftr-neon-x4.c.o 2024-05-15T23:25:17.8180120Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x4.c.o 2024-05-15T23:25:17.8183510Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x8.c.o 2024-05-15T23:25:17.8186910Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x12.c.o 2024-05-15T23:25:17.8190320Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x16.c.o 2024-05-15T23:25:17.8193890Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u8.c.o 2024-05-15T23:25:17.8195310Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2024-05-15T23:25:17.8196450Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u24.c.o 2024-05-15T23:25:17.8197560Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u32.c.o 2024-05-15T23:25:17.8199080Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u8.c.o 2024-05-15T23:25:17.8200240Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u16.c.o 2024-05-15T23:25:17.8201360Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u24.c.o 2024-05-15T23:25:17.8202460Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u32.c.o 2024-05-15T23:25:17.8203560Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2024-05-15T23:25:17.8204660Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2024-05-15T23:25:17.8205760Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2024-05-15T23:25:17.8206870Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2024-05-15T23:25:17.8207980Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2024-05-15T23:25:17.8209140Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2024-05-15T23:25:17.8210340Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x1.c.o 2024-05-15T23:25:17.8211540Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x2.c.o 2024-05-15T23:25:17.8213000Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x1.c.o 2024-05-15T23:25:17.8214180Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x2.c.o 2024-05-15T23:25:17.8215360Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x1.c.o 2024-05-15T23:25:17.8216520Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x1.c.o 2024-05-15T23:25:17.8217680Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x2.c.o 2024-05-15T23:25:17.8218850Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x2.c.o 2024-05-15T23:25:17.8220090Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc2.c.o 2024-05-15T23:25:17.8221390Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc3.c.o 2024-05-15T23:25:17.8222690Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc4.c.o 2024-05-15T23:25:17.8223960Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4.c.o 2024-05-15T23:25:17.8225390Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4-acc2.c.o 2024-05-15T23:25:17.8226690Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2024-05-15T23:25:17.8227930Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-3x4.c.o 2024-05-15T23:25:17.8229170Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-4x4.c.o 2024-05-15T23:25:17.8230410Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-5x4.c.o 2024-05-15T23:25:17.8231650Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-6x4.c.o 2024-05-15T23:25:17.8232930Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc2.c.o 2024-05-15T23:25:17.8234250Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc3.c.o 2024-05-15T23:25:17.8235560Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc4.c.o 2024-05-15T23:25:17.8236850Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2024-05-15T23:25:17.8238130Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4-acc2.c.o 2024-05-15T23:25:17.8239410Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4.c.o 2024-05-15T23:25:17.8246330Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-3x4.c.o 2024-05-15T23:25:17.8247690Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-4x4.c.o 2024-05-15T23:25:17.8248980Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc2.c.o 2024-05-15T23:25:17.8250280Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc3.c.o 2024-05-15T23:25:17.8251570Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc4.c.o 2024-05-15T23:25:17.8252890Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc5.c.o 2024-05-15T23:25:17.8254160Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2024-05-15T23:25:17.8255430Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc2.c.o 2024-05-15T23:25:17.8256720Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc3.c.o 2024-05-15T23:25:17.8258210Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4.c.o 2024-05-15T23:25:17.8259490Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4-acc2.c.o 2024-05-15T23:25:21.7672970Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4.c.o 2024-05-15T23:25:21.7677230Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4-acc2.c.o 2024-05-15T23:25:21.7681150Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4.c.o 2024-05-15T23:25:21.7684960Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-5x4.c.o 2024-05-15T23:25:21.7688840Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc2.c.o 2024-05-15T23:25:21.7692560Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc3.c.o 2024-05-15T23:25:21.7696980Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc4.c.o 2024-05-15T23:25:21.7701550Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc5.c.o 2024-05-15T23:25:21.7706990Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2024-05-15T23:25:21.7712160Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc2.c.o 2024-05-15T23:25:21.7716250Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc3.c.o 2024-05-15T23:25:21.7720150Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4.c.o 2024-05-15T23:25:21.7724040Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4-acc2.c.o 2024-05-15T23:25:21.7728000Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4.c.o 2024-05-15T23:25:21.7731470Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7735090Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon.c.o 2024-05-15T23:25:21.7738590Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7742070Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2024-05-15T23:25:21.7745570Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7749810Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon.c.o 2024-05-15T23:25:21.7756430Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7760450Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon.c.o 2024-05-15T23:25:21.7763930Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7767440Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2024-05-15T23:25:21.7770940Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7774780Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon.c.o 2024-05-15T23:25:21.7778170Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7782620Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon.c.o 2024-05-15T23:25:21.7786400Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7790150Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon.c.o 2024-05-15T23:25:21.7793870Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7797590Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon.c.o 2024-05-15T23:25:21.7802180Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7805860Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon.c.o 2024-05-15T23:25:21.7809520Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7813170Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon.c.o 2024-05-15T23:25:21.7818730Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7822270Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon.c.o 2024-05-15T23:25:21.7825680Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7829750Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon.c.o 2024-05-15T23:25:21.7839850Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7843870Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2024-05-15T23:25:21.7848090Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7851660Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon.c.o 2024-05-15T23:25:21.7855120Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7858570Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon.c.o 2024-05-15T23:25:21.7862020Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7865460Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c.o 2024-05-15T23:25:21.7869650Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon-acc2.c.o 2024-05-15T23:25:21.7873270Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon.c.o 2024-05-15T23:25:21.7876610Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2024-05-15T23:25:21.7879840Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u16.c.o 2024-05-15T23:25:21.7883290Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u24.c.o 2024-05-15T23:25:21.7886530Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u32.c.o 2024-05-15T23:25:21.7891730Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-neon-u4.c.o 2024-05-15T23:25:21.7895220Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-neon-c4.c.o 2024-05-15T23:25:21.7898700Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-neon-c4.c.o 2024-05-15T23:25:21.7906470Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:21.7912640Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.7916260Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.7919710Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neon.c.o 2024-05-15T23:25:21.7923160Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.7926760Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.7943640Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.7947360Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.7951760Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:21.7955870Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld128.c.o 2024-05-15T23:25:21.7959380Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.7962770Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neon.c.o 2024-05-15T23:25:21.7966190Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.7969510Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.7973140Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.7976420Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.7979650Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.7982840Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:21.7993560Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld128.c.o 2024-05-15T23:25:21.7996830Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.8000880Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.8004240Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neon.c.o 2024-05-15T23:25:21.8007380Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.8010480Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neon.c.o 2024-05-15T23:25:21.8013630Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:21.8017000Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.8020270Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neon.c.o 2024-05-15T23:25:21.8023530Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.8027370Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:21.8031000Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld128.c.o 2024-05-15T23:25:21.8035120Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.8038590Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.8041870Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neon.c.o 2024-05-15T23:25:21.8045100Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.8048440Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:21.8051760Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld128.c.o 2024-05-15T23:25:21.8055120Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.8059100Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:21.8062410Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neon.c.o 2024-05-15T23:25:21.8065560Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neon.c.o 2024-05-15T23:25:21.8068740Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p4.c.o 2024-05-15T23:25:21.8071940Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2024-05-15T23:25:21.8076080Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p16.c.o 2024-05-15T23:25:21.8079220Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c4.c.o 2024-05-15T23:25:21.8082220Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2024-05-15T23:25:21.8085340Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:21.8088580Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:21.8091890Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:25.4025810Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neon.c.o 2024-05-15T23:25:25.4030700Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:25.4038510Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:25.4042170Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4045510Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:25.4051150Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4056150Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:25.4059940Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld128.c.o 2024-05-15T23:25:25.4064080Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4067730Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:25.4071190Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neon.c.o 2024-05-15T23:25:25.4074500Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:25.4077860Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:25.4081150Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4109990Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:25.4113280Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld128.c.o 2024-05-15T23:25:25.4116970Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4121090Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:25.4124250Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neon.c.o 2024-05-15T23:25:25.4127300Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neon.c.o 2024-05-15T23:25:25.4130490Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-neon-lane-ld128.c.o 2024-05-15T23:25:25.4134030Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2024-05-15T23:25:25.4137420Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2024-05-15T23:25:25.4140610Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2024-05-15T23:25:25.4143730Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon-prfm.c.o 2024-05-15T23:25:25.4146920Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon.c.o 2024-05-15T23:25:25.4149960Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon-prfm.c.o 2024-05-15T23:25:25.4153000Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon.c.o 2024-05-15T23:25:25.4156720Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon-prfm.c.o 2024-05-15T23:25:25.4159860Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon.c.o 2024-05-15T23:25:25.4177210Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x16.c.o 2024-05-15T23:25:25.4180110Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x4.c.o 2024-05-15T23:25:25.4182950Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x8.c.o 2024-05-15T23:25:25.4185790Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x4.c.o 2024-05-15T23:25:25.4188650Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x8.c.o 2024-05-15T23:25:25.4191540Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x16.c.o 2024-05-15T23:25:25.4194420Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x4.c.o 2024-05-15T23:25:25.4197240Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x8.c.o 2024-05-15T23:25:25.4200080Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x16.c.o 2024-05-15T23:25:25.4203270Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:25.4206780Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4214410Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:25.4217850Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4221300Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4224200Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:25.4225530Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:25.4226800Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4228060Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4229290Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4230530Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:25.4232110Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4233380Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4234610Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4235840Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-05-15T23:25:25.4237070Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-05-15T23:25:25.4238200Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u8.c.o 2024-05-15T23:25:25.4239270Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u16.c.o 2024-05-15T23:25:25.4240340Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u24.c.o 2024-05-15T23:25:25.4241390Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2024-05-15T23:25:25.4242440Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u8.c.o 2024-05-15T23:25:25.4243490Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u16.c.o 2024-05-15T23:25:25.4244530Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u24.c.o 2024-05-15T23:25:25.4245590Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2024-05-15T23:25:25.4247130Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u4.c.o 2024-05-15T23:25:25.4248550Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8-acc2.c.o 2024-05-15T23:25:25.4249960Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8.c.o 2024-05-15T23:25:25.4251380Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12-acc2.c.o 2024-05-15T23:25:25.4252830Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12-acc3.c.o 2024-05-15T23:25:25.4254250Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12.c.o 2024-05-15T23:25:25.4255660Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc2.c.o 2024-05-15T23:25:25.4257100Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc4.c.o 2024-05-15T23:25:25.4258510Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16.c.o 2024-05-15T23:25:25.4260030Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20-acc2.c.o 2024-05-15T23:25:25.4261500Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20-acc5.c.o 2024-05-15T23:25:25.4262910Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20.c.o 2024-05-15T23:25:25.4264270Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u4.c.o 2024-05-15T23:25:25.4265630Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8-acc2.c.o 2024-05-15T23:25:25.4266990Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8.c.o 2024-05-15T23:25:25.4268340Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12-acc2.c.o 2024-05-15T23:25:25.4269720Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12-acc3.c.o 2024-05-15T23:25:25.4271070Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12.c.o 2024-05-15T23:25:25.4272420Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc2.c.o 2024-05-15T23:25:25.4273970Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc4.c.o 2024-05-15T23:25:25.4275320Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16.c.o 2024-05-15T23:25:25.4276670Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20-acc2.c.o 2024-05-15T23:25:25.4278050Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20-acc5.c.o 2024-05-15T23:25:25.4279400Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20.c.o 2024-05-15T23:25:25.4280570Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u4.c.o 2024-05-15T23:25:25.4281610Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u8-acc2.c.o 2024-05-15T23:25:25.4282660Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u12-acc3.c.o 2024-05-15T23:25:25.4283720Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc2.c.o 2024-05-15T23:25:25.4284780Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2024-05-15T23:25:25.4285800Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u4.c.o 2024-05-15T23:25:25.4287010Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u12-acc3.c.o 2024-05-15T23:25:25.4288130Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u8-acc2.c.o 2024-05-15T23:25:25.4289170Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc2.c.o 2024-05-15T23:25:25.4290220Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc4.c.o 2024-05-15T23:25:25.4291260Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u4.c.o 2024-05-15T23:25:25.4292320Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u8-acc2.c.o 2024-05-15T23:25:25.4293420Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u12-acc3.c.o 2024-05-15T23:25:25.4294500Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2024-05-15T23:25:25.4295580Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc2.c.o 2024-05-15T23:25:25.4296610Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u4.c.o 2024-05-15T23:25:25.4297620Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u8-acc2.c.o 2024-05-15T23:25:25.4298640Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u12-acc3.c.o 2024-05-15T23:25:28.8837830Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc2.c.o 2024-05-15T23:25:28.8844550Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-pipelined.c.o 2024-05-15T23:25:28.8848230Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2024-05-15T23:25:28.8852390Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-x2.c.o 2024-05-15T23:25:28.8855830Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon.c.o 2024-05-15T23:25:28.8859570Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-pipelined.c.o 2024-05-15T23:25:28.8863070Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon.c.o 2024-05-15T23:25:28.8866380Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-x2.c.o 2024-05-15T23:25:28.8869870Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neon.c.o 2024-05-15T23:25:28.8874140Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-pipelined.c.o 2024-05-15T23:25:28.8878280Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon.c.o 2024-05-15T23:25:28.8881960Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-x2.c.o 2024-05-15T23:25:28.8883380Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-pipelined.c.o 2024-05-15T23:25:28.8884550Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-x2.c.o 2024-05-15T23:25:28.8885660Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2024-05-15T23:25:28.8886770Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-neon-u4.c.o 2024-05-15T23:25:28.8887860Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-neon-u8.c.o 2024-05-15T23:25:28.8888960Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-neon-u4.c.o 2024-05-15T23:25:28.8890060Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-neon-u8.c.o 2024-05-15T23:25:28.8891120Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u4.c.o 2024-05-15T23:25:28.8892130Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2024-05-15T23:25:28.8893150Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u4.c.o 2024-05-15T23:25:28.8894170Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2024-05-15T23:25:28.8895200Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u4.c.o 2024-05-15T23:25:28.8896460Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2024-05-15T23:25:28.8897470Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2024-05-15T23:25:28.8898480Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u4.c.o 2024-05-15T23:25:28.8899540Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-neon-u8.c.o 2024-05-15T23:25:28.8900640Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-neon-u4.c.o 2024-05-15T23:25:28.8901740Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-neon-u4.c.o 2024-05-15T23:25:28.8902830Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-neon-u8.c.o 2024-05-15T23:25:28.8903930Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-neon-u4.c.o 2024-05-15T23:25:28.8905030Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-neon-u8.c.o 2024-05-15T23:25:28.8906120Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u4.c.o 2024-05-15T23:25:28.8907190Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2024-05-15T23:25:28.8908360Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u4.c.o 2024-05-15T23:25:28.8909450Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2024-05-15T23:25:28.8910530Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-neon-u4.c.o 2024-05-15T23:25:28.8911640Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-neon-u8.c.o 2024-05-15T23:25:28.8912720Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-neon-u4.c.o 2024-05-15T23:25:28.8913800Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-neon-u8.c.o 2024-05-15T23:25:28.8914860Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u4.c.o 2024-05-15T23:25:28.8915890Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u8.c.o 2024-05-15T23:25:28.8916920Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2024-05-15T23:25:28.8917940Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u4.c.o 2024-05-15T23:25:28.8918950Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2024-05-15T23:25:28.8919960Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u12.c.o 2024-05-15T23:25:28.8920990Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u16.c.o 2024-05-15T23:25:28.8922180Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u4.c.o 2024-05-15T23:25:28.8923290Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2024-05-15T23:25:28.8924420Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u12.c.o 2024-05-15T23:25:28.8925540Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u16.c.o 2024-05-15T23:25:28.8926660Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u20.c.o 2024-05-15T23:25:28.8927770Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u24.c.o 2024-05-15T23:25:28.8928860Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u4.c.o 2024-05-15T23:25:28.8929920Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u8.c.o 2024-05-15T23:25:28.8930980Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u12.c.o 2024-05-15T23:25:28.8932040Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u16.c.o 2024-05-15T23:25:28.8933100Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u20.c.o 2024-05-15T23:25:28.8934250Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u24.c.o 2024-05-15T23:25:28.8935340Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u4.c.o 2024-05-15T23:25:28.8936390Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u8.c.o 2024-05-15T23:25:28.8937450Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2024-05-15T23:25:28.8938500Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u4.c.o 2024-05-15T23:25:28.8939530Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2024-05-15T23:25:28.8940660Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2024-05-15T23:25:28.8941860Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neon-2x.c.o 2024-05-15T23:25:28.8942950Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u4.c.o 2024-05-15T23:25:28.8943960Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u8.c.o 2024-05-15T23:25:28.8944970Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u4.c.o 2024-05-15T23:25:28.8945970Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2024-05-15T23:25:28.8946980Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u4.c.o 2024-05-15T23:25:28.8948110Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2024-05-15T23:25:28.8949110Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u4.c.o 2024-05-15T23:25:28.8950100Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u4.c.o 2024-05-15T23:25:28.8951100Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2024-05-15T23:25:28.8952240Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u4.c.o 2024-05-15T23:25:28.8953390Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2024-05-15T23:25:28.8954530Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2024-05-15T23:25:28.8955810Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u12.c.o 2024-05-15T23:25:28.8957100Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u16.c.o 2024-05-15T23:25:28.8958380Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u20.c.o 2024-05-15T23:25:28.8959650Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u24.c.o 2024-05-15T23:25:28.8967810Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u4.c.o 2024-05-15T23:25:28.8969130Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u8.c.o 2024-05-15T23:25:28.8970430Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u12.c.o 2024-05-15T23:25:28.8971730Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u16.c.o 2024-05-15T23:25:28.8973030Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u20.c.o 2024-05-15T23:25:28.8974320Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u24.c.o 2024-05-15T23:25:28.8975580Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u4.c.o 2024-05-15T23:25:28.8976800Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u8.c.o 2024-05-15T23:25:28.8978020Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u12.c.o 2024-05-15T23:25:28.8979240Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u16.c.o 2024-05-15T23:25:28.8980450Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u20.c.o 2024-05-15T23:25:28.8981790Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u24.c.o 2024-05-15T23:25:28.8983050Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u4.c.o 2024-05-15T23:25:28.8984360Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u8.c.o 2024-05-15T23:25:28.8985670Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u12.c.o 2024-05-15T23:25:28.8986980Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u16.c.o 2024-05-15T23:25:28.8988140Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-neon-u4.c.o 2024-05-15T23:25:28.8990160Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-neon-u8.c.o 2024-05-15T23:25:28.8993260Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-neon-u4.c.o 2024-05-15T23:25:28.8996100Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-neon-u8.c.o 2024-05-15T23:25:28.8998930Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-neon-u8.c.o 2024-05-15T23:25:28.9001750Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-neon-u4.c.o 2024-05-15T23:25:28.9005260Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u8.c.o 2024-05-15T23:25:28.9027890Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u16.c.o 2024-05-15T23:25:28.9029010Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u24.c.o 2024-05-15T23:25:28.9030090Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u32.c.o 2024-05-15T23:25:28.9031120Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-neon-int16.c.o 2024-05-15T23:25:28.9032100Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-neon-int32.c.o 2024-05-15T23:25:28.9033160Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neon-rr2-lut16-p3.c.o 2024-05-15T23:25:32.4424860Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neon-rr2-p6.c.o 2024-05-15T23:25:32.4436170Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-neon.c.o 2024-05-15T23:25:32.4439140Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qs8-cvt-neon.c.o 2024-05-15T23:25:32.4442110Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qu8-cvt-neon.c.o 2024-05-15T23:25:32.4444840Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-neon-cvt.c.o 2024-05-15T23:25:32.4448050Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-neon-addsub.c.o 2024-05-15T23:25:32.4451920Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-neon-addsub.c.o 2024-05-15T23:25:32.4454950Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-neon-addsub.c.o 2024-05-15T23:25:32.4457780Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-neon-cvt.c.o 2024-05-15T23:25:32.4460660Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-neon-addsub.c.o 2024-05-15T23:25:32.4463420Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-neon-cvt.c.o 2024-05-15T23:25:32.4466350Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neon-rr2-lut64-p2-nr2recps.c.o 2024-05-15T23:25:32.4469570Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neon-rr2-lut2048-p1-nr2recps.c.o 2024-05-15T23:25:32.4472640Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neon-rr2-p5-nr2recps.c.o 2024-05-15T23:25:32.4478200Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neon-nr1rsqrts.c.o 2024-05-15T23:25:32.4479280Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neon-nr2rsqrts.c.o 2024-05-15T23:25:32.4480270Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neon-nr3rsqrts.c.o 2024-05-15T23:25:32.4481410Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neon-expm1minus-rr1-p6h5ts-nr2recps.c.o 2024-05-15T23:25:32.4482990Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neon-expm1minus-rr2-lut8-p4h2ts-nr2recps.c.o 2024-05-15T23:25:32.4484360Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4485680Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neon-expm1minus-rr2-lut8-p4h3ps-nr2recps.c.o 2024-05-15T23:25:32.4486980Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4488380Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4489730Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4491090Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4492430Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4493760Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4495100Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4496430Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4497940Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4499280Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4500610Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4501930Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2024-05-15T23:25:32.4503290Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4504670Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4506030Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4507380Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4508700Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2024-05-15T23:25:32.4510120Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4511470Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4512810Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4514130Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4515470Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4516800Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4520560Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4539480Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4543620Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4547500Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4551270Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4555510Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4559280Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4563030Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4566840Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4570810Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4574540Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2024-05-15T23:25:32.4596180Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4597800Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4599180Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4600800Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4602150Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2024-05-15T23:25:32.4603500Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4604890Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4606250Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4607570Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4608920Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4610260Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4611580Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4612910Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4614610Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4616290Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4617650Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4619020Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4620370Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:32.4621720Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane.c.o 2024-05-15T23:25:32.4623030Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:32.4624330Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:32.4625650Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:32.4626950Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:32.4628350Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:32.4629700Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:32.4631030Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2024-05-15T23:25:32.4632370Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:32.4633710Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2024-05-15T23:25:32.4635030Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:32.4636330Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:32.4637610Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:32.4638890Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:32.4640180Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:32.4641510Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:32.4642820Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:32.4644250Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:32.4645590Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:32.4646940Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2024-05-15T23:25:32.4648270Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2024-05-15T23:25:32.4649610Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:32.4650930Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:32.4652220Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:32.4653510Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7451640Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7508630Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7512960Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7588800Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7592890Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7597270Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7616650Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2024-05-15T23:25:35.7620880Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7624970Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2024-05-15T23:25:35.7630220Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7634350Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7638300Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7642690Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7646440Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7652460Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7656210Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7659630Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7663150Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7666990Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld128.c.o 2024-05-15T23:25:35.7668520Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld128.c.o 2024-05-15T23:25:35.7669830Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7671100Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7672540Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7680690Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7681960Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7683200Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7684450Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7685700Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7686920Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7688160Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7689440Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld128.c.o 2024-05-15T23:25:35.7690710Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7691970Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld128.c.o 2024-05-15T23:25:35.7693230Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7694670Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7695900Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:35.7697060Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u8.c.o 2024-05-15T23:25:35.7698130Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u16.c.o 2024-05-15T23:25:35.7699200Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u24.c.o 2024-05-15T23:25:35.7700280Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2024-05-15T23:25:35.7701440Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c8.c.o 2024-05-15T23:25:35.7702670Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c16.c.o 2024-05-15T23:25:35.7703900Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c24.c.o 2024-05-15T23:25:35.7705130Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c32.c.o 2024-05-15T23:25:35.7706800Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c8.c.o 2024-05-15T23:25:35.7708180Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c16.c.o 2024-05-15T23:25:35.7709430Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c24.c.o 2024-05-15T23:25:35.7710670Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c32.c.o 2024-05-15T23:25:35.7711900Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c8.c.o 2024-05-15T23:25:35.7713120Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c16.c.o 2024-05-15T23:25:35.7714340Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c24.c.o 2024-05-15T23:25:35.7715550Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c32.c.o 2024-05-15T23:25:35.7716750Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c8.c.o 2024-05-15T23:25:35.7717980Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c16.c.o 2024-05-15T23:25:35.7719200Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c24.c.o 2024-05-15T23:25:35.7720420Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c32.c.o 2024-05-15T23:25:35.7722020Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7723360Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7724720Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-05-15T23:25:35.7726090Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7727470Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7728880Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7730300Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7731680Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7733080Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2024-05-15T23:25:35.7734650Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7736150Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2024-05-15T23:25:35.7737550Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7738920Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7740310Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7741710Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7743110Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7744500Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7745920Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2024-05-15T23:25:35.7747330Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7748770Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2024-05-15T23:25:35.7750400Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7751770Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7753170Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7754600Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7756020Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7757420Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7758830Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2024-05-15T23:25:35.7760230Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7761810Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2024-05-15T23:25:35.7763270Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7764640Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7765990Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7767340Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7768650Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7769970Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:35.7771310Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-05-15T23:25:35.7772640Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:35.7773980Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld128.c.o 2024-05-15T23:25:35.7775290Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:35.7776740Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:38.8525490Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:38.8529810Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:38.8579340Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:38.8583120Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-05-15T23:25:38.8586950Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-05-15T23:25:38.8590800Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld64.c.o 2024-05-15T23:25:38.8595340Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld128.c.o 2024-05-15T23:25:38.8599080Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:38.8602750Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:38.8607310Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8611110Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8614700Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-05-15T23:25:38.8618350Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-05-15T23:25:38.8621970Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-05-15T23:25:38.8625600Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-05-15T23:25:38.8630820Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8634450Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-05-15T23:25:38.8638080Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-05-15T23:25:38.8641720Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-05-15T23:25:38.8645310Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8649360Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8652990Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8656660Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8660340Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8663990Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8667990Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-05-15T23:25:38.8671850Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-05-15T23:25:38.8675510Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-05-15T23:25:38.8679010Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-05-15T23:25:38.8680510Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8682280Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-05-15T23:25:38.8683630Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-05-15T23:25:38.8684930Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-05-15T23:25:38.8686220Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8687490Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8688810Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8690130Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8691460Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8692770Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8694080Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8695390Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8697100Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8698400Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8699720Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8701030Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8702340Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8703640Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8704940Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8706260Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8707570Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8709000Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8710330Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-05-15T23:25:38.8711640Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-05-15T23:25:38.8712960Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-05-15T23:25:38.8714270Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-05-15T23:25:38.8715570Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8716870Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-05-15T23:25:38.8718180Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-05-15T23:25:38.8719480Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-05-15T23:25:38.8720770Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8722050Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8723480Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8724810Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8726130Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8727460Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8728760Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-05-15T23:25:38.8730080Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-05-15T23:25:38.8731390Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-05-15T23:25:38.8732700Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-05-15T23:25:38.8734000Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8735300Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-05-15T23:25:38.8736720Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-05-15T23:25:38.8738060Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-05-15T23:25:38.8739350Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8740640Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neon-mlal.c.o 2024-05-15T23:25:38.8741930Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8743260Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8744610Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8745930Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8747250Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8748570Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8749890Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8751320Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8752640Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8760520Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8761920Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8763240Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8764580Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-05-15T23:25:38.8765910Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:38.8767140Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-neon.c.o 2024-05-15T23:25:38.8768310Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-neon.c.o 2024-05-15T23:25:38.8769650Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-neon.c.o 2024-05-15T23:25:38.8770860Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-neon-mull.c.o 2024-05-15T23:25:38.8772010Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u8.c.o 2024-05-15T23:25:38.8773180Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-neon-qdmulh.c.o 2024-05-15T23:25:38.8774340Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2024-05-15T23:25:41.5900430Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u24.c.o 2024-05-15T23:25:41.5904330Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2024-05-15T23:25:41.5907790Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u16.c.o 2024-05-15T23:25:41.5911340Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u32.c.o 2024-05-15T23:25:41.5915050Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u8.c.o 2024-05-15T23:25:41.5918760Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2024-05-15T23:25:41.5922200Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u24.c.o 2024-05-15T23:25:41.5931120Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2024-05-15T23:25:41.5934760Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u16.c.o 2024-05-15T23:25:41.5938540Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u32.c.o 2024-05-15T23:25:41.5941640Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u8.c.o 2024-05-15T23:25:41.5944480Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u16.c.o 2024-05-15T23:25:41.5947290Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2024-05-15T23:25:41.5968130Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u8.c.o 2024-05-15T23:25:41.5969430Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u16.c.o 2024-05-15T23:25:41.5970510Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u32.c.o 2024-05-15T23:25:41.5971560Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u8.c.o 2024-05-15T23:25:41.5972600Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u16.c.o 2024-05-15T23:25:41.5973640Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2024-05-15T23:25:41.5975060Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-05-15T23:25:41.5976250Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-05-15T23:25:41.5977410Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-05-15T23:25:41.5978570Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-05-15T23:25:41.5979730Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-05-15T23:25:41.5980900Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-05-15T23:25:41.5982070Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-05-15T23:25:41.5983230Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-05-15T23:25:41.5984400Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-05-15T23:25:41.5985580Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-05-15T23:25:41.5986750Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-05-15T23:25:41.5987940Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-05-15T23:25:41.5989240Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u8.c.o 2024-05-15T23:25:41.5990310Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u16.c.o 2024-05-15T23:25:41.5991390Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u32.c.o 2024-05-15T23:25:41.5992500Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2024-05-15T23:25:41.5993650Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2024-05-15T23:25:41.5994870Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.5996150Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.5997440Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.5998720Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.5999990Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6001360Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6002670Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6003960Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6005240Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6006520Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6007830Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6009110Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6010380Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6011650Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6012930Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6014210Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6015610Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6016900Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6018170Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6019440Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6020710Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6022000Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6023300Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6024600Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6025900Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6027180Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6028570Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6029860Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6031080Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6040420Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6041660Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6042890Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6044110Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6045320Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6046530Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6047750Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6048950Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6050160Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6051660Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6052900Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6054120Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6055340Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6056570Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-05-15T23:25:41.6057790Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul8.c.o 2024-05-15T23:25:41.6059020Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-05-15T23:25:41.6060160Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u8.c.o 2024-05-15T23:25:41.6061220Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u16.c.o 2024-05-15T23:25:41.6062280Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u24.c.o 2024-05-15T23:25:41.6063430Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2024-05-15T23:25:41.6064590Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c8.c.o 2024-05-15T23:25:41.6065810Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c16.c.o 2024-05-15T23:25:41.6067060Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c24.c.o 2024-05-15T23:25:41.6068330Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c32.c.o 2024-05-15T23:25:41.6069560Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c8.c.o 2024-05-15T23:25:41.6070810Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c16.c.o 2024-05-15T23:25:41.6072050Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c24.c.o 2024-05-15T23:25:41.6073280Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c32.c.o 2024-05-15T23:25:41.6074500Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c8.c.o 2024-05-15T23:25:41.6076030Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c16.c.o 2024-05-15T23:25:41.6077280Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c24.c.o 2024-05-15T23:25:41.6078630Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c32.c.o 2024-05-15T23:25:41.6079830Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c8.c.o 2024-05-15T23:25:41.6081040Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c16.c.o 2024-05-15T23:25:41.6082250Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c32.c.o 2024-05-15T23:25:41.6083470Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c24.c.o 2024-05-15T23:25:41.6084680Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:41.6085870Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:41.6087070Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:44.3944090Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3947980Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3952610Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3956410Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3960720Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3964200Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:44.3967590Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3971030Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:44.3975830Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3977100Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3978340Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3979570Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:44.3980790Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3982010Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:44.3983540Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3984760Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3985980Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3987200Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3988420Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3989640Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:44.3990850Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3992070Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-05-15T23:25:44.3993290Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3994510Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3995960Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2024-05-15T23:25:44.3997170Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-neon.c.o 2024-05-15T23:25:44.3998340Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-neon.c.o 2024-05-15T23:25:44.3999510Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-neon.c.o 2024-05-15T23:25:44.4000640Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u8.c.o 2024-05-15T23:25:44.4001750Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2024-05-15T23:25:44.4002860Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2024-05-15T23:25:44.4003970Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld128-u16.c.o 2024-05-15T23:25:44.4005090Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u8.c.o 2024-05-15T23:25:44.4006210Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2024-05-15T23:25:44.4007320Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2024-05-15T23:25:44.4008440Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld128-u16.c.o 2024-05-15T23:25:44.4019930Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u16.c.o 2024-05-15T23:25:44.4020990Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u8.c.o 2024-05-15T23:25:44.4022000Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2024-05-15T23:25:44.4023040Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u8.c.o 2024-05-15T23:25:44.4024100Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u32.c.o 2024-05-15T23:25:44.4025170Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u16.c.o 2024-05-15T23:25:44.4026220Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u8.c.o 2024-05-15T23:25:44.4027250Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u16.c.o 2024-05-15T23:25:44.4028280Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2024-05-15T23:25:44.4029370Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-05-15T23:25:44.4030520Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-05-15T23:25:44.4031970Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-05-15T23:25:44.4033180Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-05-15T23:25:44.4034340Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-05-15T23:25:44.4035510Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-05-15T23:25:44.4036680Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-05-15T23:25:44.4038370Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-05-15T23:25:44.4039550Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-05-15T23:25:44.4040730Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-05-15T23:25:44.4041920Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-05-15T23:25:44.4043110Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-05-15T23:25:44.4044230Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2024-05-15T23:25:44.4045310Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2024-05-15T23:25:44.4046660Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-2p2x-minmax-neon-c16.c.o 2024-05-15T23:25:44.4047770Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-4p3x-minmax-neon-c16.c.o 2024-05-15T23:25:44.4048880Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2024-05-15T23:25:44.4049920Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2024-05-15T23:25:44.4050940Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x8.c.o 2024-05-15T23:25:44.4051980Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x16.c.o 2024-05-15T23:25:44.4053030Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x24.c.o 2024-05-15T23:25:44.4054070Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x32.c.o 2024-05-15T23:25:44.4055090Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u8.c.o 2024-05-15T23:25:44.4056110Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u24.c.o 2024-05-15T23:25:44.4057130Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u16.c.o 2024-05-15T23:25:44.4058240Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u32.c.o 2024-05-15T23:25:44.4059330Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u8.c.o 2024-05-15T23:25:44.4060420Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u16.c.o 2024-05-15T23:25:44.4061510Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u24.c.o 2024-05-15T23:25:44.4062600Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u32.c.o 2024-05-15T23:25:44.4063680Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u8.c.o 2024-05-15T23:25:44.4064770Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u16.c.o 2024-05-15T23:25:44.4065860Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u24.c.o 2024-05-15T23:25:44.4066950Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u32.c.o 2024-05-15T23:25:44.4068010Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2024-05-15T23:25:44.4069070Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2024-05-15T23:25:44.4070150Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2024-05-15T23:25:44.4071180Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2024-05-15T23:25:44.4072230Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2024-05-15T23:25:44.4073380Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-neon-x1.c.o 2024-05-15T23:25:44.4074680Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-neon-x2.c.o 2024-05-15T23:25:44.4075930Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-mov-zip-neon.c.o 2024-05-15T23:25:44.4077140Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-dec-zip-neon.c.o 2024-05-15T23:25:44.4078370Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-switch-zip-neon.c.o 2024-05-15T23:25:44.4079600Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-dec-zip-neon.c.o 2024-05-15T23:25:44.4080810Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-mov-zip-neon.c.o 2024-05-15T23:25:44.4082020Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-multi-zip-neon.c.o 2024-05-15T23:25:44.4083250Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-switch-zip-neon.c.o 2024-05-15T23:25:44.4084780Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2024-05-15T23:25:44.4086070Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-zip-neon.c.o 2024-05-15T23:25:44.4087310Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-zip-neon.c.o 2024-05-15T23:25:44.4088400Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-neon.c.o 2024-05-15T23:25:44.4089320Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-neon.c.o 2024-05-15T23:25:44.4090250Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-neon.c.o 2024-05-15T23:25:44.4091170Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-neon.c.o 2024-05-15T23:25:44.4092260Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-05-15T23:25:44.4093490Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2024-05-15T23:25:44.4094700Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-05-15T23:25:44.4095900Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2024-05-15T23:25:44.4097130Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12-prfm.c.o 2024-05-15T23:25:44.4098370Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16-prfm.c.o 2024-05-15T23:25:44.4099750Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12.c.o 2024-05-15T23:25:44.4100950Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16.c.o 2024-05-15T23:25:46.7828690Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-05-15T23:25:46.7832020Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2024-05-15T23:25:46.7835590Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-05-15T23:25:46.7839010Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2024-05-15T23:25:46.7842430Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12-prfm.c.o 2024-05-15T23:25:46.7845870Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12.c.o 2024-05-15T23:25:46.7866230Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16-prfm.c.o 2024-05-15T23:25:46.7869720Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16.c.o 2024-05-15T23:25:46.7874420Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-dec-zip-neon.c.o 2024-05-15T23:25:46.7878040Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-mov-zip-neon.c.o 2024-05-15T23:25:46.7881530Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-multi-zip-neon.c.o 2024-05-15T23:25:46.7885840Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-switch-zip-neon.c.o 2024-05-15T23:25:46.7889390Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-dec-zip-neon.c.o 2024-05-15T23:25:46.7893520Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-mov-zip-neon.c.o 2024-05-15T23:25:46.7895060Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-multi-zip-neon.c.o 2024-05-15T23:25:46.7896350Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-switch-zip-neon.c.o 2024-05-15T23:25:46.7897620Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-dec-zip-neon.c.o 2024-05-15T23:25:46.7898880Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-zip-neon.c.o 2024-05-15T23:25:46.7900160Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-zip-neon.c.o 2024-05-15T23:25:46.7901830Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2024-05-15T23:25:46.7903070Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-zip-neon.c.o 2024-05-15T23:25:46.7904320Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-zip-neon.c.o 2024-05-15T23:25:46.7905570Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-zip-neon.c.o 2024-05-15T23:25:46.7906760Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2024-05-15T23:25:46.7907950Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2024-05-15T23:25:46.7909170Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2.c.o 2024-05-15T23:25:46.7910380Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-05-15T23:25:46.7911590Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2024-05-15T23:25:46.7912810Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-05-15T23:25:46.7914160Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2024-05-15T23:25:46.7915410Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-05-15T23:25:46.7916640Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4.c.o 2024-05-15T23:25:46.7917870Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-05-15T23:25:46.7919090Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8.c.o 2024-05-15T23:25:46.7920310Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-05-15T23:25:46.7921540Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4.c.o 2024-05-15T23:25:46.7922760Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-05-15T23:25:46.7923970Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8.c.o 2024-05-15T23:25:46.7925190Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-05-15T23:25:46.7926410Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2024-05-15T23:25:46.7927620Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-05-15T23:25:46.7929010Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2024-05-15T23:25:46.7930210Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4-prfm.c.o 2024-05-15T23:25:46.7931310Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4.c.o 2024-05-15T23:25:46.7932410Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8-prfm.c.o 2024-05-15T23:25:46.7933500Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8.c.o 2024-05-15T23:25:46.7934590Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4-prfm.c.o 2024-05-15T23:25:46.7935690Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4.c.o 2024-05-15T23:25:46.7936780Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8-prfm.c.o 2024-05-15T23:25:46.7937860Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8.c.o 2024-05-15T23:25:46.7939000Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-dec-zip-neon.c.o 2024-05-15T23:25:46.7940350Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-mov-zip-neon.c.o 2024-05-15T23:25:46.7941610Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-multi-zip-neon.c.o 2024-05-15T23:25:46.7942860Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-switch-zip-neon.c.o 2024-05-15T23:25:46.7944090Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-dec-zip-neon.c.o 2024-05-15T23:25:46.7945330Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-multi-zip-neon.c.o 2024-05-15T23:25:46.7946560Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-mov-zip-neon.c.o 2024-05-15T23:25:46.7947810Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-switch-zip-neon.c.o 2024-05-15T23:25:46.7949060Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-dec-zip-neon.c.o 2024-05-15T23:25:46.7950280Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-zip-neon.c.o 2024-05-15T23:25:46.7951520Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-zip-neon.c.o 2024-05-15T23:25:46.7952770Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-zip-neon.c.o 2024-05-15T23:25:46.7954040Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2024-05-15T23:25:46.7955390Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-zip-neon.c.o 2024-05-15T23:25:46.7956630Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-zip-neon.c.o 2024-05-15T23:25:46.7957730Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-neon.c.o 2024-05-15T23:25:46.7958850Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-zip-neon.c.o 2024-05-15T23:25:46.7959940Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-neon.c.o 2024-05-15T23:25:46.7960890Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-neon.c.o 2024-05-15T23:25:46.7961830Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-neon.c.o 2024-05-15T23:25:46.7962760Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-neon.c.o 2024-05-15T23:25:46.7963840Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2024-05-15T23:25:46.7965070Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-zip-neon.c.o 2024-05-15T23:25:46.7966320Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-zip-neon.c.o 2024-05-15T23:25:46.7967740Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-zip-neon.c.o 2024-05-15T23:25:46.7969020Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2024-05-15T23:25:46.7970270Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-zip-neon.c.o 2024-05-15T23:25:46.7971520Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-zip-neon.c.o 2024-05-15T23:25:46.7972770Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-zip-neon.c.o 2024-05-15T23:25:46.7973870Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-neon-u64.c.o 2024-05-15T23:25:46.7974850Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2024-05-15T23:25:46.7975890Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u8.c.o 2024-05-15T23:25:46.7976980Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2024-05-15T23:25:46.7978110Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u4.c.o 2024-05-15T23:25:46.7979240Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u8.c.o 2024-05-15T23:25:46.7980410Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u16-acc2.c.o 2024-05-15T23:25:46.7981940Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u24-acc3.c.o 2024-05-15T23:25:46.7983130Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u32-acc2.c.o 2024-05-15T23:25:46.7984310Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u32-acc4.c.o 2024-05-15T23:25:46.7985450Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2024-05-15T23:25:46.7986540Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u8.c.o 2024-05-15T23:25:46.7994220Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-neonfp16.c.o 2024-05-15T23:25:46.7995200Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-neonfp16.c.o 2024-05-15T23:25:46.7996280Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-shland.c.o 2024-05-15T23:25:46.7997460Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-zip.c.o 2024-05-15T23:25:46.7998630Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-shland.c.o 2024-05-15T23:25:46.8000010Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-zip.c.o 2024-05-15T23:25:46.8001190Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-shland.c.o 2024-05-15T23:25:46.8002360Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-zip.c.o 2024-05-15T23:25:46.8008500Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-shland.c.o 2024-05-15T23:25:46.8011830Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-zip.c.o 2024-05-15T23:25:46.8015120Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-shland.c.o 2024-05-15T23:25:46.8018420Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-zip.c.o 2024-05-15T23:25:46.8021700Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9645700Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma.c.o 2024-05-15T23:25:48.9713010Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9733800Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2024-05-15T23:25:48.9742070Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma.c.o 2024-05-15T23:25:48.9753230Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9758120Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9762020Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma.c.o 2024-05-15T23:25:48.9765610Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9769180Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2024-05-15T23:25:48.9772760Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9777710Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma.c.o 2024-05-15T23:25:48.9781410Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9785090Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma.c.o 2024-05-15T23:25:48.9788760Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9792310Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9797000Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma.c.o 2024-05-15T23:25:48.9809850Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma.c.o 2024-05-15T23:25:48.9813640Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9817370Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma.c.o 2024-05-15T23:25:48.9821300Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9825060Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma.c.o 2024-05-15T23:25:48.9828530Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9831950Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma.c.o 2024-05-15T23:25:48.9835330Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9838540Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma.c.o 2024-05-15T23:25:48.9841750Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9853180Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2024-05-15T23:25:48.9854820Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9856000Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma.c.o 2024-05-15T23:25:48.9857180Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9858360Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma.c.o 2024-05-15T23:25:48.9859570Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9860770Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma-acc2.c.o 2024-05-15T23:25:48.9861940Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma.c.o 2024-05-15T23:25:48.9863090Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma.c.o 2024-05-15T23:25:48.9864250Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9865380Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9866960Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9868320Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-05-15T23:25:48.9869480Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9870640Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-05-15T23:25:48.9871820Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9872950Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9874070Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9875240Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9876430Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9877620Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9878840Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld128.c.o 2024-05-15T23:25:48.9880030Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9881390Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9882620Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld128.c.o 2024-05-15T23:25:48.9883800Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9884940Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9886100Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p4.c.o 2024-05-15T23:25:48.9887290Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2024-05-15T23:25:48.9888480Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p16.c.o 2024-05-15T23:25:48.9889630Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c4.c.o 2024-05-15T23:25:48.9890730Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2024-05-15T23:25:48.9891880Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9893240Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9894440Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9902450Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-05-15T23:25:48.9903610Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9904770Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9905960Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-05-15T23:25:48.9907140Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9908260Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9909450Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9910690Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9911940Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9913190Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9914710Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9915930Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9917140Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9918350Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-05-15T23:25:48.9919560Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-neonfma.c.o 2024-05-15T23:25:48.9920870Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u4.c.o 2024-05-15T23:25:48.9922330Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8-acc2.c.o 2024-05-15T23:25:48.9923770Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8.c.o 2024-05-15T23:25:48.9925220Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12-acc2.c.o 2024-05-15T23:25:48.9926680Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12-acc3.c.o 2024-05-15T23:25:48.9928340Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12.c.o 2024-05-15T23:25:48.9929790Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc4.c.o 2024-05-15T23:25:48.9931260Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2024-05-15T23:25:48.9932720Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16.c.o 2024-05-15T23:25:48.9934150Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20-acc2.c.o 2024-05-15T23:25:48.9935620Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20-acc5.c.o 2024-05-15T23:25:48.9937070Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20.c.o 2024-05-15T23:25:48.9938490Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8-acc2.c.o 2024-05-15T23:25:48.9939890Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u4.c.o 2024-05-15T23:25:48.9941260Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8.c.o 2024-05-15T23:25:48.9942810Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12-acc2.c.o 2024-05-15T23:25:48.9944220Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12-acc3.c.o 2024-05-15T23:25:48.9945630Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12.c.o 2024-05-15T23:25:48.9947030Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc2.c.o 2024-05-15T23:25:48.9948440Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc4.c.o 2024-05-15T23:25:48.9949850Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16.c.o 2024-05-15T23:25:48.9951260Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20-acc2.c.o 2024-05-15T23:25:48.9952730Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20.c.o 2024-05-15T23:25:48.9954140Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20-acc5.c.o 2024-05-15T23:25:51.0199760Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-pipelined.c.o 2024-05-15T23:25:51.0208280Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-x2.c.o 2024-05-15T23:25:51.0216850Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma.c.o 2024-05-15T23:25:51.0227800Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-pipelined.c.o 2024-05-15T23:25:51.0231120Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-x2.c.o 2024-05-15T23:25:51.0234250Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma.c.o 2024-05-15T23:25:51.0237630Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neonfma.c.o 2024-05-15T23:25:51.0265030Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-pipelined.c.o 2024-05-15T23:25:51.0269480Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma.c.o 2024-05-15T23:25:51.0272770Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-x2.c.o 2024-05-15T23:25:51.0276070Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2024-05-15T23:25:51.0279360Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-x2.c.o 2024-05-15T23:25:51.0283400Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma.c.o 2024-05-15T23:25:51.0286580Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u4.c.o 2024-05-15T23:25:51.0289810Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u8.c.o 2024-05-15T23:25:51.0291010Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u12.c.o 2024-05-15T23:25:51.0292160Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2024-05-15T23:25:51.0293320Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u20.c.o 2024-05-15T23:25:51.0294470Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u24.c.o 2024-05-15T23:25:51.0295580Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u4.c.o 2024-05-15T23:25:51.0296650Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2024-05-15T23:25:51.0297730Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u12.c.o 2024-05-15T23:25:51.0298830Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u16.c.o 2024-05-15T23:25:51.0300210Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u24.c.o 2024-05-15T23:25:51.0301310Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u20.c.o 2024-05-15T23:25:51.0302440Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2024-05-15T23:25:51.0303640Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neonfma-2x.c.o 2024-05-15T23:25:51.0304900Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u8.c.o 2024-05-15T23:25:51.0306220Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u4.c.o 2024-05-15T23:25:51.0307560Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u12.c.o 2024-05-15T23:25:51.0308880Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u16.c.o 2024-05-15T23:25:51.0310200Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u20.c.o 2024-05-15T23:25:51.0311510Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u24.c.o 2024-05-15T23:25:51.0312810Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u4.c.o 2024-05-15T23:25:51.0314090Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u12.c.o 2024-05-15T23:25:51.0315570Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u8.c.o 2024-05-15T23:25:51.0318050Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u16.c.o 2024-05-15T23:25:51.0325610Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u20.c.o 2024-05-15T23:25:51.0326900Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u24.c.o 2024-05-15T23:25:51.0328190Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u4.c.o 2024-05-15T23:25:51.0329480Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u8.c.o 2024-05-15T23:25:51.0330770Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u12.c.o 2024-05-15T23:25:51.0332060Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2024-05-15T23:25:51.0333350Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u20.c.o 2024-05-15T23:25:51.0334870Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u24.c.o 2024-05-15T23:25:51.0336200Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u4.c.o 2024-05-15T23:25:51.0337540Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u8.c.o 2024-05-15T23:25:51.0338890Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u12.c.o 2024-05-15T23:25:51.0340230Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u16.c.o 2024-05-15T23:25:51.0341570Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u20.c.o 2024-05-15T23:25:51.0342920Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u24.c.o 2024-05-15T23:25:51.0344230Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u4.c.o 2024-05-15T23:25:51.0345510Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u8.c.o 2024-05-15T23:25:51.0346790Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u12.c.o 2024-05-15T23:25:51.0348080Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u16.c.o 2024-05-15T23:25:51.0349580Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u20.c.o 2024-05-15T23:25:51.0350860Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u24.c.o 2024-05-15T23:25:51.0352150Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u8.c.o 2024-05-15T23:25:51.0353460Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u4.c.o 2024-05-15T23:25:51.0354760Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u12.c.o 2024-05-15T23:25:51.0356080Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u16.c.o 2024-05-15T23:25:51.0357390Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u20.c.o 2024-05-15T23:25:51.0361730Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u24.c.o 2024-05-15T23:25:51.0365410Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u4.c.o 2024-05-15T23:25:51.0369000Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u8.c.o 2024-05-15T23:25:51.0373700Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u12.c.o 2024-05-15T23:25:51.0377410Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u16.c.o 2024-05-15T23:25:51.0380990Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u20.c.o 2024-05-15T23:25:51.0384570Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u24.c.o 2024-05-15T23:25:51.0388070Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u4.c.o 2024-05-15T23:25:51.0417880Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u8.c.o 2024-05-15T23:25:51.0419410Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u12.c.o 2024-05-15T23:25:51.0420660Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u16.c.o 2024-05-15T23:25:51.0421880Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u24.c.o 2024-05-15T23:25:51.0423100Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u20.c.o 2024-05-15T23:25:51.0424330Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u4.c.o 2024-05-15T23:25:51.0426070Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u8.c.o 2024-05-15T23:25:51.0427310Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u12.c.o 2024-05-15T23:25:51.0428550Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u16.c.o 2024-05-15T23:25:51.0429780Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u20.c.o 2024-05-15T23:25:51.0431010Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u24.c.o 2024-05-15T23:25:51.0432230Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr1rsqrts1fma1adj-u4.c.o 2024-05-15T23:25:51.0433450Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr1rsqrts1fma1adj-u8.c.o 2024-05-15T23:25:51.0434660Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr1rsqrts1fma1adj-u16.c.o 2024-05-15T23:25:51.0435840Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr2fma1adj-u4.c.o 2024-05-15T23:25:51.0436980Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr2fma1adj-u8.c.o 2024-05-15T23:25:51.0438330Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr2fma1adj-u16.c.o 2024-05-15T23:25:51.0439690Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u4.c.o 2024-05-15T23:25:51.0441120Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u8.c.o 2024-05-15T23:25:51.0442560Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u12.c.o 2024-05-15T23:25:51.0443960Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u4.c.o 2024-05-15T23:25:51.0445370Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u16.c.o 2024-05-15T23:25:51.0446770Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u8.c.o 2024-05-15T23:25:51.0448130Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u12.c.o 2024-05-15T23:25:51.0449500Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u16.c.o 2024-05-15T23:25:51.0450850Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u4.c.o 2024-05-15T23:25:51.0452230Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u8.c.o 2024-05-15T23:25:51.0453840Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u12.c.o 2024-05-15T23:25:51.0455210Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u16.c.o 2024-05-15T23:25:51.0456540Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u4.c.o 2024-05-15T23:25:53.6069230Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u8.c.o 2024-05-15T23:25:53.6073310Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u12.c.o 2024-05-15T23:25:53.6077160Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u16.c.o 2024-05-15T23:25:53.6094650Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u4.c.o 2024-05-15T23:25:53.6103990Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u8.c.o 2024-05-15T23:25:53.6140240Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u12.c.o 2024-05-15T23:25:53.6144590Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u16.c.o 2024-05-15T23:25:53.6149520Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-neonfma-rr2-lut64-p2.c.o 2024-05-15T23:25:53.6152740Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-neonfma-rr2-p5.c.o 2024-05-15T23:25:53.6156010Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neonfma-rr1-lut16-p3.c.o 2024-05-15T23:25:53.6159340Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neonfma-rr1-p6.c.o 2024-05-15T23:25:53.6162570Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-neonfma-rr2-lut64-p2.c.o 2024-05-15T23:25:53.6173790Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-neonfma-rr2-lut2048-p1.c.o 2024-05-15T23:25:53.6174920Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-neonfma-rr2-p5.c.o 2024-05-15T23:25:53.6176070Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut64-p2-nr1recps1fma.c.o 2024-05-15T23:25:53.6177250Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut64-p2-nr2fma.c.o 2024-05-15T23:25:53.6178410Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut64-p2-nr2recps.c.o 2024-05-15T23:25:53.6179570Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut2048-p1-nr2fma.c.o 2024-05-15T23:25:53.6180760Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma.c.o 2024-05-15T23:25:53.6182280Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut2048-p1-nr2recps.c.o 2024-05-15T23:25:53.6183440Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-p5-nr1recps1fma.c.o 2024-05-15T23:25:53.6184540Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-p5-nr2fma.c.o 2024-05-15T23:25:53.6185630Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-p5-nr2recps.c.o 2024-05-15T23:25:53.6186780Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr1recps1fma.c.o 2024-05-15T23:25:53.6187940Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr2fma.c.o 2024-05-15T23:25:53.6189090Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr2recps.c.o 2024-05-15T23:25:53.6190270Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut2048-p1-nr1recps1fma.c.o 2024-05-15T23:25:53.6191450Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut2048-p1-nr2fma.c.o 2024-05-15T23:25:53.6192610Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut2048-p1-nr2recps.c.o 2024-05-15T23:25:53.6193770Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-p5-nr1recps1fma.c.o 2024-05-15T23:25:53.6195320Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-p5-nr2fma.c.o 2024-05-15T23:25:53.6196460Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-p5-nr2recps.c.o 2024-05-15T23:25:53.6197500Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr1fma.c.o 2024-05-15T23:25:53.6198550Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr1rsqrts1fma1adj.c.o 2024-05-15T23:25:53.6199600Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr2fma1adj.c.o 2024-05-15T23:25:53.6200610Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr3fma.c.o 2024-05-15T23:25:53.6201590Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr2fma.c.o 2024-05-15T23:25:53.6202740Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h2ts-nr2fma.c.o 2024-05-15T23:25:53.6204070Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h2ts-nr1recps1fma.c.o 2024-05-15T23:25:53.6205410Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h2ts-nr2recps.c.o 2024-05-15T23:25:53.6206740Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr1recps1fma.c.o 2024-05-15T23:25:53.6208100Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr1recps1fmaadj.c.o 2024-05-15T23:25:53.6209650Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2fma.c.o 2024-05-15T23:25:53.6210950Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2fmaadj.c.o 2024-05-15T23:25:53.6212260Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2recps.c.o 2024-05-15T23:25:53.6213580Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2recpsadj.c.o 2024-05-15T23:25:53.6214900Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma.c.o 2024-05-15T23:25:53.6216210Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fmaadj.c.o 2024-05-15T23:25:53.6217500Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma.c.o 2024-05-15T23:25:53.6218740Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2fmaadj.c.o 2024-05-15T23:25:53.6220000Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps.c.o 2024-05-15T23:25:53.6221270Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2recpsadj.c.o 2024-05-15T23:25:53.6222530Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u8.c.o 2024-05-15T23:25:53.6223630Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u16.c.o 2024-05-15T23:25:53.6224710Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u24.c.o 2024-05-15T23:25:53.6225790Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2024-05-15T23:25:53.6226860Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u8.c.o 2024-05-15T23:25:53.6227930Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u16.c.o 2024-05-15T23:25:53.6229000Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u24.c.o 2024-05-15T23:25:53.6230080Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2024-05-15T23:25:53.6231120Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u4.c.o 2024-05-15T23:25:53.6232150Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u4.c.o 2024-05-15T23:25:53.6233180Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2024-05-15T23:25:53.6234180Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2024-05-15T23:25:53.6235200Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u4.c.o 2024-05-15T23:25:53.6236360Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2024-05-15T23:25:53.6237380Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2024-05-15T23:25:53.6238390Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u4.c.o 2024-05-15T23:25:53.6239360Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qs8-cvt-neonv8.c.o 2024-05-15T23:25:53.6240310Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qu8-cvt-neonv8.c.o 2024-05-15T23:25:53.6241250Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-neonv8.c.o 2024-05-15T23:25:53.6242200Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-neonv8.c.o 2024-05-15T23:25:53.6243140Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-neonv8.c.o 2024-05-15T23:25:53.6244070Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-neonv8.c.o 2024-05-15T23:25:53.6245190Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6246500Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6247880Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6249190Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6250480Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6251770Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6253050Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6254340Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6255640Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6256900Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6258140Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6259370Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6260610Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6262000Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6263230Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6264460Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c8.c.o 2024-05-15T23:25:53.6265700Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c16.c.o 2024-05-15T23:25:53.6266940Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c24.c.o 2024-05-15T23:25:53.6268170Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c8.c.o 2024-05-15T23:25:53.6269400Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c32.c.o 2024-05-15T23:25:53.6270620Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c16.c.o 2024-05-15T23:25:53.6271850Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c24.c.o 2024-05-15T23:25:53.6273070Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c32.c.o 2024-05-15T23:25:53.6287770Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:53.6289210Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:53.6290610Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-05-15T23:25:53.6292020Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:53.6293430Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:53.6294870Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:53.6296290Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:53.6297710Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2024-05-15T23:25:56.1267770Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:56.1272630Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2024-05-15T23:25:56.1277290Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1282070Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1286520Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:56.1291580Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:56.1297060Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1301350Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:56.1305730Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2024-05-15T23:25:56.1310080Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:56.1314390Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2024-05-15T23:25:56.1318900Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1324760Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1330850Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:56.1335080Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1352410Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:56.1357150Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:56.1362250Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2024-05-15T23:25:56.1431240Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:56.1437800Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2024-05-15T23:25:56.1442190Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1446330Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1451350Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:56.1455130Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:56.1458890Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1465430Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:56.1466830Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:56.1468230Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-05-15T23:25:56.1469600Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld128.c.o 2024-05-15T23:25:56.1470960Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1472270Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1473610Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:56.1475230Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:56.1476600Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1478020Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-05-15T23:25:56.1479390Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-05-15T23:25:56.1480760Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-05-15T23:25:56.1482110Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1483460Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld128.c.o 2024-05-15T23:25:56.1484810Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:56.1486140Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1487480Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-05-15T23:25:56.1488810Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1490260Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-05-15T23:25:56.1491570Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-05-15T23:25:56.1492900Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-05-15T23:25:56.1494210Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:56.1495530Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-05-15T23:25:56.1496860Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-05-15T23:25:56.1498180Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-05-15T23:25:56.1499490Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:56.1500780Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:56.1502180Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1503540Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1504870Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1506210Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-05-15T23:25:56.1507520Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1508840Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-05-15T23:25:56.1510160Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-05-15T23:25:56.1511480Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-05-15T23:25:56.1512780Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:56.1514070Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-05-15T23:25:56.1515400Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-05-15T23:25:56.1516820Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-05-15T23:25:56.1518110Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:56.1519390Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:56.1520700Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1522040Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1529870Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1531200Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1532530Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1533870Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1535220Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1536710Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1538050Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1539380Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1540710Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1542040Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1543400Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1544740Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1546790Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:56.1550930Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:56.1554640Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-05-15T23:25:56.1558390Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-05-15T23:25:56.1565450Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-05-15T23:25:56.1567000Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-05-15T23:25:56.1568350Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:56.1569680Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-05-15T23:25:56.1571020Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-05-15T23:25:56.1572360Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-05-15T23:25:56.1573670Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:56.1574960Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:56.1576300Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:58.0165680Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0170100Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:58.0174180Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0178890Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-05-15T23:25:58.0182760Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-05-15T23:25:58.0187250Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-05-15T23:25:58.0191100Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-05-15T23:25:58.0194840Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:58.0198120Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-05-15T23:25:58.0199710Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-05-15T23:25:58.0201100Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-05-15T23:25:58.0202760Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:58.0204070Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neonv8-mlal.c.o 2024-05-15T23:25:58.0205420Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:58.0206780Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0208150Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:58.0209580Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:58.0210950Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0212280Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0213660Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:58.0215130Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0216510Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:58.0217860Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0219200Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:58.0220540Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0221880Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-05-15T23:25:58.0223220Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0224460Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-05-15T23:25:58.0225630Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-05-15T23:25:58.0226800Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-05-15T23:25:58.0227980Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-05-15T23:25:58.0229160Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-05-15T23:25:58.0230520Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-05-15T23:25:58.0231780Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0233090Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0234400Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0235690Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0237010Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0238300Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0239590Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0240880Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0242240Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0243520Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0244740Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0245970Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0247190Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0248420Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0249650Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-05-15T23:25:58.0250890Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c8.c.o 2024-05-15T23:25:58.0258710Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c16.c.o 2024-05-15T23:25:58.0259960Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c24.c.o 2024-05-15T23:25:58.0261190Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c32.c.o 2024-05-15T23:25:58.0262430Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c8.c.o 2024-05-15T23:25:58.0263870Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c16.c.o 2024-05-15T23:25:58.0265090Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c24.c.o 2024-05-15T23:25:58.0266310Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c32.c.o 2024-05-15T23:25:58.0267530Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0268750Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0269970Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0271210Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-05-15T23:25:58.0272400Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-05-15T23:25:58.0273570Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-05-15T23:25:58.0274740Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-05-15T23:25:58.0275990Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-05-15T23:25:58.0277190Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-05-15T23:25:58.0278380Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-05-15T23:25:58.0279550Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-aarch64-neon-u4.c.o 2024-05-15T23:25:58.0280700Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-aarch64-neon-u4.c.o 2024-05-15T23:25:58.0281860Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-aarch64-neon-u8.c.o 2024-05-15T23:25:58.0283010Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-aarch64-neon-u8.c.o 2024-05-15T23:25:58.0284160Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-aarch64-neon-u4.c.o 2024-05-15T23:25:58.0285320Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-aarch64-neon-u8.c.o 2024-05-15T23:25:58.0286450Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2024-05-15T23:25:58.0287570Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u8.c.o 2024-05-15T23:25:58.0288700Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u16.c.o 2024-05-15T23:25:58.0289880Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u16.c.o 2024-05-15T23:25:58.0291000Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u32.c.o 2024-05-15T23:25:58.0292110Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u48.c.o 2024-05-15T23:25:58.0293220Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2024-05-15T23:25:58.0294380Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2024-05-15T23:25:58.0295600Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2024-05-15T23:25:58.0296880Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2024-05-15T23:25:58.0298210Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x1.c.o 2024-05-15T23:25:58.0299510Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x2.c.o 2024-05-15T23:25:58.0300800Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x1.c.o 2024-05-15T23:25:58.0302190Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x2.c.o 2024-05-15T23:25:58.0303530Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x1.c.o 2024-05-15T23:25:58.0304800Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2024-05-15T23:25:58.0306060Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x1.c.o 2024-05-15T23:25:58.0307320Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x2.c.o 2024-05-15T23:25:58.0308660Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-05-15T23:25:58.0310060Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-05-15T23:25:58.0311460Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-05-15T23:25:58.0312850Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-05-15T23:25:58.0314210Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4.c.o 2024-05-15T23:25:58.0315560Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4.c.o 2024-05-15T23:25:58.0317050Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2024-05-15T23:25:58.0318390Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-4x4.c.o 2024-05-15T23:25:59.8492110Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-5x4.c.o 2024-05-15T23:25:59.8496060Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-6x4.c.o 2024-05-15T23:25:59.8500510Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-05-15T23:25:59.8504700Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-05-15T23:25:59.8518370Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-05-15T23:25:59.8551750Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4.c.o 2024-05-15T23:25:59.8556030Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-05-15T23:25:59.8560590Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4.c.o 2024-05-15T23:25:59.8564700Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-3x4.c.o 2024-05-15T23:25:59.8609120Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-4x4.c.o 2024-05-15T23:25:59.8610590Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-05-15T23:25:59.8612020Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-05-15T23:25:59.8613450Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-05-15T23:25:59.8614870Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc5.c.o 2024-05-15T23:25:59.8616250Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4.c.o 2024-05-15T23:25:59.8617640Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-05-15T23:25:59.8619040Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc3.c.o 2024-05-15T23:25:59.8620420Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4.c.o 2024-05-15T23:25:59.8622100Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4-acc2.c.o 2024-05-15T23:25:59.8623480Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4.c.o 2024-05-15T23:25:59.8624860Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4-acc2.c.o 2024-05-15T23:25:59.8626240Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-5x4.c.o 2024-05-15T23:25:59.8627600Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2024-05-15T23:25:59.8629010Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-05-15T23:25:59.8630440Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-05-15T23:25:59.8631870Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-05-15T23:25:59.8650020Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc5.c.o 2024-05-15T23:25:59.8655260Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4.c.o 2024-05-15T23:25:59.8659670Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-05-15T23:25:59.8663740Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc3.c.o 2024-05-15T23:25:59.8667740Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4.c.o 2024-05-15T23:25:59.8671810Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4-acc2.c.o 2024-05-15T23:25:59.8676130Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4.c.o 2024-05-15T23:25:59.8680220Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8683890Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8688020Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8691950Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8695640Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8699990Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8703570Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8707510Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8711360Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8715930Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8719670Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8723270Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8728950Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8732760Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8736390Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8751460Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8755250Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8758990Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8762700Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8766400Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8770100Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8773830Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8777520Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8781200Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8786850Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8790590Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8795190Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8798910Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8802490Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8806110Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8809750Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8815810Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8820130Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8823860Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8827510Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8832010Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8835840Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8839390Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma-prfm.c.o 2024-05-15T23:25:59.8842750Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma.c.o 2024-05-15T23:25:59.8846380Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma.c.o 2024-05-15T23:25:59.8851460Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma-prfm.c.o 2024-05-15T23:25:59.8853520Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma-prfm.c.o 2024-05-15T23:25:59.8854800Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma.c.o 2024-05-15T23:25:59.8856100Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8857480Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8858860Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8860230Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8862000Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8863340Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8864700Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8866040Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8867390Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8868770Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8870140Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8871470Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8872830Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8874340Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:25:59.8875740Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8877080Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8878430Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-05-15T23:25:59.8879790Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-05-15T23:26:01.6456490Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x2-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6480740Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x4-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6515910Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6526720Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6532350Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x2-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6535720Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x4-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6539540Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x2-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6543410Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x4-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6565870Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6567410Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2024-05-15T23:26:01.6568690Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u4.c.o 2024-05-15T23:26:01.6570030Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u8.c.o 2024-05-15T23:26:01.6571380Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u12.c.o 2024-05-15T23:26:01.6572700Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u16.c.o 2024-05-15T23:26:01.6574010Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u24.c.o 2024-05-15T23:26:01.6575330Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u4.c.o 2024-05-15T23:26:01.6576890Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u20.c.o 2024-05-15T23:26:01.6578220Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u8.c.o 2024-05-15T23:26:01.6579580Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u12.c.o 2024-05-15T23:26:01.6580930Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u16.c.o 2024-05-15T23:26:01.6582260Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u20.c.o 2024-05-15T23:26:01.6583590Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u24.c.o 2024-05-15T23:26:01.6584900Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u4.c.o 2024-05-15T23:26:01.6586160Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u8.c.o 2024-05-15T23:26:01.6587420Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u12.c.o 2024-05-15T23:26:01.6588690Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u16.c.o 2024-05-15T23:26:01.6589950Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u20.c.o 2024-05-15T23:26:01.6591220Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u24.c.o 2024-05-15T23:26:01.6592730Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-05-15T23:26:01.6594140Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-05-15T23:26:01.6595540Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-05-15T23:26:01.6596950Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-05-15T23:26:01.6598330Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-05-15T23:26:01.6599680Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-05-15T23:26:01.6601020Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-05-15T23:26:01.6602370Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-05-15T23:26:01.6603640Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr1-lut64-p2-div.c.o 2024-05-15T23:26:01.6604890Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr1-lut2048-p1-div.c.o 2024-05-15T23:26:01.6606070Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr1-p5-div.c.o 2024-05-15T23:26:01.6607230Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr2-lut64-p2-div.c.o 2024-05-15T23:26:01.6608400Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr2-p5-div.c.o 2024-05-15T23:26:01.6609570Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr2-lut2048-p1-div.c.o 2024-05-15T23:26:01.6610850Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-05-15T23:26:01.6612160Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div.c.o 2024-05-15T23:26:01.6613370Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6614490Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6615610Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6616740Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6617870Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6619070Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6620200Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6621330Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6622450Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6623570Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6624690Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6625820Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6626910Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6627960Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6629010Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6630070Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u1.c.o 2024-05-15T23:26:01.6631240Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u2.c.o 2024-05-15T23:26:01.6632330Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u1.c.o 2024-05-15T23:26:01.6633380Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u4.c.o 2024-05-15T23:26:01.6634440Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u2.c.o 2024-05-15T23:26:01.6635480Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u4.c.o 2024-05-15T23:26:01.6636530Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u1.c.o 2024-05-15T23:26:01.6637590Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u2.c.o 2024-05-15T23:26:01.6638680Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6639760Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u4.c.o 2024-05-15T23:26:01.6640860Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6641970Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6643100Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6644220Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6645710Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6646840Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6647980Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6649110Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6650240Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6651380Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6652510Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6653610Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u1.c.o 2024-05-15T23:26:01.6654710Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u2.c.o 2024-05-15T23:26:01.6655800Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u4.c.o 2024-05-15T23:26:01.6656980Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u1.c.o 2024-05-15T23:26:01.6658110Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u2.c.o 2024-05-15T23:26:01.6659220Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6660330Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u4.c.o 2024-05-15T23:26:01.6661470Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6662590Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6663710Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u1.c.o 2024-05-15T23:26:01.6664840Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u2.c.o 2024-05-15T23:26:01.6665980Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u4.c.o 2024-05-15T23:26:01.6667080Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u1.c.o 2024-05-15T23:26:01.6668180Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u4.c.o 2024-05-15T23:26:01.6676590Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:01.6691660Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u2.c.o 2024-05-15T23:26:01.6695440Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:01.6700220Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:01.6704110Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:01.6708510Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:01.6712350Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:01.6716150Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:01.6719910Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6736220Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6747430Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6769700Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6798680Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6808540Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6817700Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6822590Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6826780Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6830930Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6835230Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6839500Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6844160Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6847990Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6851310Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6852720Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6854080Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6855460Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6856850Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6858220Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x32c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6859630Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6861000Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6862360Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x32c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6863950Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6865370Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6866770Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x32c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6868150Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6869520Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x32c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6870870Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6872230Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6873580Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x16c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6874930Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x32c4-minmax-neondotfp16arith.c.o 2024-05-15T23:26:03.6876200Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-05-15T23:26:03.6877400Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2024-05-15T23:26:03.6878780Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2024-05-15T23:26:03.6880120Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc2.c.o 2024-05-15T23:26:03.6881500Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc3.c.o 2024-05-15T23:26:03.6882880Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc4.c.o 2024-05-15T23:26:03.6884240Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8.c.o 2024-05-15T23:26:03.6885600Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8-acc2.c.o 2024-05-15T23:26:03.6886960Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2024-05-15T23:26:03.6888300Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-4x8.c.o 2024-05-15T23:26:03.6889640Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-3x8.c.o 2024-05-15T23:26:03.6891110Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-5x8.c.o 2024-05-15T23:26:03.6892490Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-6x8.c.o 2024-05-15T23:26:03.6893860Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc2.c.o 2024-05-15T23:26:03.6895260Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc3.c.o 2024-05-15T23:26:03.6896620Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2024-05-15T23:26:03.6897990Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc4.c.o 2024-05-15T23:26:03.6899380Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8-acc2.c.o 2024-05-15T23:26:03.6900740Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8.c.o 2024-05-15T23:26:03.6902080Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-3x8.c.o 2024-05-15T23:26:03.6903420Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-4x8.c.o 2024-05-15T23:26:03.6904790Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc3.c.o 2024-05-15T23:26:03.6906370Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc2.c.o 2024-05-15T23:26:03.6907740Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc4.c.o 2024-05-15T23:26:03.6909120Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc5.c.o 2024-05-15T23:26:03.6910470Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2024-05-15T23:26:03.6911850Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc2.c.o 2024-05-15T23:26:03.6913270Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc3.c.o 2024-05-15T23:26:03.6914640Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8.c.o 2024-05-15T23:26:03.6915990Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8-acc2.c.o 2024-05-15T23:26:03.6918710Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8.c.o 2024-05-15T23:26:03.6923830Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8-acc2.c.o 2024-05-15T23:26:03.6925310Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8.c.o 2024-05-15T23:26:03.6926710Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc2.c.o 2024-05-15T23:26:03.6928110Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-5x8.c.o 2024-05-15T23:26:03.6936330Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc3.c.o 2024-05-15T23:26:03.6937770Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc4.c.o 2024-05-15T23:26:03.6939200Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc5.c.o 2024-05-15T23:26:03.6940600Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2024-05-15T23:26:03.6941990Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc2.c.o 2024-05-15T23:26:03.6943400Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc3.c.o 2024-05-15T23:26:03.6944810Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8-acc2.c.o 2024-05-15T23:26:03.6946460Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8.c.o 2024-05-15T23:26:03.6947810Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8.c.o 2024-05-15T23:26:03.6949120Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:03.6950340Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith.c.o 2024-05-15T23:26:03.6951570Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:03.6952840Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2024-05-15T23:26:03.6954070Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:03.6955270Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith.c.o 2024-05-15T23:26:03.6956490Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:03.6957710Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith.c.o 2024-05-15T23:26:03.6959050Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:03.6960290Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2024-05-15T23:26:03.6961500Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:03.6962720Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith.c.o 2024-05-15T23:26:03.6963990Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:03.6965290Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith.c.o 2024-05-15T23:26:03.6966580Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:03.6967880Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith.c.o 2024-05-15T23:26:03.6969200Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:03.6970490Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2386350Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2391020Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2395750Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2399730Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2403690Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2407870Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2412360Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2416380Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2420360Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2424290Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2428220Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2432940Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2436770Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2440200Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2443740Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2447280Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2448740Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2450000Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2451230Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2452460Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2453690Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2454910Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2456410Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith-acc2.c.o 2024-05-15T23:26:05.2457660Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith.c.o 2024-05-15T23:26:05.2458840Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool-cw/f16-gavgpool-cw-neonfp16arith-u8.c.o 2024-05-15T23:26:05.2460070Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c8.c.o 2024-05-15T23:26:05.2461330Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c16.c.o 2024-05-15T23:26:05.2462590Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c24.c.o 2024-05-15T23:26:05.2463850Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c32.c.o 2024-05-15T23:26:05.2465100Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c8.c.o 2024-05-15T23:26:05.2466330Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c16.c.o 2024-05-15T23:26:05.2467560Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c24.c.o 2024-05-15T23:26:05.2468980Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c32.c.o 2024-05-15T23:26:05.2470240Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2471430Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2472620Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2473830Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2475030Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2476230Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2477430Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2478630Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2479850Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2481090Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2482320Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2483740Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2484970Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2486200Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2487420Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2488640Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2496240Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p4.c.o 2024-05-15T23:26:05.2497570Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2024-05-15T23:26:05.2498800Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p16.c.o 2024-05-15T23:26:05.2500000Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2024-05-15T23:26:05.2501160Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c16.c.o 2024-05-15T23:26:05.2502540Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2503780Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2504990Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2506190Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2507420Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2508620Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2509830Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2511040Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-05-15T23:26:05.2512260Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-05-15T23:26:05.2513480Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-05-15T23:26:05.2514700Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2024-05-15T23:26:05.2515860Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-neonfp16arith-2x8.c.o 2024-05-15T23:26:05.2517090Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-neonfp16arith-2x16.c.o 2024-05-15T23:26:05.2518230Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u8.c.o 2024-05-15T23:26:05.2519410Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u16.c.o 2024-05-15T23:26:05.2520560Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u24.c.o 2024-05-15T23:26:05.2521700Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2024-05-15T23:26:05.2522840Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u64.c.o 2024-05-15T23:26:05.2524180Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc2.c.o 2024-05-15T23:26:05.2525680Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc4.c.o 2024-05-15T23:26:05.2529180Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2024-05-15T23:26:05.2533560Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc2.c.o 2024-05-15T23:26:05.2539370Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc5.c.o 2024-05-15T23:26:05.2543640Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40.c.o 2024-05-15T23:26:05.2550170Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc2.c.o 2024-05-15T23:26:05.2551890Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48.c.o 2024-05-15T23:26:05.2553400Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc3.c.o 2024-05-15T23:26:05.2554900Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc2.c.o 2024-05-15T23:26:05.2556370Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc4.c.o 2024-05-15T23:26:05.2557830Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64.c.o 2024-05-15T23:26:05.2559280Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72-acc3.c.o 2024-05-15T23:26:05.2560740Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72.c.o 2024-05-15T23:26:05.2562420Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc2.c.o 2024-05-15T23:26:05.2563890Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc5.c.o 2024-05-15T23:26:05.2565360Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80.c.o 2024-05-15T23:26:05.2566820Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc2.c.o 2024-05-15T23:26:05.2568290Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc3.c.o 2024-05-15T23:26:05.2569770Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc6.c.o 2024-05-15T23:26:05.2571210Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96.c.o 2024-05-15T23:26:05.2572460Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u8.c.o 2024-05-15T23:26:05.2573590Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc1.c.o 2024-05-15T23:26:05.2574850Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc2.c.o 2024-05-15T23:26:05.2576010Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc2.c.o 2024-05-15T23:26:05.2577140Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc3.c.o 2024-05-15T23:26:06.9687360Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24.c.o 2024-05-15T23:26:06.9691490Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc2.c.o 2024-05-15T23:26:06.9696220Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2024-05-15T23:26:06.9700200Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32.c.o 2024-05-15T23:26:06.9703680Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u64-acc2.c.o 2024-05-15T23:26:06.9707410Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u64-acc4.c.o 2024-05-15T23:26:06.9710790Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u64.c.o 2024-05-15T23:26:06.9714510Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9717720Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc1.c.o 2024-05-15T23:26:06.9721470Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc2.c.o 2024-05-15T23:26:06.9724700Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc2.c.o 2024-05-15T23:26:06.9756310Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24.c.o 2024-05-15T23:26:06.9757510Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc3.c.o 2024-05-15T23:26:06.9758680Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc2.c.o 2024-05-15T23:26:06.9759850Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc4.c.o 2024-05-15T23:26:06.9761280Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32.c.o 2024-05-15T23:26:06.9762410Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc2.c.o 2024-05-15T23:26:06.9763560Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc4.c.o 2024-05-15T23:26:06.9764670Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64.c.o 2024-05-15T23:26:06.9765790Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9767290Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc1.c.o 2024-05-15T23:26:06.9768490Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc2.c.o 2024-05-15T23:26:06.9769660Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc2.c.o 2024-05-15T23:26:06.9770820Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc3.c.o 2024-05-15T23:26:06.9771970Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24.c.o 2024-05-15T23:26:06.9773110Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc2.c.o 2024-05-15T23:26:06.9774280Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2024-05-15T23:26:06.9775410Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32.c.o 2024-05-15T23:26:06.9782460Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc2.c.o 2024-05-15T23:26:06.9783640Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc4.c.o 2024-05-15T23:26:06.9784800Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64.c.o 2024-05-15T23:26:06.9785910Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9787270Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u16-acc2.c.o 2024-05-15T23:26:06.9788400Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc2.c.o 2024-05-15T23:26:06.9789530Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u24-acc3.c.o 2024-05-15T23:26:06.9790660Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc4.c.o 2024-05-15T23:26:06.9791800Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-x2.c.o 2024-05-15T23:26:06.9793030Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-pipelined.c.o 2024-05-15T23:26:06.9794240Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith.c.o 2024-05-15T23:26:06.9795440Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-pipelined.c.o 2024-05-15T23:26:06.9796670Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-x2.c.o 2024-05-15T23:26:06.9797850Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith.c.o 2024-05-15T23:26:06.9799140Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-pipelined.c.o 2024-05-15T23:26:06.9800390Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-x2.c.o 2024-05-15T23:26:06.9801570Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith.c.o 2024-05-15T23:26:06.9802780Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2024-05-15T23:26:06.9803990Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-x2.c.o 2024-05-15T23:26:06.9805160Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith.c.o 2024-05-15T23:26:06.9806320Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9807490Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9808660Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9809820Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9810960Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9812050Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9813240Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9814340Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9815440Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9816540Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9817630Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9818740Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9819880Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9821040Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9822190Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9823360Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9824530Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9825780Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9826950Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9828090Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9829220Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9830360Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9831500Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9832670Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9833830Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9834990Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9836120Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9837230Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9838340Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9839510Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9840610Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u32.c.o 2024-05-15T23:26:06.9841720Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u8.c.o 2024-05-15T23:26:06.9842860Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2024-05-15T23:26:06.9844000Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9845130Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9846250Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9847360Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9848540Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2024-05-15T23:26:06.9849810Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-neonfp16arith-2x.c.o 2024-05-15T23:26:06.9850970Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9851730Z [ 84%] Linking CXX static library liboptimized_kernels.a 2024-05-15T23:26:06.9852500Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9853590Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9854680Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9855790Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9856870Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9857940Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u8.c.o 2024-05-15T23:26:06.9859010Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2024-05-15T23:26:06.9860200Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u8.c.o 2024-05-15T23:26:06.9861480Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u16.c.o 2024-05-15T23:26:06.9862760Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u24.c.o 2024-05-15T23:26:06.9864020Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u32.c.o 2024-05-15T23:26:06.9865370Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2024-05-15T23:26:06.9866640Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u48.c.o 2024-05-15T23:26:06.9867890Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u56.c.o 2024-05-15T23:26:06.9869150Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u64.c.o 2024-05-15T23:26:06.9870430Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u8.c.o 2024-05-15T23:26:06.9871740Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2024-05-15T23:26:06.9873030Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u24.c.o 2024-05-15T23:26:08.7156030Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u32.c.o 2024-05-15T23:26:08.7164360Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u40.c.o 2024-05-15T23:26:08.7178690Z [ 84%] Built target optimized_kernels 2024-05-15T23:26:08.7188870Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u48.c.o 2024-05-15T23:26:08.7221960Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u56.c.o 2024-05-15T23:26:08.7228830Z [ 84%] Merging kernel yaml files 2024-05-15T23:26:08.7252550Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u64.c.o 2024-05-15T23:26:08.7255250Z [ 84%] Generating selected_operators.yaml for optimized_ops_lib 2024-05-15T23:26:08.7257830Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2024-05-15T23:26:08.7261430Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u16.c.o 2024-05-15T23:26:08.7265080Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u32.c.o 2024-05-15T23:26:08.7269080Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u8.c.o 2024-05-15T23:26:08.7271810Z [ 85%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2024-05-15T23:26:08.7274740Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u24.c.o 2024-05-15T23:26:08.7278850Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u16.c.o 2024-05-15T23:26:08.7283770Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2024-05-15T23:26:08.7287580Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u40.c.o 2024-05-15T23:26:08.7316700Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u48.c.o 2024-05-15T23:26:08.7319610Z [ 85%] Generating code for kernel registration 2024-05-15T23:26:08.7331890Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u64.c.o 2024-05-15T23:26:08.7335930Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u56.c.o 2024-05-15T23:26:08.7339810Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u72.c.o 2024-05-15T23:26:08.7342100Z [ 85%] Generating code for kernel registration 2024-05-15T23:26:08.7344590Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u8.c.o 2024-05-15T23:26:08.7348470Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u80.c.o 2024-05-15T23:26:08.7358930Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u16.c.o 2024-05-15T23:26:08.7360390Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u24.c.o 2024-05-15T23:26:08.7362050Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u32.c.o 2024-05-15T23:26:08.7363490Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u40.c.o 2024-05-15T23:26:08.7364880Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u48.c.o 2024-05-15T23:26:08.7366270Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u56.c.o 2024-05-15T23:26:08.7367650Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u72.c.o 2024-05-15T23:26:08.7369030Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u64.c.o 2024-05-15T23:26:08.7370420Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u8.c.o 2024-05-15T23:26:08.7371790Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u80.c.o 2024-05-15T23:26:08.7373180Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u16.c.o 2024-05-15T23:26:08.7374570Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u24.c.o 2024-05-15T23:26:08.7375950Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u32.c.o 2024-05-15T23:26:08.7377530Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u40.c.o 2024-05-15T23:26:08.7378910Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u48.c.o 2024-05-15T23:26:08.7380290Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u56.c.o 2024-05-15T23:26:08.7381660Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u72.c.o 2024-05-15T23:26:08.7383070Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u64.c.o 2024-05-15T23:26:08.7384470Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u80.c.o 2024-05-15T23:26:08.7385720Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u8.c.o 2024-05-15T23:26:08.7386850Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2024-05-15T23:26:08.7387950Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u8.c.o 2024-05-15T23:26:08.7389150Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2024-05-15T23:26:08.7390280Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u8.c.o 2024-05-15T23:26:08.7391370Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2024-05-15T23:26:08.7392470Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-neonfp16arith-rr1-p3.c.o 2024-05-15T23:26:08.7393530Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-exp-neonfp16arith-rr2-p3.c.o 2024-05-15T23:26:08.7394590Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-neonfp16arith-rr2-p3.c.o 2024-05-15T23:26:08.7395680Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr1-p2.c.o 2024-05-15T23:26:08.7396740Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr1-p3.c.o 2024-05-15T23:26:08.7397800Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr2-p2.c.o 2024-05-15T23:26:08.7398870Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr2-p3.c.o 2024-05-15T23:26:08.7399970Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p2-nr1fma.c.o 2024-05-15T23:26:08.7401120Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p2-nr1recps.c.o 2024-05-15T23:26:08.7402280Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p3-nr1fma.c.o 2024-05-15T23:26:08.7403520Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p2-recpe.c.o 2024-05-15T23:26:08.7404660Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p3-nr1recps.c.o 2024-05-15T23:26:08.7405800Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p3-recpe.c.o 2024-05-15T23:26:08.7406880Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-neonfp16arith-nr1fma.c.o 2024-05-15T23:26:08.7407920Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-neonfp16arith-nr1fma1adj.c.o 2024-05-15T23:26:08.7408990Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-neonfp16arith-nr1rsqrts.c.o 2024-05-15T23:26:08.7410180Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1fma.c.o 2024-05-15T23:26:08.7411490Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1fmaadj.c.o 2024-05-15T23:26:08.7412810Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1recps.c.o 2024-05-15T23:26:08.7414130Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1recpsadj.c.o 2024-05-15T23:26:08.7415490Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-recpe.c.o 2024-05-15T23:26:08.7416800Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-recpeadj.c.o 2024-05-15T23:26:08.7418100Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma.c.o 2024-05-15T23:26:08.7419390Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps.c.o 2024-05-15T23:26:08.7420690Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fmaadj.c.o 2024-05-15T23:26:08.7421840Z [ 86%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:26:08.7423070Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recpsadj.c.o 2024-05-15T23:26:08.7424380Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpe.c.o 2024-05-15T23:26:08.7425670Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj.c.o 2024-05-15T23:26:08.7427050Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-05-15T23:26:08.7434430Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2024-05-15T23:26:08.7435980Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-05-15T23:26:08.7437590Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-05-15T23:26:08.7439010Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane.c.o 2024-05-15T23:26:08.7440410Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane.c.o 2024-05-15T23:26:08.7441830Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-05-15T23:26:08.7443290Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-05-15T23:26:08.7444720Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane.c.o 2024-05-15T23:26:08.7446130Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2024-05-15T23:26:08.7447370Z [ 86%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:26:08.7448650Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2024-05-15T23:26:08.7450100Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2024-05-15T23:26:08.7450940Z [ 86%] Linking CXX static library liboptimized_ops_lib.a 2024-05-15T23:26:08.7451880Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-05-15T23:26:08.7452690Z [ 86%] Built target optimized_ops_lib 2024-05-15T23:26:08.7453560Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-05-15T23:26:08.7454820Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u8.c.o 2024-05-15T23:26:08.7455970Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u16.c.o 2024-05-15T23:26:08.7457120Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u24.c.o 2024-05-15T23:26:08.7458300Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2024-05-15T23:26:08.7459490Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-aarch64-neonfp16arith-u8.c.o 2024-05-15T23:26:08.7460720Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-aarch64-neonfp16arith-u16.c.o 2024-05-15T23:26:08.7461960Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-aarch64-neonfp16arith-u8.c.o 2024-05-15T23:26:10.7588850Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-aarch64-neonfp16arith-u16.c.o 2024-05-15T23:26:10.7592520Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-aarch64-neonfp16arith-u8.c.o 2024-05-15T23:26:10.7596060Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-aarch64-neonfp16arith-u16.c.o 2024-05-15T23:26:10.7599730Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u8.c.o 2024-05-15T23:26:10.7603470Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u16.c.o 2024-05-15T23:26:10.7608280Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u24.c.o 2024-05-15T23:26:10.7612550Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u32.c.o 2024-05-15T23:26:10.7616330Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u40.c.o 2024-05-15T23:26:10.7620120Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u48.c.o 2024-05-15T23:26:10.7623880Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u56.c.o 2024-05-15T23:26:10.7628530Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2024-05-15T23:26:10.7636790Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u64.c.o 2024-05-15T23:26:10.7638180Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u16.c.o 2024-05-15T23:26:10.7639430Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u32.c.o 2024-05-15T23:26:10.7640780Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-05-15T23:26:10.7642230Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-05-15T23:26:10.7643690Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-05-15T23:26:10.7645160Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-05-15T23:26:10.7646600Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-05-15T23:26:10.7648010Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-05-15T23:26:10.7649420Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-05-15T23:26:10.7651150Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-05-15T23:26:10.7652590Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-05-15T23:26:10.7654070Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-05-15T23:26:10.7655390Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr1-p2-div.c.o 2024-05-15T23:26:10.7656580Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr1-p3-div.c.o 2024-05-15T23:26:10.7657800Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr2-p2-div.c.o 2024-05-15T23:26:10.7658980Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr2-p3-div.c.o 2024-05-15T23:26:10.7660130Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-aarch64-neonfp16arith-sqrt.c.o 2024-05-15T23:26:10.7661370Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-aarch64-neonfp16arith-expm1minus-rr1-p3h1ts-div.c.o 2024-05-15T23:26:10.7662720Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div.c.o 2024-05-15T23:26:10.7664130Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonbf16-bfdot.c.o 2024-05-15T23:26:10.7665350Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonbf16-bfmlal.c.o 2024-05-15T23:26:10.7666600Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x8c2-minmax-neonbf16-bfdot-lane-ld128.c.o 2024-05-15T23:26:10.7667840Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonbf16-bfmlal.c.o 2024-05-15T23:26:10.7669030Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonbf16-bfdot.c.o 2024-05-15T23:26:10.7670210Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonbf16-bfdot.c.o 2024-05-15T23:26:10.7671390Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonbf16-bfmlal.c.o 2024-05-15T23:26:10.7672570Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonbf16-bfdot.c.o 2024-05-15T23:26:10.7673750Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonbf16-bfmlal.c.o 2024-05-15T23:26:10.7674530Z [ 87%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2024-05-15T23:26:10.7675440Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x8c2-minmax-neonbf16-bfdot-lane-ld128.c.o 2024-05-15T23:26:10.7676670Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonbf16-bfdot.c.o 2024-05-15T23:26:10.7677940Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonbf16-bfmlal.c.o 2024-05-15T23:26:10.7679170Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x8c2-minmax-neonbf16-bfdot-lane-ld128.c.o 2024-05-15T23:26:10.7680450Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-6x8c2-minmax-neonbf16-bfdot-lane-ld128.c.o 2024-05-15T23:26:10.7681220Z [ 87%] Built target optimized_native_cpu_ops_lib 2024-05-15T23:26:10.7682060Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7683070Z [ 87%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2024-05-15T23:26:10.7684140Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7685410Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7686370Z [ 87%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2024-05-15T23:26:10.7687380Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7694610Z [ 88%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2024-05-15T23:26:10.7695510Z [ 88%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2024-05-15T23:26:10.7696200Z [ 88%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2024-05-15T23:26:10.7697280Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7698580Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7699600Z [ 88%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2024-05-15T23:26:10.7700660Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7701940Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7703210Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7704480Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7705770Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-neondot-ld64.c.o 2024-05-15T23:26:10.7707070Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7708370Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neondot-ld64.c.o 2024-05-15T23:26:10.7709790Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7711080Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7712360Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7713630Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7714390Z [ 89%] Linking CXX executable executor_runner 2024-05-15T23:26:10.7715210Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7716480Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7717730Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7718980Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7720240Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7721490Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7722920Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7724280Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-neondot-ld64.c.o 2024-05-15T23:26:10.7725580Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7726890Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neondot-ld64.c.o 2024-05-15T23:26:10.7728200Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x32c4-minmax-neondot.c.o 2024-05-15T23:26:10.7729490Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7730770Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7732050Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x32c4-minmax-neondot.c.o 2024-05-15T23:26:10.7733320Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x32c4-minmax-neondot.c.o 2024-05-15T23:26:10.7734600Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7735890Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7737420Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7738710Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7739460Z [ 89%] Built target executor_runner 2024-05-15T23:26:10.7740260Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x32c4-minmax-neondot.c.o 2024-05-15T23:26:10.7741540Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c4-minmax-neondot.c.o 2024-05-15T23:26:10.7742810Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-neondot.c.o 2024-05-15T23:26:10.7744080Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:10.7745340Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x32c4-minmax-neondot.c.o 2024-05-15T23:26:10.7746640Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neondot-ld64.c.o 2024-05-15T23:26:10.7747910Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:10.7749310Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neondot-ld64.c.o 2024-05-15T23:26:10.7750610Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:10.7751850Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:10.7753080Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6675130Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6679030Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6683080Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6686860Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6691330Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neondot-ld64.c.o 2024-05-15T23:26:12.6695060Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6700850Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neondot-ld64.c.o 2024-05-15T23:26:12.6729400Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6733070Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6741620Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6752980Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6794170Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6803060Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6820540Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6824190Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6827750Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6831300Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x32c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6835090Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6842340Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6843610Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6844810Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x32c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6846020Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6847190Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6848340Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x32c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6849500Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6850660Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6851810Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6852980Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6860110Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6861290Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6862640Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6863810Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6864970Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6866140Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6867330Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6868520Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6869700Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x32c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6870880Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6872040Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6873220Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x32c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6874480Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6875690Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6876860Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6878040Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x32c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6881640Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6885040Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-neondot.c.o 2024-05-15T23:26:12.6888410Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6891770Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6895080Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6899790Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6903100Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6906410Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x8c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6910290Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c4-minmax-rndnu-neondot.c.o 2024-05-15T23:26:12.6913930Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-aarch64-neondot-ld128.c.o 2024-05-15T23:26:12.6917870Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-aarch64-neondot-ld128.c.o 2024-05-15T23:26:12.6925030Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-aarch64-neondot-ld128.c.o 2024-05-15T23:26:12.6926700Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-aarch64-neondot-ld128.c.o 2024-05-15T23:26:12.6928150Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-05-15T23:26:12.6929550Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-05-15T23:26:12.6930960Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-05-15T23:26:12.6932310Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6934190Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-05-15T23:26:12.6935590Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6936870Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6938140Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6939410Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6940690Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6941980Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6943270Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6944570Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6945840Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6947140Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6948610Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6949880Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6951160Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6952450Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6953720Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6954980Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6956250Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6957510Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6958770Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6960030Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6961390Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6962680Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6963940Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6965190Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6966450Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6967720Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6968990Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6970240Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6971500Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6972760Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6974020Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6975400Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6976660Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6977930Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6979190Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6980460Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6981730Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:12.6983000Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4382000Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4385700Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4389300Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4393650Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4397720Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4401780Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4419360Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4423980Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4427920Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4431940Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4435690Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4455260Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4459140Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4462950Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4481470Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4482850Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4484170Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4485460Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4486760Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4488070Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4489350Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4490630Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4491900Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4493180Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4494670Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4495960Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4497210Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4498470Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4499730Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4501000Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4502260Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4503520Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4504770Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4506030Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4507290Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4508670Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4509920Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4511180Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4512430Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4513690Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4514950Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4516210Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4517470Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4518730Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4519990Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4521390Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4522680Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4523940Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4525200Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4526460Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4527730Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x32c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4529000Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4530260Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4531530Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x32-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4532790Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4534060Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4535420Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x32-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4536680Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4537950Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4539200Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x32-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4540460Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4541730Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4542990Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x32-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4544250Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4545520Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4546790Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x32-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4548140Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4549420Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4550690Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x32-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4551960Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4553260Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4554550Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4555850Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4557130Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4558410Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4559690Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4560970Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4562330Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4563610Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4564890Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4566160Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4567420Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-neoni8mm.c.o 2024-05-15T23:26:14.4568700Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4569960Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4571200Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4572450Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4573690Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4575010Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4586890Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4590760Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4594280Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4597750Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4601260Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4604780Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4607700Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4609020Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4610300Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:14.4611590Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0873660Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0875030Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0876360Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0877660Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0878990Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0885730Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0889680Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0908640Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0914810Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0940350Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0947460Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0951010Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0954570Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0958050Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0961390Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0965640Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0967190Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0968400Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0969590Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0970770Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0971950Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0973130Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0974570Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0975780Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0976960Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0978160Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0979350Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0980540Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0981750Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0982920Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0984110Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0985300Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0986680Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0987940Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0989170Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0990370Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0991560Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0992750Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0993960Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0995140Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0996320Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.0997500Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0998680Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.0999860Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.1001190Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.1002360Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.1003560Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.1004760Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.1005960Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.1007170Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.1008380Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.1009570Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x8c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.1010770Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x8c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.1011960Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-neoni8mm.c.o 2024-05-15T23:26:15.1013250Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-rndnu-neoni8mm.c.o 2024-05-15T23:26:15.1014570Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1021360Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:26:15.1045180Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1054400Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1065720Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:26:15.1069160Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1070710Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1072120Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-05-15T23:26:15.1073570Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-05-15T23:26:15.1075020Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-05-15T23:26:15.1077230Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:26:15.1086450Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1087820Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1089170Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1090540Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:26:15.1091920Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1093330Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:26:15.1094680Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1096100Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-05-15T23:26:15.1097580Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-05-15T23:26:15.1099200Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:26:15.1100610Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1101970Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:26:15.1103350Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:26:15.1104670Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1105980Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1107350Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-05-15T23:26:15.1108780Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-05-15T23:26:15.1110150Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-05-15T23:26:15.1111510Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-05-15T23:26:15.1112890Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-05-15T23:26:15.1114460Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:26:15.1115780Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2024-05-15T23:26:15.1117100Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-05-15T23:26:15.1118460Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-05-15T23:26:15.1119840Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.1121220Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:26:15.1122600Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.1123980Z [ 95%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-05-15T23:26:15.1125350Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.1126790Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-05-15T23:26:15.1128190Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-05-15T23:26:15.1129540Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-05-15T23:26:15.1130870Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-05-15T23:26:15.6557860Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6563900Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-05-15T23:26:15.6568090Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-05-15T23:26:15.6573070Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-05-15T23:26:15.6577190Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:26:15.6581280Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-05-15T23:26:15.6584830Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6586550Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6587900Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6589180Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6590530Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6591890Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6593210Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6594480Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6595820Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:26:15.6597150Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6598490Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6600040Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:26:15.6601410Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6602690Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6603960Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6605260Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6606640Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6608000Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6612090Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6615940Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:26:15.6620410Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-05-15T23:26:15.6621920Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:26:15.6623500Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6625070Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6626400Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6627710Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6629060Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:26:15.6630440Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6631770Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6633140Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6634570Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6636120Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6637520Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6638890Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6640260Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6641680Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:26:15.6643120Z [ 96%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6664290Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6668190Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6672630Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6676940Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6680910Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6685450Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6689770Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6695770Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:26:15.6697280Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6698740Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-05-15T23:26:15.6700150Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6701500Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6702830Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6704200Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6705760Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6707160Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:26:15.6708490Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-05-15T23:26:15.6709810Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-05-15T23:26:15.6711160Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:26:15.6712540Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6713920Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6715300Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6716670Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-05-15T23:26:15.6717990Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6719340Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6720910Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6722230Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6725110Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:26:15.6726720Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6728110Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6729540Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6730870Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6732170Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6733530Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6734900Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6736390Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-05-15T23:26:15.6737790Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-05-15T23:26:15.6739240Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6740620Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6741940Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:15.6743270Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6744630Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6745990Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6747330Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:26:15.6748640Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6750010Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-05-15T23:26:15.6751510Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-05-15T23:26:15.6752840Z [ 97%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:26:15.6754160Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:15.6755520Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-05-15T23:26:15.6756960Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-05-15T23:26:16.6307120Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-05-15T23:26:16.6308690Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-05-15T23:26:16.6310100Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-05-15T23:26:16.6311450Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-05-15T23:26:16.6313180Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-05-15T23:26:16.6314570Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6315940Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-05-15T23:26:16.6317320Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-05-15T23:26:16.6318730Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-05-15T23:26:16.6320110Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-05-15T23:26:16.6321430Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:26:16.6322720Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6323970Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6325230Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6326500Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6327870Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6329120Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6330370Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6331660Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6332960Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-05-15T23:26:16.6334250Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6335520Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-05-15T23:26:16.6336860Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-05-15T23:26:16.6338250Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-05-15T23:26:16.6339670Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-05-15T23:26:16.6347430Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-05-15T23:26:16.6349010Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-05-15T23:26:16.6350400Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6351790Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-05-15T23:26:16.6353190Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-05-15T23:26:16.6354540Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-05-15T23:26:16.6355880Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-05-15T23:26:16.6357240Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-05-15T23:26:16.6358580Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6359960Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6361220Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6362480Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6363750Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6365010Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6366280Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-05-15T23:26:16.6367530Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6368830Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-05-15T23:26:16.6370150Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:16.6371640Z [ 98%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2024-05-15T23:26:16.6373130Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:16.6374520Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:16.6375910Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:16.6377290Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld64.S.o 2024-05-15T23:26:16.6378640Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:16.6380090Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:16.6381490Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:16.6382910Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-05-15T23:26:16.6384330Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-05-15T23:26:16.6385700Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-05-15T23:26:16.6387070Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:26:16.6388380Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-05-15T23:26:16.6389760Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-05-15T23:26:16.6391150Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-05-15T23:26:16.6392580Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-05-15T23:26:16.6393940Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-05-15T23:26:16.6395260Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:26:16.6396550Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:26:16.6397880Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mull.S.o 2024-05-15T23:26:16.6399280Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-05-15T23:26:16.6400800Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-05-15T23:26:16.6402240Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-05-15T23:26:16.6403650Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-05-15T23:26:16.6404990Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-05-15T23:26:16.6406400Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:16.6407760Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-05-15T23:26:16.6409090Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:16.6410580Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-05-15T23:26:16.6412070Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-05-15T23:26:16.6413580Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-05-15T23:26:16.6414970Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:26:16.6416380Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-05-15T23:26:16.6417830Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-05-15T23:26:16.6419280Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-05-15T23:26:16.6420680Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:26:16.6422070Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-05-15T23:26:16.6423490Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-05-15T23:26:16.6425070Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-05-15T23:26:16.6426530Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-05-15T23:26:16.6428010Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-05-15T23:26:16.6429510Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:16.6430980Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-05-15T23:26:16.6432380Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:16.6433780Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:17.0976950Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:17.0984410Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-05-15T23:26:17.0986170Z [ 99%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-05-15T23:26:17.0987730Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-05-15T23:26:17.0989410Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-05-15T23:26:17.0990940Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-05-15T23:26:17.0992380Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-05-15T23:26:17.0993770Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:17.0995150Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:17.0996530Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:17.0997910Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:17.0999330Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:17.1000720Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:17.1002280Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-05-15T23:26:17.1010490Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-05-15T23:26:17.1012020Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-05-15T23:26:17.1013560Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-05-15T23:26:17.1015060Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-05-15T23:26:17.1016500Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-05-15T23:26:17.1017920Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:17.1019310Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:17.1020690Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-05-15T23:26:17.1022080Z [100%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-05-15T23:26:17.1023340Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-05-15T23:26:17.1024290Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-05-15T23:26:17.1025260Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-05-15T23:26:17.1026230Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-05-15T23:26:17.1027200Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-05-15T23:26:17.1028190Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-05-15T23:26:17.1029180Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-05-15T23:26:17.1030180Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-05-15T23:26:17.1031120Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-05-15T23:26:17.1031700Z [100%] Built target microkernels-all 2024-05-15T23:26:17.1031960Z Install the project... 2024-05-15T23:26:17.1032220Z -- Install configuration: "Release" 2024-05-15T23:26:17.1032900Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-config.cmake 2024-05-15T23:26:17.1033860Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libcpuinfo.a 2024-05-15T23:26:17.1034810Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/cpuinfo.h 2024-05-15T23:26:17.1035790Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets.cmake 2024-05-15T23:26:17.1036870Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets-release.cmake 2024-05-15T23:26:17.1037900Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/pkgconfig/libcpuinfo.pc 2024-05-15T23:26:17.1038830Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/pthreadpool.h 2024-05-15T23:26:17.1039730Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libpthreadpool.a 2024-05-15T23:26:17.1040600Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/fxdiv.h 2024-05-15T23:26:17.1041510Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libportable_kernels.a 2024-05-15T23:26:17.1042440Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libportable_ops_lib.a 2024-05-15T23:26:17.1043360Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libcustom_ops.a 2024-05-15T23:26:17.1044300Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.dylib 2024-05-15T23:26:17.1045230Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libeigen_blas.a 2024-05-15T23:26:17.1046110Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-05-15T23:26:17.1047010Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/liboptimized_kernels.a 2024-05-15T23:26:17.1048020Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/liboptimized_ops_lib.a 2024-05-15T23:26:17.1048910Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-05-15T23:26:17.1049790Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libquantized_kernels.a 2024-05-15T23:26:17.1050680Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libquantized_ops_lib.a 2024-05-15T23:26:17.1051660Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/liboptimized_native_cpu_ops_lib.a 2024-05-15T23:26:17.1052620Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libexecutorch.a 2024-05-15T23:26:17.1053550Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libexecutorch_no_prim_ops.a 2024-05-15T23:26:17.1054570Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/cmake/ExecuTorch/executorch-config.cmake 2024-05-15T23:26:17.1055590Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libextension_data_loader.a 2024-05-15T23:26:17.1056550Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libextension_module.a 2024-05-15T23:26:17.1057430Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/fp16.h 2024-05-15T23:26:17.1058290Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/fp16/bitcasts.h 2024-05-15T23:26:17.1059220Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/fp16/fp16.h 2024-05-15T23:26:17.1060090Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/fp16/psimd.h 2024-05-15T23:26:17.1060980Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/fp16/__init__.py 2024-05-15T23:26:17.1061850Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/fp16/avx.py 2024-05-15T23:26:17.1062700Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/fp16/avx2.py 2024-05-15T23:26:17.1063530Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/psimd.h 2024-05-15T23:26:17.1064380Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libXNNPACK.a 2024-05-15T23:26:17.1065250Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/xnnpack.h 2024-05-15T23:26:17.1066160Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/include/experiments-config.h 2024-05-15T23:26:17.1067090Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/lib/libxnnpack_backend.a 2024-05-15T23:26:17.1068250Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/lib/libbundled_program.a 2024-05-15T23:26:17.1069600Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/lib/libetdump.a 2024-05-15T23:26:17.1070970Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/lib/libflatccrt.a 2024-05-15T23:26:17.1072290Z -- Installing: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-310-darwin.so 2024-05-15T23:26:17.1073170Z creating pip-out/lib.macosx-11.1-arm64-cpython-310 2024-05-15T23:26:17.1073610Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch 2024-05-15T23:26:17.1074100Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/data 2024-05-15T23:26:17.1074760Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/data/bin 2024-05-15T23:26:17.1075470Z copying build/pip_data_bin_init.py.in -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/data/bin/__init__.py 2024-05-15T23:26:17.1075990Z running build_py 2024-05-15T23:26:17.1076370Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends 2024-05-15T23:26:17.1076950Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm 2024-05-15T23:26:17.1077700Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm 2024-05-15T23:26:17.1078440Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example 2024-05-15T23:26:17.1079200Z copying backends/example/test_example_delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example 2024-05-15T23:26:17.1080100Z copying backends/example/example_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example 2024-05-15T23:26:17.1081040Z copying backends/example/example_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example 2024-05-15T23:26:17.1081950Z copying backends/example/example_backend.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example 2024-05-15T23:26:17.1082690Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms 2024-05-15T23:26:17.1083600Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms 2024-05-15T23:26:17.1084570Z copying backends/transforms/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms 2024-05-15T23:26:17.1085450Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms 2024-05-15T23:26:17.1086190Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan 2024-05-15T23:26:17.1086920Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan 2024-05-15T23:26:17.1087760Z copying backends/vulkan/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan 2024-05-15T23:26:17.1088460Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack 2024-05-15T23:26:17.1089160Z copying backends/xnnpack/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack 2024-05-15T23:26:17.1094990Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack 2024-05-15T23:26:17.1095730Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm 2024-05-15T23:26:17.1096420Z copying backends/arm/arm_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm 2024-05-15T23:26:17.1097320Z copying backends/arm/tosa_mapping.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm 2024-05-15T23:26:17.1098110Z copying backends/arm/tosa_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm 2024-05-15T23:26:17.1098900Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm 2024-05-15T23:26:17.1099710Z copying backends/arm/arm_quantizer_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm 2024-05-15T23:26:17.1100500Z copying backends/arm/arm_backend.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm 2024-05-15T23:26:17.1101340Z copying backends/arm/arm_vela.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm 2024-05-15T23:26:17.1102090Z copying backends/arm/arm_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm 2024-05-15T23:26:17.1102780Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple 2024-05-15T23:26:17.1103380Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps 2024-05-15T23:26:17.1104340Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps 2024-05-15T23:26:17.1105140Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test 2024-05-15T23:26:17.1105960Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test 2024-05-15T23:26:17.1106910Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test 2024-05-15T23:26:17.1107920Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test 2024-05-15T23:26:17.1108940Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test 2024-05-15T23:26:17.1109940Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test 2024-05-15T23:26:17.1110910Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test 2024-05-15T23:26:17.1111730Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1112710Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1113830Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1114900Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1115940Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1116960Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1175040Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1176100Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1177160Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1178200Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1179230Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1180300Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1181380Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1182460Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1183600Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1184650Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1185690Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1186720Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1187800Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators 2024-05-15T23:26:17.1188720Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/serialization 2024-05-15T23:26:17.1189690Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/serialization 2024-05-15T23:26:17.1190850Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/serialization 2024-05-15T23:26:17.1191750Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/utils 2024-05-15T23:26:17.1192570Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/utils 2024-05-15T23:26:17.1193400Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/partition 2024-05-15T23:26:17.1194300Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/partition 2024-05-15T23:26:17.1195150Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml 2024-05-15T23:26:17.1195870Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/test 2024-05-15T23:26:17.1196790Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/test 2024-05-15T23:26:17.1197880Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/test 2024-05-15T23:26:17.1198770Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/partition 2024-05-15T23:26:17.1199730Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/partition 2024-05-15T23:26:17.1200650Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/quantizer 2024-05-15T23:26:17.1201580Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/quantizer 2024-05-15T23:26:17.1202500Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/compiler 2024-05-15T23:26:17.1203440Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/compiler 2024-05-15T23:26:17.1204520Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/compiler 2024-05-15T23:26:17.1205390Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/runtime 2024-05-15T23:26:17.1206140Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-05-15T23:26:17.1207170Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-05-15T23:26:17.1208110Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1209000Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1209970Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1210940Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1211910Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1212920Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1213900Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1214880Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1215860Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1216820Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1217810Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1218800Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1219780Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1220830Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1221840Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1222860Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1223870Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1224840Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1225810Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1226820Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1227800Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1228750Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1229740Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1236040Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1237060Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1238070Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1239150Z copying backends/qualcomm/builders/op_cast.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1240110Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1241090Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1242070Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1243050Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1244010Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1244990Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1246150Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1247140Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1248170Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1249220Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1250230Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1251330Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1252340Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1253290Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1254280Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1255250Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1256220Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1257220Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1258190Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1259190Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1260170Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders 2024-05-15T23:26:17.1261010Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/serialization 2024-05-15T23:26:17.1261970Z copying backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/serialization 2024-05-15T23:26:17.1263120Z copying backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/serialization 2024-05-15T23:26:17.1264100Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1264970Z copying backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1265950Z copying backends/qualcomm/passes/fold_qdq.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1266900Z copying backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1267910Z copying backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1268990Z copying backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1270070Z copying backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1271140Z copying backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1272190Z copying backends/qualcomm/passes/convert_hardsigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1273240Z copying backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1274260Z copying backends/qualcomm/passes/insert_io_qdq.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1275520Z copying backends/qualcomm/passes/annotate_decomposed.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1276600Z copying backends/qualcomm/passes/convert_hardswish.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1277590Z copying backends/qualcomm/passes/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1278550Z copying backends/qualcomm/passes/decompose_silu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1279560Z copying backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1280660Z copying backends/qualcomm/passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1281750Z copying backends/qualcomm/passes/convert_to_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1282750Z copying backends/qualcomm/passes/remove_clone.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1283760Z copying backends/qualcomm/passes/insert_requantize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1284760Z copying backends/qualcomm/passes/layout_transform.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1285730Z copying backends/qualcomm/passes/i64_to_i32.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes 2024-05-15T23:26:17.1286530Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/tests 2024-05-15T23:26:17.1287330Z copying backends/qualcomm/tests/models.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/tests 2024-05-15T23:26:17.1288290Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/tests 2024-05-15T23:26:17.1289240Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/tests 2024-05-15T23:26:17.1290080Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/utils 2024-05-15T23:26:17.1290870Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/utils 2024-05-15T23:26:17.1291660Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/partition 2024-05-15T23:26:17.1292530Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/partition 2024-05-15T23:26:17.1293560Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/partition 2024-05-15T23:26:17.1294410Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/quantizer 2024-05-15T23:26:17.1295270Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/quantizer 2024-05-15T23:26:17.1296260Z copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/quantizer 2024-05-15T23:26:17.1297170Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:26:17.1298340Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:26:17.1299720Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:26:17.1300760Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1341830Z copying backends/example/example_operators/flatten.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1342980Z copying backends/example/example_operators/add.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1344060Z copying backends/example/example_operators/linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1345140Z copying backends/example/example_operators/op_base.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1346480Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1347560Z copying backends/example/example_operators/ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1348630Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1349700Z copying backends/example/example_operators/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1350760Z copying backends/example/example_operators/dropout.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1351860Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators 2024-05-15T23:26:17.1352760Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms/test 2024-05-15T23:26:17.1353660Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms/test 2024-05-15T23:26:17.1354530Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test 2024-05-15T23:26:17.1355380Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test 2024-05-15T23:26:17.1356330Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test 2024-05-15T23:26:17.1357270Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test 2024-05-15T23:26:17.1358050Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/partitioner 2024-05-15T23:26:17.1358940Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/partitioner 2024-05-15T23:26:17.1365290Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/serialization 2024-05-15T23:26:17.1366210Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/serialization 2024-05-15T23:26:17.1367340Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/serialization 2024-05-15T23:26:17.1368420Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/serialization 2024-05-15T23:26:17.1369370Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests 2024-05-15T23:26:17.1370190Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests 2024-05-15T23:26:17.1371180Z copying backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests 2024-05-15T23:26:17.1372120Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:26:17.1373040Z copying backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:26:17.1374120Z copying backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:26:17.1374940Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime 2024-05-15T23:26:17.1375570Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/api 2024-05-15T23:26:17.1376400Z copying backends/vulkan/runtime/api/gen_vulkan_spv.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/api 2024-05-15T23:26:17.1377220Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party 2024-05-15T23:26:17.1377920Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/volk 2024-05-15T23:26:17.1378830Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/volk 2024-05-15T23:26:17.1379800Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-05-15T23:26:17.1380690Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-05-15T23:26:17.1381660Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-05-15T23:26:17.1383030Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-05-15T23:26:17.1384270Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-05-15T23:26:17.1385220Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:17.1386330Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:17.1387710Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:17.1389060Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:17.1390410Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:17.1391770Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:17.1393080Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:17.1394420Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:17.1395570Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-05-15T23:26:17.1397000Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-05-15T23:26:17.1398030Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test 2024-05-15T23:26:17.1398820Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test 2024-05-15T23:26:17.1399780Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test 2024-05-15T23:26:17.1400600Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1401450Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1402400Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1403410Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1404410Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1405370Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1406330Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1407370Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1408350Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1409310Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1410370Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1411310Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1412270Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1413220Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1414210Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1415200Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1416190Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1417200Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1418170Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1419130Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1420070Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1421020Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1422050Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1423020Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1423990Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1424970Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1425930Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1426910Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1427930Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1428920Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1429840Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1430760Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1431710Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1432650Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1433590Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1434660Z copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1435710Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1436660Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1437620Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1438590Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1439510Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1440440Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1441410Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1442330Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1443360Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1444350Z copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators 2024-05-15T23:26:17.1445210Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/serialization 2024-05-15T23:26:17.1446160Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/serialization 2024-05-15T23:26:17.1447270Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/serialization 2024-05-15T23:26:17.1448110Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1448950Z copying backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1454240Z copying backends/xnnpack/passes/remove_getitem_op.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1455200Z copying backends/xnnpack/passes/xnnpack_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1456140Z copying backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1457160Z copying backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1458200Z copying backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1459150Z copying backends/xnnpack/passes/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1460090Z copying backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1461120Z copying backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1462090Z copying backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1463120Z copying backends/xnnpack/passes/convert_to_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1464070Z copying backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes 2024-05-15T23:26:17.1464830Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/utils 2024-05-15T23:26:17.1465580Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/utils 2024-05-15T23:26:17.1466490Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/utils 2024-05-15T23:26:17.1467370Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/utils 2024-05-15T23:26:17.1468240Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/utils 2024-05-15T23:26:17.1469020Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party 2024-05-15T23:26:17.2284870Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party 2024-05-15T23:26:17.2286120Z copying backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party 2024-05-15T23:26:17.2287030Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition 2024-05-15T23:26:17.2287880Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition 2024-05-15T23:26:17.2288920Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition 2024-05-15T23:26:17.2289940Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/serialization 2024-05-15T23:26:17.2290950Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/serialization 2024-05-15T23:26:17.2292150Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/serialization 2024-05-15T23:26:17.2293090Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:17.2294010Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:17.2295160Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:17.2296300Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:17.2297420Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:17.2298550Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:17.2299710Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:17.2300620Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2301530Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2302550Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2303640Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2304680Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2305760Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2306830Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2307870Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2308930Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2310010Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2311070Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2312080Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2313110Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2314190Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models 2024-05-15T23:26:17.2315140Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/tester 2024-05-15T23:26:17.2316020Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/tester 2024-05-15T23:26:17.2317040Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/tester 2024-05-15T23:26:17.2317860Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2318740Z copying backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2319740Z copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2320710Z copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2321740Z copying backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2322750Z copying backends/xnnpack/test/ops/add.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2323730Z copying backends/xnnpack/test/ops/leaky_relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2324710Z copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2325660Z copying backends/xnnpack/test/ops/div.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2326640Z copying backends/xnnpack/test/ops/slice_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2327600Z copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2328670Z copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2329660Z copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2330630Z copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2331590Z copying backends/xnnpack/test/ops/max_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2332530Z copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2333490Z copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2334470Z copying backends/xnnpack/test/ops/mean_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2335420Z copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2336400Z copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2337390Z copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2338340Z copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2339330Z copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2340370Z copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2341340Z copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2342290Z copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2343240Z copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2344210Z copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2345190Z copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2346130Z copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2347060Z copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2348000Z copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2348900Z copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2349820Z copying backends/xnnpack/test/ops/square.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2350740Z copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2357790Z copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2358770Z copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:17.2359770Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:26:17.2360800Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:26:17.2361780Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:26:17.2362740Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:26:17.2363680Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:26:17.2364660Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:26:17.2365600Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:26:17.2366540Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:26:17.2367480Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK 2024-05-15T23:26:17.2368280Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2369390Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2370700Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2372060Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2373460Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2374880Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2376270Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2377680Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2379100Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2380450Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2381800Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2383180Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2384590Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2386000Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2387460Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2388870Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2390230Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2391510Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2392820Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2394190Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2395520Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2396880Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2398240Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2399630Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2400970Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2402430Z copying backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2403870Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2405190Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2406560Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2407960Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2409330Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2410680Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2412010Z copying backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2413390Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2447670Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2449090Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2450430Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2451840Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2453270Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2454640Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2456070Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2457430Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2458740Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2460180Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2461510Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2462840Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2464260Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2465770Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2467210Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2468710Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2470070Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2471430Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2472780Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2474230Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.2475330Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:26:17.2476480Z copying backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:26:17.2477870Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:26:17.2478930Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:17.2480080Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:17.2481490Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:17.2482850Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:17.2483940Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-05-15T23:26:17.2484770Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:26:17.2485860Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:26:17.2486990Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test 2024-05-15T23:26:17.2487820Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-05-15T23:26:17.2488910Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-05-15T23:26:17.2489940Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include 2024-05-15T23:26:17.2490760Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:26:17.2491830Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:26:17.2493130Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:26:17.2494420Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:26:17.2495410Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:26:17.2496340Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:26:17.2497470Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:26:17.2498370Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test 2024-05-15T23:26:17.2499140Z copying backends/arm/test/arm_tosa_reference.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test 2024-05-15T23:26:17.2500100Z copying backends/arm/test/common.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test 2024-05-15T23:26:17.2500960Z copying backends/arm/test/test_models.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test 2024-05-15T23:26:17.2501820Z copying backends/arm/test/test_tosa.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test 2024-05-15T23:26:17.2502570Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2503370Z copying backends/arm/operators/op_view.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2504290Z copying backends/arm/operators/op_dequant.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2505230Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2506190Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2507110Z copying backends/arm/operators/op_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2508020Z copying backends/arm/operators/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2508950Z copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2509870Z copying backends/arm/operators/op_permute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2510820Z copying backends/arm/operators/op_placeholder.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2511820Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2512770Z copying backends/arm/operators/op_common.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2513700Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2514610Z copying backends/arm/operators/op_div.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2515530Z copying backends/arm/operators/op_mean_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2516480Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2517410Z copying backends/arm/operators/op_add.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2518330Z copying backends/arm/operators/op_clone.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2524220Z copying backends/arm/operators/op_addmm.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2525140Z copying backends/arm/operators/op_quant.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators 2024-05-15T23:26:17.2525900Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/misc 2024-05-15T23:26:17.2526720Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/misc 2024-05-15T23:26:17.2527530Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tosautil 2024-05-15T23:26:17.2528390Z copying backends/arm/test/tosautil/tosa_test_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tosautil 2024-05-15T23:26:17.2529400Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tosautil 2024-05-15T23:26:17.2530320Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/models 2024-05-15T23:26:17.2531160Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/models 2024-05-15T23:26:17.2531970Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tester 2024-05-15T23:26:17.2532780Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tester 2024-05-15T23:26:17.2533730Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tester 2024-05-15T23:26:17.2534520Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2535330Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2536290Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2537250Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2538210Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2539150Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2540100Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2541010Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2541930Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2542820Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2543770Z copying backends/arm/test/ops/test_avg_pool.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2544670Z copying backends/arm/test/ops/test_conv.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops 2024-05-15T23:26:17.2545440Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party 2024-05-15T23:26:17.2546180Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2024-05-15T23:26:17.2547220Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2024-05-15T23:26:17.2548190Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test 2024-05-15T23:26:17.2549110Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-05-15T23:26:17.2550290Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-05-15T23:26:17.2551470Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-05-15T23:26:17.2552680Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-05-15T23:26:17.2553820Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python 2024-05-15T23:26:17.2554750Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:26:17.2555980Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:26:17.2557510Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:26:17.2558670Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2559860Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2561310Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2562750Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2564240Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2565720Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2567220Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2568640Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2570080Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2571460Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2572800Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2574170Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2774010Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2775720Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2777220Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2778830Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2780400Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2781850Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2783240Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2784710Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2786200Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2787720Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2789180Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2790610Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2792070Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2793630Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2795120Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2796590Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2798040Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2799520Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2801100Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2802650Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2804500Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2806000Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2807480Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:17.2808590Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence 2024-05-15T23:26:17.2809220Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/utils 2024-05-15T23:26:17.2810020Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/utils 2024-05-15T23:26:17.2810990Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/utils 2024-05-15T23:26:17.2811780Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot 2024-05-15T23:26:17.2812570Z copying backends/cadence/aot/export_example.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot 2024-05-15T23:26:17.2813490Z copying backends/cadence/aot/compiler.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot 2024-05-15T23:26:17.2814430Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot 2024-05-15T23:26:17.2815450Z copying backends/cadence/aot/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot 2024-05-15T23:26:17.2816350Z copying backends/cadence/aot/quantizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot 2024-05-15T23:26:17.2817240Z copying backends/cadence/aot/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot 2024-05-15T23:26:17.2817950Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples 2024-05-15T23:26:17.2825030Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models 2024-05-15T23:26:17.2825820Z copying examples/models/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models 2024-05-15T23:26:17.2826640Z copying examples/models/model_base.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models 2024-05-15T23:26:17.2827480Z copying examples/models/model_factory.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models 2024-05-15T23:26:17.2828270Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/torchvision_vit 2024-05-15T23:26:17.2829160Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/torchvision_vit 2024-05-15T23:26:17.2830210Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/torchvision_vit 2024-05-15T23:26:17.2831050Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llava_encoder 2024-05-15T23:26:17.2831910Z copying examples/models/llava_encoder/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llava_encoder 2024-05-15T23:26:17.2832920Z copying examples/models/llava_encoder/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llava_encoder 2024-05-15T23:26:17.2833730Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2834560Z copying examples/models/llama2/export_llama.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2835530Z copying examples/models/llama2/export_llama_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2836490Z copying examples/models/llama2/fairseq2.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2837410Z copying examples/models/llama2/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2838320Z copying examples/models/llama2/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2839310Z copying examples/models/llama2/builder.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2840280Z copying examples/models/llama2/llama_transformer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2841250Z copying examples/models/llama2/eval_llama.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2842190Z copying examples/models/llama2/eval_llama_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2843140Z copying examples/models/llama2/llama_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2844140Z copying examples/models/llama2/install_requirement_helper.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2 2024-05-15T23:26:17.2845000Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/toy_model 2024-05-15T23:26:17.2845830Z copying examples/models/toy_model/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/toy_model 2024-05-15T23:26:17.2846780Z copying examples/models/toy_model/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/toy_model 2024-05-15T23:26:17.2847560Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/edsr 2024-05-15T23:26:17.2848310Z copying examples/models/edsr/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/edsr 2024-05-15T23:26:17.2849190Z copying examples/models/edsr/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/edsr 2024-05-15T23:26:17.2849930Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/resnet 2024-05-15T23:26:17.2850760Z copying examples/models/resnet/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/resnet 2024-05-15T23:26:17.2851670Z copying examples/models/resnet/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/resnet 2024-05-15T23:26:17.2852470Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v4 2024-05-15T23:26:17.2853300Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v4 2024-05-15T23:26:17.2854270Z copying examples/models/inception_v4/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v4 2024-05-15T23:26:17.2855100Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v3 2024-05-15T23:26:17.2855950Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v3 2024-05-15T23:26:17.2856940Z copying examples/models/inception_v3/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v3 2024-05-15T23:26:17.2857760Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/deeplab_v3 2024-05-15T23:26:17.2858570Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/deeplab_v3 2024-05-15T23:26:17.2859520Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/deeplab_v3 2024-05-15T23:26:17.2860290Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilebert 2024-05-15T23:26:17.2861100Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilebert 2024-05-15T23:26:17.2862060Z copying examples/models/mobilebert/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilebert 2024-05-15T23:26:17.2862930Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v2 2024-05-15T23:26:17.2863790Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v2 2024-05-15T23:26:17.2864780Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v2 2024-05-15T23:26:17.2865590Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/wav2letter 2024-05-15T23:26:17.2866400Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/wav2letter 2024-05-15T23:26:17.2867350Z copying examples/models/wav2letter/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/wav2letter 2024-05-15T23:26:17.2868140Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v3 2024-05-15T23:26:17.2869000Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v3 2024-05-15T23:26:17.2869990Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v3 2024-05-15T23:26:17.2870830Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/emformer_rnnt 2024-05-15T23:26:17.2871680Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/emformer_rnnt 2024-05-15T23:26:17.2872670Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/emformer_rnnt 2024-05-15T23:26:17.2873530Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:17.2874710Z copying examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:17.2875870Z copying examples/models/llama2/custom_ops/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:17.2876980Z copying examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:17.2877920Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/experimental 2024-05-15T23:26:17.2878880Z copying examples/models/llama2/experimental/subclass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/experimental 2024-05-15T23:26:17.2880030Z copying examples/models/llama2/experimental/generate.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/experimental 2024-05-15T23:26:17.2881200Z copying examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/experimental 2024-05-15T23:26:17.2882380Z copying examples/models/llama2/experimental/test_subclass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/experimental 2024-05-15T23:26:17.2883380Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:17.2884570Z copying examples/models/llama2/source_transformation/quantize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:17.2885840Z copying examples/models/llama2/source_transformation/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:17.2887080Z copying examples/models/llama2/source_transformation/sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:17.2888310Z copying examples/models/llama2/source_transformation/rope.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:17.2889410Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer 2024-05-15T23:26:17.2890340Z copying examples/models/llama2/tokenizer/tiktoken.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer 2024-05-15T23:26:17.2891430Z copying examples/models/llama2/tokenizer/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer 2024-05-15T23:26:17.2892650Z copying examples/models/llama2/tokenizer/tokenizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer 2024-05-15T23:26:17.2893620Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/runner 2024-05-15T23:26:17.2894540Z copying examples/models/llama2/runner/generation.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/runner 2024-05-15T23:26:17.2895420Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tests 2024-05-15T23:26:17.2896330Z copying examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tests 2024-05-15T23:26:17.2897190Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/lib 2024-05-15T23:26:17.2898040Z copying examples/models/llama2/lib/quant_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/lib 2024-05-15T23:26:17.2899010Z copying examples/models/llama2/lib/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/lib 2024-05-15T23:26:17.2900020Z copying examples/models/llama2/lib/partitioner_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/lib 2024-05-15T23:26:17.2901010Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:26:17.2902040Z copying examples/models/llama2/tokenizer/test/test_tokenizer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:26:17.2903230Z copying examples/models/llama2/tokenizer/test/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:26:17.2983560Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party 2024-05-15T23:26:17.2989200Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:26:17.2990310Z copying examples/models/llama2/third-party/abseil-cpp/conanfile.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:26:17.2991650Z copying examples/models/llama2/third-party/abseil-cpp/create_lts.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:26:17.2992720Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:26:17.2993890Z copying examples/models/llama2/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:26:17.2995030Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:26:17.2996270Z copying examples/models/llama2/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:26:17.2997760Z copying examples/models/llama2/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:26:17.2998960Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2 2024-05-15T23:26:17.2999780Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:26:17.3000850Z copying examples/models/llama2/third-party/re2/python/re2.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:26:17.3002120Z copying examples/models/llama2/third-party/re2/python/setup.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:26:17.3003380Z copying examples/models/llama2/third-party/re2/python/re2_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:26:17.3004450Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:26:17.3005580Z copying examples/models/llama2/third-party/re2/benchlog/benchplot.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:26:17.3006650Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:26:17.3007750Z copying examples/models/llama2/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:26:17.3009040Z copying examples/models/llama2/third-party/re2/re2/unicode.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:26:17.3010330Z copying examples/models/llama2/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:26:17.3011230Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3011890Z copying exir/graph_module.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3012570Z copying exir/print_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3013230Z copying exir/dynamic_shape.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3013900Z copying exir/version.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3014520Z copying exir/error.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3015130Z copying exir/memory.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3015750Z copying exir/graph.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3016390Z copying exir/memory_planning.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3017050Z copying exir/control_flow.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3017690Z copying exir/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3018300Z copying exir/types.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3018890Z copying exir/pass_base.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3019530Z copying exir/pass_manager.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3020160Z copying exir/delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3020780Z copying exir/tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3021410Z copying exir/common.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3022050Z copying exir/dim_order_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3022710Z copying exir/scalar_type.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3023420Z copying exir/wrap.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3024030Z copying exir/sym_util.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3024720Z copying exir/lowered_backend_module.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3025400Z copying exir/tracer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3026020Z copying exir/schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir 2024-05-15T23:26:17.3026610Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/capture 2024-05-15T23:26:17.3027270Z copying exir/capture/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/capture 2024-05-15T23:26:17.3028020Z copying exir/capture/_unlift.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/capture 2024-05-15T23:26:17.3028770Z copying exir/capture/_capture.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/capture 2024-05-15T23:26:17.3029510Z copying exir/capture/_config.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/capture 2024-05-15T23:26:17.3030180Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3030880Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3031720Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3032560Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3033390Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3034260Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3035140Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3036030Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3036900Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3037730Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3038530Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3039530Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3040400Z copying exir/passes/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3041250Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3042150Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3043000Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3048800Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3049720Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3050590Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3051460Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3052350Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3053180Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3054010Z copying exir/passes/pass_registry.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3054800Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3055650Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3056490Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3057290Z copying exir/passes/const_prop_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3058130Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes 2024-05-15T23:26:17.3058830Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3059500Z copying exir/tests/test_op_convert.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3060250Z copying exir/tests/test_tensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3061010Z copying exir/tests/test_print_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3061780Z copying exir/tests/test_common.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3062500Z copying exir/tests/models.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3063310Z copying exir/tests/asr_joiner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3064050Z copying exir/tests/test_delegate.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3064850Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3065680Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3066500Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3067280Z copying exir/tests/test_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3068010Z copying exir/tests/test_tracer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3068780Z copying exir/tests/test_arg_validator.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3069580Z copying exir/tests/control_flow_models.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3070350Z copying exir/tests/test_quantization.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3071090Z copying exir/tests/common.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3071820Z copying exir/tests/transformer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3072550Z copying exir/tests/test_error.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3073300Z copying exir/tests/test_capture.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3074100Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3075000Z copying exir/tests/test_memory_planning.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3075820Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3076590Z copying exir/tests/test_serde.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3077350Z copying exir/tests/test_pass_infra.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3078140Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3078900Z copying exir/tests/test_verification.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests 2024-05-15T23:26:17.3079570Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend 2024-05-15T23:26:17.3080260Z copying exir/backend/partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend 2024-05-15T23:26:17.3081060Z copying exir/backend/backend_details.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend 2024-05-15T23:26:17.3081830Z copying exir/backend/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend 2024-05-15T23:26:17.3082570Z copying exir/backend/backend_api.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend 2024-05-15T23:26:17.3083370Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend 2024-05-15T23:26:17.3084070Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification 2024-05-15T23:26:17.3084820Z copying exir/verification/arg_validator.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification 2024-05-15T23:26:17.3085660Z copying exir/verification/dev_html.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification 2024-05-15T23:26:17.3086570Z copying exir/verification/interpreter.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification 2024-05-15T23:26:17.3087420Z copying exir/verification/verifier.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification 2024-05-15T23:26:17.3088110Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize 2024-05-15T23:26:17.3088810Z copying exir/_serialize/_dataclass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize 2024-05-15T23:26:17.3089600Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize 2024-05-15T23:26:17.3090380Z copying exir/_serialize/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize 2024-05-15T23:26:17.3091150Z copying exir/_serialize/_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize 2024-05-15T23:26:17.3091910Z copying exir/_serialize/_cord.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize 2024-05-15T23:26:17.3092570Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects 2024-05-15T23:26:17.3093200Z copying exir/dialects/_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects 2024-05-15T23:26:17.3093920Z copying exir/dialects/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects 2024-05-15T23:26:17.3094570Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program 2024-05-15T23:26:17.3095230Z copying exir/program/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program 2024-05-15T23:26:17.3096000Z copying exir/program/_fake_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program 2024-05-15T23:26:17.3096750Z copying exir/program/_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program 2024-05-15T23:26:17.3097380Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit 2024-05-15T23:26:17.3098070Z copying exir/emit/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit 2024-05-15T23:26:17.3098790Z copying exir/emit/_emit_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit 2024-05-15T23:26:17.3099500Z copying exir/emit/_emitter.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit 2024-05-15T23:26:17.3100120Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/serde 2024-05-15T23:26:17.3100780Z copying exir/serde/serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/serde 2024-05-15T23:26:17.3101510Z copying exir/serde/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/serde 2024-05-15T23:26:17.3102260Z copying exir/serde/export_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/serde 2024-05-15T23:26:17.3103010Z copying exir/serde/schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/serde 2024-05-15T23:26:17.3103660Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator 2024-05-15T23:26:17.3104320Z copying exir/operator/util.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator 2024-05-15T23:26:17.3105080Z copying exir/operator/convert.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator 2024-05-15T23:26:17.3105850Z copying exir/operator/manip.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator 2024-05-15T23:26:17.3106520Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.3107250Z copying exir/backend/test/test_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.3108140Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.3109130Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.3110060Z copying exir/backend/test/test_passes.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.3110940Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.3111840Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7363760Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7373390Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7375290Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7376270Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7377630Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7378600Z copying exir/backend/test/test_backends.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7379560Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7380770Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7381750Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test 2024-05-15T23:26:17.7382750Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/canonical_partitioners 2024-05-15T23:26:17.7384090Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/canonical_partitioners 2024-05-15T23:26:17.7386170Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/canonical_partitioners 2024-05-15T23:26:17.7387440Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/canonical_partitioners 2024-05-15T23:26:17.7388540Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos 2024-05-15T23:26:17.7389410Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos 2024-05-15T23:26:17.7390590Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos 2024-05-15T23:26:17.7391610Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos/rpc 2024-05-15T23:26:17.7392650Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos/rpc 2024-05-15T23:26:17.7394070Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos/rpc 2024-05-15T23:26:17.7395220Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos/rpc 2024-05-15T23:26:17.7396100Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification/test 2024-05-15T23:26:17.7396930Z copying exir/verification/test/test_verifier.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification/test 2024-05-15T23:26:17.7398150Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/test 2024-05-15T23:26:17.7398950Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/test 2024-05-15T23:26:17.7399840Z copying exir/_serialize/test/test_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/test 2024-05-15T23:26:17.7400750Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/test 2024-05-15T23:26:17.7401520Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/test 2024-05-15T23:26:17.7402430Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/test 2024-05-15T23:26:17.7403210Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/backend 2024-05-15T23:26:17.7403970Z copying exir/dialects/backend/_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/backend 2024-05-15T23:26:17.7404710Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge 2024-05-15T23:26:17.7405440Z copying exir/dialects/edge/_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge 2024-05-15T23:26:17.7406190Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/backend/test 2024-05-15T23:26:17.7407060Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/backend/test 2024-05-15T23:26:17.7407920Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/dtype 2024-05-15T23:26:17.7408750Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/dtype 2024-05-15T23:26:17.7409820Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/dtype 2024-05-15T23:26:17.7410800Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/dtype 2024-05-15T23:26:17.7411710Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/test 2024-05-15T23:26:17.7412550Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/test 2024-05-15T23:26:17.7413530Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/test 2024-05-15T23:26:17.7414340Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/op 2024-05-15T23:26:17.7415100Z copying exir/dialects/edge/op/api.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/op 2024-05-15T23:26:17.7416020Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/op 2024-05-15T23:26:17.7416820Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/arg 2024-05-15T23:26:17.7417610Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/arg 2024-05-15T23:26:17.7418520Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/arg 2024-05-15T23:26:17.7419300Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/spec 2024-05-15T23:26:17.7420090Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/spec 2024-05-15T23:26:17.7420980Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/spec 2024-05-15T23:26:17.7421750Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/op/test 2024-05-15T23:26:17.7422710Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/op/test 2024-05-15T23:26:17.7423520Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program/test 2024-05-15T23:26:17.7424290Z copying exir/program/test/test_fake_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program/test 2024-05-15T23:26:17.7425190Z copying exir/program/test/test_program.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program/test 2024-05-15T23:26:17.7425910Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit/test 2024-05-15T23:26:17.7426770Z copying exir/emit/test/test_emit.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit/test 2024-05-15T23:26:17.7427480Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator/test 2024-05-15T23:26:17.7428250Z copying exir/operator/test/test_operator.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator/test 2024-05-15T23:26:17.7428960Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension 2024-05-15T23:26:17.7429530Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pytree 2024-05-15T23:26:17.7430220Z copying extension/pytree/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pytree 2024-05-15T23:26:17.7430900Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util 2024-05-15T23:26:17.7431620Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util 2024-05-15T23:26:17.7432480Z copying extension/gguf_util/convert_main.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util 2024-05-15T23:26:17.7433340Z copying extension/gguf_util/converter.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util 2024-05-15T23:26:17.7434060Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings 2024-05-15T23:26:17.7434850Z copying extension/pybindings/portable_lib.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings 2024-05-15T23:26:17.7435720Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pytree/test 2024-05-15T23:26:17.7436480Z copying extension/pytree/test/test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pytree/test 2024-05-15T23:26:17.7437280Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util/converters 2024-05-15T23:26:17.7438170Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util/converters 2024-05-15T23:26:17.7439030Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings/test 2024-05-15T23:26:17.7439860Z copying extension/pybindings/test/make_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings/test 2024-05-15T23:26:17.7440870Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings/test 2024-05-15T23:26:17.7441630Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk 2024-05-15T23:26:17.7442180Z copying sdk/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk 2024-05-15T23:26:17.7442770Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/debug_format 2024-05-15T23:26:17.7443490Z copying sdk/debug_format/et_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/debug_format 2024-05-15T23:26:17.7444310Z copying sdk/debug_format/base_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/debug_format 2024-05-15T23:26:17.7444990Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector 2024-05-15T23:26:17.7445690Z copying sdk/inspector/_inspector.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector 2024-05-15T23:26:17.7446480Z copying sdk/inspector/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector 2024-05-15T23:26:17.7447370Z copying sdk/inspector/_inspector_utils.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector 2024-05-15T23:26:17.7448360Z copying sdk/inspector/inspector_cli.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector 2024-05-15T23:26:17.7449130Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program 2024-05-15T23:26:17.7455090Z copying sdk/bundled_program/config.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program 2024-05-15T23:26:17.7455980Z copying sdk/bundled_program/version.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program 2024-05-15T23:26:17.7456820Z copying sdk/bundled_program/core.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program 2024-05-15T23:26:17.7457560Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/size_analysis_tool 2024-05-15T23:26:17.7458420Z copying sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/size_analysis_tool 2024-05-15T23:26:17.7459390Z copying sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/size_analysis_tool 2024-05-15T23:26:17.7460130Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump 2024-05-15T23:26:17.7460800Z copying sdk/etdump/serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump 2024-05-15T23:26:17.7461570Z copying sdk/etdump/schema_flatcc.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump 2024-05-15T23:26:17.7462240Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etrecord 2024-05-15T23:26:17.7462910Z copying sdk/etrecord/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etrecord 2024-05-15T23:26:17.7463670Z copying sdk/etrecord/_etrecord.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etrecord 2024-05-15T23:26:17.7464380Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/tests 2024-05-15T23:26:17.7465320Z copying sdk/inspector/tests/inspector_utils_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/tests 2024-05-15T23:26:17.7466280Z copying sdk/inspector/tests/event_blocks_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/tests 2024-05-15T23:26:17.7467220Z copying sdk/inspector/tests/inspector_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/tests 2024-05-15T23:26:17.7467990Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test 2024-05-15T23:26:17.7468830Z copying sdk/bundled_program/test/test_bundle_data.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test 2024-05-15T23:26:17.7469820Z copying sdk/bundled_program/test/test_end2end.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test 2024-05-15T23:26:17.7470790Z copying sdk/bundled_program/test/test_config.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test 2024-05-15T23:26:17.7471570Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/util 2024-05-15T23:26:17.7472380Z copying sdk/bundled_program/util/test_util.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/util 2024-05-15T23:26:17.7473170Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize 2024-05-15T23:26:17.7474160Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize 2024-05-15T23:26:17.7475040Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema 2024-05-15T23:26:17.7475880Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema 2024-05-15T23:26:17.7477020Z copying sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema 2024-05-15T23:26:17.7477920Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:26:17.7478880Z copying sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:26:17.7479790Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema/test 2024-05-15T23:26:17.7480690Z copying sdk/bundled_program/schema/test/test_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema/test 2024-05-15T23:26:17.7481530Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump/tests 2024-05-15T23:26:17.7482290Z copying sdk/etdump/tests/serialize_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump/tests 2024-05-15T23:26:17.7483050Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etrecord/tests 2024-05-15T23:26:17.7483820Z copying sdk/etrecord/tests/etrecord_test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etrecord/tests 2024-05-15T23:26:17.7484680Z copying sdk/bundled_program/config.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program 2024-05-15T23:26:17.7485520Z copying sdk/bundled_program/version.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program 2024-05-15T23:26:17.7486340Z copying sdk/bundled_program/core.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program 2024-05-15T23:26:17.7487260Z copying sdk/bundled_program/test/test_bundle_data.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test 2024-05-15T23:26:17.7488220Z copying sdk/bundled_program/test/test_end2end.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test 2024-05-15T23:26:17.7489180Z copying sdk/bundled_program/test/test_config.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test 2024-05-15T23:26:17.7490210Z copying sdk/bundled_program/util/test_util.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/util 2024-05-15T23:26:17.7491170Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize 2024-05-15T23:26:17.7492140Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema 2024-05-15T23:26:17.7493150Z copying sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema 2024-05-15T23:26:17.7494250Z copying sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:26:17.7495350Z copying sdk/bundled_program/schema/test/test_schema.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema/test 2024-05-15T23:26:17.7496110Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/util 2024-05-15T23:26:17.7496720Z copying util/python_profiler.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/util 2024-05-15T23:26:17.7497440Z copying util/activation_memory_profiler.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/util 2024-05-15T23:26:17.7498040Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/serializer 2024-05-15T23:26:17.7498810Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/serializer 2024-05-15T23:26:17.7499880Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/serializer 2024-05-15T23:26:17.7500620Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7501410Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7502420Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7503420Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7612260Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7613400Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7614480Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7615430Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7616360Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7617290Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7618240Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7619220Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7620210Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7621170Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7622250Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7623200Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7624190Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7625180Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7626150Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7627130Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7628080Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7629110Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7630080Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7631030Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7632010Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7633000Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7634140Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7635120Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7636060Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7637030Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7638080Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7644260Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7645220Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7646150Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7647090Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/tosa 2024-05-15T23:26:17.7647640Z running egg_info 2024-05-15T23:26:17.7647850Z creating executorch.egg-info 2024-05-15T23:26:17.7648120Z writing executorch.egg-info/PKG-INFO 2024-05-15T23:26:17.7648520Z writing dependency_links to executorch.egg-info/dependency_links.txt 2024-05-15T23:26:17.7649000Z writing entry points to executorch.egg-info/entry_points.txt 2024-05-15T23:26:17.7649440Z writing requirements to executorch.egg-info/requires.txt 2024-05-15T23:26:17.7649860Z writing top-level names to executorch.egg-info/top_level.txt 2024-05-15T23:26:17.7650290Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-05-15T23:26:17.7650710Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2024-05-15T23:26:17.7651220Z adding license file 'LICENSE' 2024-05-15T23:26:17.7651560Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-05-15T23:26:17.7652320Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/serialization 2024-05-15T23:26:17.7653360Z copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/serialization 2024-05-15T23:26:17.7654160Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/aot 2024-05-15T23:26:17.7654780Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/aot/ir 2024-05-15T23:26:17.7655560Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/aot/ir 2024-05-15T23:26:17.7656530Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/serialization 2024-05-15T23:26:17.7657360Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/glsl 2024-05-15T23:26:17.7658210Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/glsl 2024-05-15T23:26:17.7659040Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph 2024-05-15T23:26:17.7659720Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops 2024-05-15T23:26:17.7660440Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7661400Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7662720Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7663920Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7665120Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7666340Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7667550Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7668860Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7670190Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7671410Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7672600Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7673860Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7675140Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7676510Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7677720Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7678880Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7680070Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7681280Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7682510Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7683750Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7685010Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7686170Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7687320Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7688640Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7689880Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7691130Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7692380Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7693640Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7694840Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7696050Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7697250Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7698470Z copying backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7699730Z copying backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7701010Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7702300Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7703610Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7704770Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7705980Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7707150Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:17.7708310Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/serialization 2024-05-15T23:26:17.7709350Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/serialization 2024-05-15T23:26:17.7710410Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party 2024-05-15T23:26:17.7711540Z copying backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party 2024-05-15T23:26:17.7712700Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:26:17.7713850Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:26:17.7715060Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:26:17.7716200Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:26:17.7717490Z copying backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7718880Z copying backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7720180Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7721520Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7722840Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7724220Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7725540Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7726900Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7728280Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7729800Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7731120Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7732430Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7733720Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7739310Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7740810Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.7742180Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8370370Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8382070Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8384100Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8385590Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8386960Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8388320Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8389600Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8390870Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8392140Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8393420Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8394740Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8396090Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8397440Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8399210Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8400590Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8402020Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8403380Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8404690Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8405980Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8407270Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8408620Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8409960Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8412040Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8413400Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8414690Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8415990Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8417340Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8418740Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8420120Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8421450Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8422750Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8424110Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8425560Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8426850Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:17.8427850Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8428910Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8430210Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8431450Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8432660Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8433900Z copying backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8435180Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8436550Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8438000Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8439310Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8440570Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8441890Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8443260Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8444530Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8445760Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8447080Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8448410Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8449660Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8450910Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8452230Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8453510Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8454810Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8456080Z copying backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8457370Z copying backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8458660Z copying backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8459920Z copying backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8461210Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8462430Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8469530Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8470720Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8471920Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8473160Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8474350Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8475550Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8476790Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8478060Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8479330Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8480530Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8481760Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8482970Z copying backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8484290Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8485580Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8486770Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8488020Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8489240Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8490500Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8491780Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8493050Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8494300Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8495630Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8496870Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8498120Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8499320Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8500510Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8501680Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8502890Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8504100Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8505280Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8506470Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.8507670Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9461480Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9463030Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9464340Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9465560Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9466800Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9468040Z copying backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9469260Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9470490Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9471770Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9473160Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9474650Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9475950Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9477220Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9478440Z copying backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9479710Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9481050Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9482340Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9483590Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9484800Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9486020Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9487280Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9488590Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9489830Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9491050Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9492290Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9493560Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9494850Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9496060Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9497280Z copying backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9498540Z copying backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9499890Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9501160Z copying backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9502460Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9503770Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9505030Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9506270Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9507500Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9508780Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9510070Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9511360Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9512660Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9514010Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9515230Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9516470Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9517720Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9518960Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9520170Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9521500Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9522780Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9524070Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9525290Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9526590Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9527860Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9529100Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9530340Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9531590Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9532820Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9534110Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9535360Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9536630Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9537860Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9539080Z copying backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9540400Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9541660Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9542850Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9544150Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9545370Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9546600Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9547820Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9549060Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9550330Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9551600Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9553020Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9554240Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9555470Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9556700Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9557990Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9559310Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9560570Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9561780Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9562980Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9564240Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9565490Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9566790Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9573250Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9574520Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9575820Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9577100Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9578370Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9579630Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9580850Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9582090Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9583340Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9584670Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:17.9585890Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1068700Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1070080Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1071410Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1072720Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1074050Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1075340Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1076600Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1077860Z copying backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1079210Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1080790Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1082180Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1083570Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1084950Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1086340Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1087670Z copying backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1089050Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1090510Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1091970Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1093550Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1094930Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1096210Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1097540Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1098930Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1100400Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1101900Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1103280Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1104640Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1106000Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1107470Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1108800Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1110070Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1111300Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1112520Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1113760Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1115020Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1116330Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1117650Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1118980Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1120420Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1121810Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1123250Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1124670Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1126080Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1127420Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1128720Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1130080Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1131420Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1132730Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1134160Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1135500Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1136800Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1138070Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1139310Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1140530Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1141750Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1143010Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1144310Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1145740Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1147110Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1148380Z copying backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1149600Z copying backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1150810Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1152050Z copying backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1153280Z copying backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1154540Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1155860Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1157110Z copying backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1158330Z copying backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1159580Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1160970Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1168710Z copying backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1170050Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1171260Z copying backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1172500Z copying backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1173750Z copying backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1174970Z copying backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1176270Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1177490Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1178790Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1180050Z copying backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1181280Z copying backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1182540Z copying backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1183750Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1184930Z copying backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1186180Z copying backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1187480Z copying backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1188650Z copying backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1189850Z copying backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.1191150Z copying backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:26:18.1192640Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:26:18.1193670Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:26:18.1194660Z copying backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:26:18.1195850Z copying backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:26:18.1196840Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-05-15T23:26:18.1197670Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:26:18.1680130Z copying backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:26:18.1681620Z copying backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:26:18.1683010Z copying backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:26:18.1684410Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:18.1685840Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:18.1687440Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:18.1688810Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:26:18.1689900Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2024-05-15T23:26:18.1691020Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2024-05-15T23:26:18.1692140Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot 2024-05-15T23:26:18.1693360Z copying examples/models/llama2/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:26:18.1694510Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge 2024-05-15T23:26:18.1695390Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings 2024-05-15T23:26:18.1696110Z creating pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/schema 2024-05-15T23:26:18.1696710Z copying schema/program.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/schema 2024-05-15T23:26:18.1697400Z copying schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/schema 2024-05-15T23:26:18.1698360Z copying sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump 2024-05-15T23:26:18.1699210Z copying sdk/etdump/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump 2024-05-15T23:26:18.1700160Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema 2024-05-15T23:26:18.1701410Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema 2024-05-15T23:26:18.1702450Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema 2024-05-15T23:26:18.1703490Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema 2024-05-15T23:26:18.1704370Z copying schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize 2024-05-15T23:26:18.1705130Z copying schema/program.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize 2024-05-15T23:26:18.1706060Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize 2024-05-15T23:26:18.1707120Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize 2024-05-15T23:26:18.1707730Z running build_ext 2024-05-15T23:26:18.1708890Z copying /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/_portable_lib.cpython-310-darwin.so -> pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings 2024-05-15T23:26:18.1711520Z copying /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.dylib -> /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:18.1714490Z copying /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/temp.macosx-11.1-arm64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/et-build/src/executorch/pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/data/bin 2024-05-15T23:26:18.1716010Z installing to pip-out/bdist.macosx-11.1-arm64/wheel 2024-05-15T23:26:18.1716310Z running install 2024-05-15T23:26:18.1716510Z running install_lib 2024-05-15T23:26:18.1716770Z creating pip-out/bdist.macosx-11.1-arm64 2024-05-15T23:26:18.1717130Z creating pip-out/bdist.macosx-11.1-arm64/wheel 2024-05-15T23:26:18.1717530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/serializer 2024-05-15T23:26:18.1718240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/serializer/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/serializer 2024-05-15T23:26:18.1719220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/serializer/tosa_serializer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/serializer 2024-05-15T23:26:18.1719890Z creating pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1720550Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/TileAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1721480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/ReshapeAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1722400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/SliceAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1723370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/FullyConnectedAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1724310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/RFFTAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1725230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/AxisAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1726200Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/Attribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1727080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/TosaTensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1727950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/Version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1728800Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/DType.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1729680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/CondIfAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1730610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/NegateAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1731510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/PoolAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1732420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/TableAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1733330Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/TosaBasicBlock.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1734260Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/WhileLoopAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1735160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1736030Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/ResizeMode.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1736930Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/ResizeAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1743940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/MatMulAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1744920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/TransposeConvAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1745820Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/Op.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1746700Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/ClampAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1747600Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/MulAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1748520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/RescaleAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1749430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/CustomAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1750340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/FFTAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1751240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/ConvAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1752170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/TransposeAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1753170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1754140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/PadAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1755020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/TosaRegion.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1755900Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/TosaOperator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1756790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/tosa/TosaGraph.py -> pip-out/bdist.macosx-11.1-arm64/wheel/tosa 2024-05-15T23:26:18.1757560Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch 2024-05-15T23:26:18.1758250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch 2024-05-15T23:26:18.1758970Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension 2024-05-15T23:26:18.1759520Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pytree 2024-05-15T23:26:18.1760110Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pytree/test 2024-05-15T23:26:18.1761080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pytree/test 2024-05-15T23:26:18.1762320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pytree 2024-05-15T23:26:18.1763210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/gguf_util 2024-05-15T23:26:18.1764160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/gguf_util 2024-05-15T23:26:18.1765410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/gguf_util 2024-05-15T23:26:18.1766370Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/gguf_util/converters 2024-05-15T23:26:18.1767470Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/gguf_util/converters 2024-05-15T23:26:18.1768910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/gguf_util 2024-05-15T23:26:18.1769830Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pybindings 2024-05-15T23:26:18.1770440Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pybindings/test 2024-05-15T23:26:18.1771480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pybindings/test 2024-05-15T23:26:18.1772860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pybindings/test 2024-05-15T23:26:18.1774250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pybindings 2024-05-15T23:26:18.1775560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pybindings 2024-05-15T23:26:18.1776970Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-darwin.so -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/extension/pybindings 2024-05-15T23:26:18.1777920Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/util 2024-05-15T23:26:18.1778700Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/util 2024-05-15T23:26:18.1779840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/util 2024-05-15T23:26:18.1780650Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends 2024-05-15T23:26:18.1781180Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple 2024-05-15T23:26:18.1781750Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps 2024-05-15T23:26:18.1782470Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/test 2024-05-15T23:26:18.1783480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/test 2024-05-15T23:26:18.1784860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/test 2024-05-15T23:26:18.1786250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/test 2024-05-15T23:26:18.1787680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/test 2024-05-15T23:26:18.1789110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/test 2024-05-15T23:26:18.1790500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/test 2024-05-15T23:26:18.1791530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1792630Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1794160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1795760Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1797280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1798750Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1800230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1801700Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1803180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1804650Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1806090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1807530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1809030Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1810650Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1812340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1813820Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1815280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1816740Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1818230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:26:18.1819330Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/serialization 2024-05-15T23:26:18.1820490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/serialization 2024-05-15T23:26:18.1822080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/serialization 2024-05-15T23:26:18.1823730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/serialization 2024-05-15T23:26:18.1825150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps 2024-05-15T23:26:18.1826110Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/utils 2024-05-15T23:26:18.1827130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/utils 2024-05-15T23:26:18.1828130Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/partition 2024-05-15T23:26:18.1829230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/mps/partition 2024-05-15T23:26:18.1830260Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml 2024-05-15T23:26:18.1830880Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/test 2024-05-15T23:26:18.1831980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/test 2024-05-15T23:26:18.1833470Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/test 2024-05-15T23:26:18.1834520Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/runtime 2024-05-15T23:26:18.1835250Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-05-15T23:26:18.1836480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-05-15T23:26:18.1837720Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/partition 2024-05-15T23:26:18.1838860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/partition 2024-05-15T23:26:18.1839970Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/quantizer 2024-05-15T23:26:18.1841170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/quantizer 2024-05-15T23:26:18.1842260Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/compiler 2024-05-15T23:26:18.1843400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/compiler 2024-05-15T23:26:18.1844890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/apple/coreml/compiler 2024-05-15T23:26:18.1845890Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm 2024-05-15T23:26:18.1846850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm 2024-05-15T23:26:18.1852900Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1853950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1855450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1856840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1858310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1859720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1861100Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1862480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1863890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1865280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1866660Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1868050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1869570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1870950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1872360Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1873780Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1875220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1876630Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1878000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1879400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1880800Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1882300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1883770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1885150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1886540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1887920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1889300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_cast.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1890810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1892310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1893700Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1895130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1896520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1898050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1899440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1900870Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1902250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1903710Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1905140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1906540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1907920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1909540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1910990Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1912370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1913760Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1915180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1916570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1917990Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1919380Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:26:18.1920390Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/serialization 2024-05-15T23:26:18.1921560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/serialization 2024-05-15T23:26:18.1923100Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/serialization/schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/serialization 2024-05-15T23:26:18.1924720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/serialization 2024-05-15T23:26:18.1925800Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1926860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1928260Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/fold_qdq.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1929650Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1931090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1932580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1934070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1935520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1937070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/convert_hardsigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1938520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1939940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/insert_io_qdq.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1941350Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/annotate_decomposed.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1942810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/convert_hardswish.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1944190Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1945570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/decompose_silu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1947010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1948530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1950000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/convert_to_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1951620Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/remove_clone.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1953070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/insert_requantize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1954490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/layout_transform.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1955870Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/passes/i64_to_i32.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:26:18.1956860Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/tests 2024-05-15T23:26:18.1957860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/tests 2024-05-15T23:26:18.1959230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/tests 2024-05-15T23:26:18.1960580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/tests 2024-05-15T23:26:18.1961540Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/utils 2024-05-15T23:26:18.1962530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/utils 2024-05-15T23:26:18.1963500Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/partition 2024-05-15T23:26:18.1964690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/partition 2024-05-15T23:26:18.1972890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/partition 2024-05-15T23:26:18.1973980Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/quantizer 2024-05-15T23:26:18.1975050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/quantizer 2024-05-15T23:26:18.1976480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/quantizer/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/quantizer 2024-05-15T23:26:18.1977470Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/aot 2024-05-15T23:26:18.1978090Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/aot/ir 2024-05-15T23:26:18.1979110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/qualcomm/aot/ir 2024-05-15T23:26:18.1980060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example 2024-05-15T23:26:18.1980780Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:26:18.1982150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:26:18.1983990Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:26:18.1985810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example 2024-05-15T23:26:18.1987120Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example 2024-05-15T23:26:18.1988410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example 2024-05-15T23:26:18.1989710Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example 2024-05-15T23:26:18.1990700Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.1991840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.1993330Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.1994820Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.1996310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.1997950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.1999450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.2000930Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.2002430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.2003910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.2005440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/example/example_operators 2024-05-15T23:26:18.2006510Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/transforms 2024-05-15T23:26:18.2007530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/transforms 2024-05-15T23:26:18.2008530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/transforms/test 2024-05-15T23:26:18.2009650Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/transforms/test 2024-05-15T23:26:18.2011040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/transforms 2024-05-15T23:26:18.2012490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/transforms 2024-05-15T23:26:18.2013430Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan 2024-05-15T23:26:18.2014370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan 2024-05-15T23:26:18.2015300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test 2024-05-15T23:26:18.2016320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test 2024-05-15T23:26:18.2017310Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/glsl 2024-05-15T23:26:18.2018360Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/glsl 2024-05-15T23:26:18.2019770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test 2024-05-15T23:26:18.2020790Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/op_tests 2024-05-15T23:26:18.2021500Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:26:18.2022670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:26:18.2024490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:26:18.2026000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/op_tests 2024-05-15T23:26:18.2027470Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test/op_tests 2024-05-15T23:26:18.2028890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/test 2024-05-15T23:26:18.2029890Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/partitioner 2024-05-15T23:26:18.2031000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/partitioner 2024-05-15T23:26:18.2032070Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/serialization 2024-05-15T23:26:18.2033190Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/serialization 2024-05-15T23:26:18.2034660Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/serialization 2024-05-15T23:26:18.2036150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/serialization 2024-05-15T23:26:18.2037700Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/serialization 2024-05-15T23:26:18.2038870Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime 2024-05-15T23:26:18.2039520Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph 2024-05-15T23:26:18.2040210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops 2024-05-15T23:26:18.2040940Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2042180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2043860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2045610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2047300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2048950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2050630Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2052390Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2054070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2055750Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2057400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2059160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2060840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2062580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2064260Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2065960Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2067850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2069510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2071110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2072720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2074450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2076200Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2077920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2079610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2081400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2083050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2084730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2091010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2092710Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2094450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2096180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2097860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2099540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2101340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2102970Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2104680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2106340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2108020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2109740Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:26:18.2110940Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/api 2024-05-15T23:26:18.2112010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/runtime/api/gen_vulkan_spv.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/runtime/api 2024-05-15T23:26:18.2113330Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan 2024-05-15T23:26:18.2114330Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party 2024-05-15T23:26:18.2115030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/volk 2024-05-15T23:26:18.2116190Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/volk 2024-05-15T23:26:18.2117330Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-05-15T23:26:18.2118210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-05-15T23:26:18.2119160Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-05-15T23:26:18.2120780Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-05-15T23:26:18.2122250Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-05-15T23:26:18.2123080Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:18.2124450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:18.2126260Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:18.2128070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:18.2129950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:18.2131300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-05-15T23:26:18.2132760Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-05-15T23:26:18.2134660Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:18.2136460Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:18.2138250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:26:18.2139500Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack 2024-05-15T23:26:18.2140090Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test 2024-05-15T23:26:18.2140770Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/serialization 2024-05-15T23:26:18.2142060Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/serialization 2024-05-15T23:26:18.2143680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/serialization 2024-05-15T23:26:18.2144800Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:18.2145930Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:18.2147480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:18.2149050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:18.2150700Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:18.2152220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:18.2153790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/passes 2024-05-15T23:26:18.2154900Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2156060Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2157520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2159140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2160640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2162130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2163610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2165090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2166560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2168030Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2169610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2171080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2172520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2174000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:26:18.2175430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test 2024-05-15T23:26:18.2176440Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/tester 2024-05-15T23:26:18.2177510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/tester 2024-05-15T23:26:18.2179030Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/tester 2024-05-15T23:26:18.2180060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2181130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2182540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/pow.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2184000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/permute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2185420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2186980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2188430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/leaky_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2189830Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/sqrt.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2191170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/div.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2192560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/slice_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2193950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/cat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2195310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/multiply.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2196800Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2198180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/negate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2199570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/max_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2200920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/abs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2202270Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/hardswish.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2203670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/mean_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2205100Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/floor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2206480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/avgpool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2212320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/ceil.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2213730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/maxpool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2215130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/maximum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2216640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/bilinear2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2218020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2219380Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/conv1d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2220730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2222100Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/hardtanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2223530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/minimum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2224900Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2226250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/prelu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2227640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2229110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/sub.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2230480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/square.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2231830Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/elu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2233180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/sigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2234570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/ops/softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:26:18.2235990Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/test 2024-05-15T23:26:18.2237000Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2238050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2239440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2240880Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2242330Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2243840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2245230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2246680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2248100Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2249500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2250890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2252290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2253680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2255080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2256590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2258050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2259490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2260930Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2262490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2263920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2265310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2266870Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2268320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2269750Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2271300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2272720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2274130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2275530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2276950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2278750Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2280190Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2281560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2282940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2284420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2285840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2287300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2288750Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2290140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2291570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2293030Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2294420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2295790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2297180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2298580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2300050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2301490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:26:18.2302570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/serialization 2024-05-15T23:26:18.2303700Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/serialization 2024-05-15T23:26:18.2305240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/serialization 2024-05-15T23:26:18.2306810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/serialization 2024-05-15T23:26:18.2308340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/serialization 2024-05-15T23:26:18.2309420Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2310510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2312080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/remove_getitem_op.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2313500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/xnnpack_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2315100Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2316630Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2318130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2319520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2320910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2322350Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2323780Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2325170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/convert_to_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2326720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:26:18.2332910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack 2024-05-15T23:26:18.2333860Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/utils 2024-05-15T23:26:18.2334850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/utils 2024-05-15T23:26:18.2336210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/utils 2024-05-15T23:26:18.2337570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/utils 2024-05-15T23:26:18.2338910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/utils 2024-05-15T23:26:18.2339910Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party 2024-05-15T23:26:18.2341050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party 2024-05-15T23:26:18.2342200Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:26:18.2343530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:26:18.2345290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:26:18.2346880Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party 2024-05-15T23:26:18.2348000Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:26:18.2349260Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:26:18.2350840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:26:18.2351960Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2024-05-15T23:26:18.2352740Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2354050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2355790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2357510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2359430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2361300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2363140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2364970Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2366810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2368600Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2370390Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2372260Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2374180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2375980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2377780Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2379670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2381450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2383140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2384850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2386640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2388510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2390320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2392170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2393940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2395680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2397550Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2399440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2401250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2403050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2404840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2406620Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2408380Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2410110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2411910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2413730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2415460Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2417310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2419110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2420890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2422640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2424430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2426220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2427940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2429780Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2431550Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2433430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2435300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2437230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2439040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2440760Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2442490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2444240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2446170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2447940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:26:18.2449200Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2450430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2452110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2453770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2455410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2457050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2459020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2460820Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2462590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2464330Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2466010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2472230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2473920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2475600Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2477270Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2479100Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2480770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2482500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2484240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2485940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2487680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2489380Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2491040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2492830Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2494510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2496160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2497940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2499740Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2501420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2503070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2504720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2506400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2508170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2509870Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2511560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2513210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2514880Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2516580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2518300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2520110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2521830Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2523530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2525180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2527090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2528850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2530550Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2532310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2534180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2536060Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2537770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2540020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2541740Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2543450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2545130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2546910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2548910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2550610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2552290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2554050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2555870Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2557640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2559340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2561070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2562840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2564700Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2566380Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2568080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2569900Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2572230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2573950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2575630Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2577300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2579130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2580820Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2582490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2583320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2584140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2584960Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2585810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2586640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2587530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2588540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2589390Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2590240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2591130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2591970Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2592820Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2593640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2594680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2595600Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2596430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2597250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2598090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2599030Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2599860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2600690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2601530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2602520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2603390Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2604210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2605090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2605920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2606770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2607620Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2608460Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2609410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2610260Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2611080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2611910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2617680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2618560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2619420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2620280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2621130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2622090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2622930Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2623740Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2624640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2625530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2626410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2627290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2628250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2629110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2629990Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2630850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2631730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2632640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2633440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2634290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2635210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2636280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2637130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2638040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2638840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2639940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2640810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2641670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2642680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2643520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2644360Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2645220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2646050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2646920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2647760Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2648610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2649460Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2650300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2651280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2652190Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2653050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2653920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2654800Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2655660Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2656500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2657490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2658400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2659240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2660130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2660980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2661810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2662630Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2663470Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2664310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2665280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2666170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2667000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2667890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2668720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2669610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2670450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2671380Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2672270Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2673130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2673950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2674770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2675670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2676480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2677320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2678170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2679150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2679980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2680800Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2681630Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2682500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2683390Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2684200Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2685060Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2686010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2686920Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2687730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2688540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2689400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2690220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2691050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2691860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2692710Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2693650Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2694490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2695330Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2696170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2697000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2697820Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2698640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2699570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2700400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2701200Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2702010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2702850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2703720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2704580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2705400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2706250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2707090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2708040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2708860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2709670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2710490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2711330Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2712150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2712990Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2713950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2714850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2715670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2716570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2717420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2718310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2719170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2720020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2720840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2721790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2722600Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2723450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2724370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2725220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2726020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2726830Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2727720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2728620Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2729450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2730310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2731130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2731980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2732830Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:26:18.2733210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:26:18.2734120Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:26:18.2734990Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:26:18.2735460Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:26:18.2736260Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:26:18.2737080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:26:18.2737440Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-05-15T23:26:18.2737820Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:26:18.2738720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:26:18.2739750Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:26:18.2740690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:26:18.2741040Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:26:18.2742040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:26:18.2742440Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:18.2743360Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:18.2744240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:18.2745130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:26:18.2745490Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-05-15T23:26:18.2745870Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:26:18.2746740Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:26:18.2747590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:26:18.2748350Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:26:18.2748680Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:26:18.2749580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:26:18.2749940Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2024-05-15T23:26:18.2750330Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-05-15T23:26:18.2751260Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-05-15T23:26:18.2751640Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2024-05-15T23:26:18.2752030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:26:18.2752880Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:26:18.2753730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:26:18.2754570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:26:18.2755290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:26:18.2755730Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/partition 2024-05-15T23:26:18.2756430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/partition 2024-05-15T23:26:18.2757150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/partition 2024-05-15T23:26:18.2757460Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:26:18.2758200Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:26:18.2758970Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:26:18.2759610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/xnnpack 2024-05-15T23:26:18.2759850Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2024-05-15T23:26:18.2760090Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test 2024-05-15T23:26:18.2760360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/misc 2024-05-15T23:26:18.2761050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/misc 2024-05-15T23:26:18.2761690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/arm_tosa_reference.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test 2024-05-15T23:26:18.2762100Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/tosautil 2024-05-15T23:26:18.2762800Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tosautil/tosa_test_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/tosautil 2024-05-15T23:26:18.2763480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/tosautil 2024-05-15T23:26:18.2763750Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/models 2024-05-15T23:26:18.2764460Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/models 2024-05-15T23:26:18.2765070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test 2024-05-15T23:26:18.2765680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/test_models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test 2024-05-15T23:26:18.2766290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/test_tosa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test 2024-05-15T23:26:18.2766570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/tester 2024-05-15T23:26:18.2767200Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/tester 2024-05-15T23:26:18.2767860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/tester 2024-05-15T23:26:18.2768220Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2768900Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2769560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2770210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2770890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2771540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2772310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2773010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2773670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2774330Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2774980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2775790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/test/ops/test_conv.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:26:18.2776070Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2776700Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2777370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_dequant.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2778020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_hardtanh.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2778680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2779340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_softmax.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2779980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2780640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_batch_norm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2781290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2782060Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_placeholder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2782710Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2783360Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_common.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2784000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2784640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_div.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2785300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_mean_dim.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2785960Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2786590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2787240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_clone.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2787880Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_addmm.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2788530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/operators/op_quant.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/operators 2024-05-15T23:26:18.2789210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/arm_quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2024-05-15T23:26:18.2789790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2024-05-15T23:26:18.2790340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2024-05-15T23:26:18.2843410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2024-05-15T23:26:18.2845020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/arm_quantizer_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2024-05-15T23:26:18.2845650Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2024-05-15T23:26:18.2851250Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party 2024-05-15T23:26:18.2851650Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-05-15T23:26:18.2852050Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2024-05-15T23:26:18.2852470Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-05-15T23:26:18.2853690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-05-15T23:26:18.2854370Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-05-15T23:26:18.2855370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-05-15T23:26:18.2855770Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2024-05-15T23:26:18.2856210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:26:18.2857160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:26:18.2858120Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:26:18.2858540Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2859480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2860410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2861350Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2862490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2863420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2864610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2865550Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2866500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2867400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2868400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2869350Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2870290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2871210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2872120Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2873060Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2874010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2874900Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2875820Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2876880Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2877810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2878790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2879680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2880600Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2881520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2882570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2883500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2884410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2885340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2886290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2887300Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2888230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2889120Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2890060Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2891080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:26:18.2891480Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-05-15T23:26:18.2892320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-05-15T23:26:18.2893120Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-05-15T23:26:18.2893690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2024-05-15T23:26:18.2894270Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/arm/arm_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/arm 2024-05-15T23:26:18.2894530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence 2024-05-15T23:26:18.2894800Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils 2024-05-15T23:26:18.2895440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils 2024-05-15T23:26:18.2896120Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/utils 2024-05-15T23:26:18.2896500Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot 2024-05-15T23:26:18.2897160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot 2024-05-15T23:26:18.2897800Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot 2024-05-15T23:26:18.2898450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot 2024-05-15T23:26:18.2899080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot 2024-05-15T23:26:18.2899720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot/quantizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot 2024-05-15T23:26:18.2900350Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot 2024-05-15T23:26:18.2900990Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/backends/cadence/aot 2024-05-15T23:26:18.2901210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/schema 2024-05-15T23:26:18.2901730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/schema 2024-05-15T23:26:18.2902240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/schema 2024-05-15T23:26:18.2902440Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk 2024-05-15T23:26:18.2902790Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/debug_format 2024-05-15T23:26:18.2903380Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/debug_format/et_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/debug_format 2024-05-15T23:26:18.2903970Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/debug_format/base_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/debug_format 2024-05-15T23:26:18.2904210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/inspector 2024-05-15T23:26:18.2904790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/_inspector.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/inspector 2024-05-15T23:26:18.2905060Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/inspector/tests 2024-05-15T23:26:18.2905730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/tests/inspector_utils_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/inspector/tests 2024-05-15T23:26:18.2906390Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/tests/event_blocks_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/inspector/tests 2024-05-15T23:26:18.2907050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/tests/inspector_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/inspector/tests 2024-05-15T23:26:18.2907610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/inspector 2024-05-15T23:26:18.2908210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/_inspector_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/inspector 2024-05-15T23:26:18.2908900Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/inspector/inspector_cli.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/inspector 2024-05-15T23:26:18.2909180Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program 2024-05-15T23:26:18.2909770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/config.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program 2024-05-15T23:26:18.2910360Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program 2024-05-15T23:26:18.2910650Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/test 2024-05-15T23:26:18.2911320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test/test_bundle_data.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/test 2024-05-15T23:26:18.2911980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test/test_end2end.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/test 2024-05-15T23:26:18.2975910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/test/test_config.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/test 2024-05-15T23:26:18.2976230Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/util 2024-05-15T23:26:18.2976890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/util/test_util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/util 2024-05-15T23:26:18.2977200Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/serialize 2024-05-15T23:26:18.2977940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/serialize 2024-05-15T23:26:18.2978270Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:26:18.2979170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:26:18.2979850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/serialize 2024-05-15T23:26:18.2980560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/serialize 2024-05-15T23:26:18.2981160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/core.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program 2024-05-15T23:26:18.2981450Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/schema 2024-05-15T23:26:18.2982180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/schema 2024-05-15T23:26:18.2982490Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/schema/test 2024-05-15T23:26:18.2983210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema/test/test_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/schema/test 2024-05-15T23:26:18.2983860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/schema 2024-05-15T23:26:18.2984560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/schema 2024-05-15T23:26:18.2985370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/bundled_program/schema 2024-05-15T23:26:18.2985850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk 2024-05-15T23:26:18.2986120Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/size_analysis_tool 2024-05-15T23:26:18.2986780Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/size_analysis_tool 2024-05-15T23:26:18.2987540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/size_analysis_tool 2024-05-15T23:26:18.2987770Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etdump 2024-05-15T23:26:18.2988320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump/serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etdump 2024-05-15T23:26:18.2988900Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump/schema_flatcc.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etdump 2024-05-15T23:26:18.2989490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etdump 2024-05-15T23:26:18.2989740Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etdump/tests 2024-05-15T23:26:18.2990370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump/tests/serialize_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etdump/tests 2024-05-15T23:26:18.2990930Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etdump/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etdump 2024-05-15T23:26:18.2991160Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etrecord 2024-05-15T23:26:18.2991510Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etrecord/tests 2024-05-15T23:26:18.2992150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etrecord/tests/etrecord_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etrecord/tests 2024-05-15T23:26:18.2992720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etrecord/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etrecord 2024-05-15T23:26:18.2993310Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/sdk/etrecord/_etrecord.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/sdk/etrecord 2024-05-15T23:26:18.2993530Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples 2024-05-15T23:26:18.2993780Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models 2024-05-15T23:26:18.2994100Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/torchvision_vit 2024-05-15T23:26:18.2994810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/torchvision_vit 2024-05-15T23:26:18.2995580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/torchvision_vit 2024-05-15T23:26:18.2995880Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llava_encoder 2024-05-15T23:26:18.2996560Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llava_encoder/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llava_encoder 2024-05-15T23:26:18.2997250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llava_encoder/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llava_encoder 2024-05-15T23:26:18.2997610Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.2998290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/export_llama.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.2998610Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:18.2999440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:18.3000170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/custom_ops/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:18.3000970Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:18.3001770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.dylib -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/custom_ops 2024-05-15T23:26:18.3002110Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/experimental 2024-05-15T23:26:18.3002890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/experimental/subclass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/experimental 2024-05-15T23:26:18.3003670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/experimental/generate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/experimental 2024-05-15T23:26:18.3004460Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/experimental 2024-05-15T23:26:18.3005350Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/experimental/test_subclass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/experimental 2024-05-15T23:26:18.3005720Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:18.3006540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/source_transformation/quantize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:18.3007380Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/source_transformation/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:18.3008200Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/source_transformation/sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:18.3009010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/source_transformation/rope.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/source_transformation 2024-05-15T23:26:18.3009340Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/tokenizer 2024-05-15T23:26:18.3009680Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:26:18.3010490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer/test/test_tokenizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:26:18.3011370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer/test/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:26:18.3012150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer/tiktoken.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/tokenizer 2024-05-15T23:26:18.3012870Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/tokenizer 2024-05-15T23:26:18.3013640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tokenizer/tokenizer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/tokenizer 2024-05-15T23:26:18.3013950Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/runner 2024-05-15T23:26:18.3014680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/runner/generation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/runner 2024-05-15T23:26:18.3015360Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/export_llama_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3015660Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/tests 2024-05-15T23:26:18.3016390Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/tests 2024-05-15T23:26:18.3017040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/fairseq2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3017680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3018420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3019070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/builder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3019750Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/llama_transformer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3020040Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/lib 2024-05-15T23:26:18.3020720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/lib/quant_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/lib 2024-05-15T23:26:18.3027110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/lib/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/lib 2024-05-15T23:26:18.3027850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/lib/partitioner_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/lib 2024-05-15T23:26:18.3028190Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party 2024-05-15T23:26:18.3028570Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:26:18.3029420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:26:18.3029970Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:26:18.3030910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:26:18.3031370Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:26:18.3032340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:26:18.3033280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:26:18.3034140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:26:18.3034490Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2 2024-05-15T23:26:18.3034880Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:26:18.3035710Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/python/re2.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:26:18.3036590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/python/setup.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:26:18.3037440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/python/re2_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:26:18.3037940Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:26:18.3038810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:26:18.3039180Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:26:18.3040060Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:26:18.3040890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/re2/unicode.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:26:18.3041730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:26:18.3042420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/eval_llama.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3043090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/eval_llama_lib.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3105860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/llama_test.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3106600Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/llama2/install_requirement_helper.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/llama2 2024-05-15T23:26:18.3106880Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/toy_model 2024-05-15T23:26:18.3107540Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/toy_model 2024-05-15T23:26:18.3108190Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/toy_model 2024-05-15T23:26:18.3108500Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/edsr 2024-05-15T23:26:18.3109130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/edsr 2024-05-15T23:26:18.3109750Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/edsr 2024-05-15T23:26:18.3110030Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/resnet 2024-05-15T23:26:18.3110660Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/resnet 2024-05-15T23:26:18.3111410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/resnet 2024-05-15T23:26:18.3111750Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/inception_v4 2024-05-15T23:26:18.3112450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/inception_v4 2024-05-15T23:26:18.3113270Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/inception_v4 2024-05-15T23:26:18.3113580Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/inception_v3 2024-05-15T23:26:18.3114270Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/inception_v3 2024-05-15T23:26:18.3114950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/inception_v3 2024-05-15T23:26:18.3115530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models 2024-05-15T23:26:18.3115830Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/deeplab_v3 2024-05-15T23:26:18.3116490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/deeplab_v3 2024-05-15T23:26:18.3117150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/deeplab_v3 2024-05-15T23:26:18.3117440Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilebert 2024-05-15T23:26:18.3118110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilebert 2024-05-15T23:26:18.3118880Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilebert 2024-05-15T23:26:18.3119490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models 2024-05-15T23:26:18.3119790Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilenet_v2 2024-05-15T23:26:18.3120470Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilenet_v2 2024-05-15T23:26:18.3121160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilenet_v2 2024-05-15T23:26:18.3121450Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/wav2letter 2024-05-15T23:26:18.3122120Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/wav2letter 2024-05-15T23:26:18.3122790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/wav2letter 2024-05-15T23:26:18.3123090Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilenet_v3 2024-05-15T23:26:18.3123770Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilenet_v3 2024-05-15T23:26:18.3124450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/mobilenet_v3 2024-05-15T23:26:18.3125050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models 2024-05-15T23:26:18.3125360Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/emformer_rnnt 2024-05-15T23:26:18.3126140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/emformer_rnnt 2024-05-15T23:26:18.3126810Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/examples/models/emformer_rnnt 2024-05-15T23:26:18.3127020Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3127530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3127770Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/capture 2024-05-15T23:26:18.3128320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/capture 2024-05-15T23:26:18.3128880Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/capture 2024-05-15T23:26:18.3129440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/capture 2024-05-15T23:26:18.3129980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/capture 2024-05-15T23:26:18.3130480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3131000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3131550Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/version.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3132040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/error.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3132510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3132990Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3133220Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3133940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3134580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3135220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3135840Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3136430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3137060Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3137690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3138420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3139000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3139600Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3140250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3140790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3141470Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3142080Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3142690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3143320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3143960Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3144660Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3145280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3145860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3146500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3147070Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3147680Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3148290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3148880Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3149470Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3150110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/passes 2024-05-15T23:26:18.3150350Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3150930Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3151590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3152170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3152730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3153270Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3153830Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3154400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3155030Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3155630Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3156230Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3156790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3157420Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3158010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3158610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3159190Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3159730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3160290Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3160850Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3161410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3162020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3162610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3163210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3163750Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3164410Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3165010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3165590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/tests 2024-05-15T23:26:18.3582030Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3583140Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3584250Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3585040Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend 2024-05-15T23:26:18.3585610Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3586550Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3587860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3589220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3590690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3592010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3593320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3594650Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3596000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3597320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3598640Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3600020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3601350Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3602670Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3604010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3605490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test 2024-05-15T23:26:18.3606450Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test/demos 2024-05-15T23:26:18.3607500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test/demos 2024-05-15T23:26:18.3608940Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test/demos 2024-05-15T23:26:18.3609980Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test/demos/rpc 2024-05-15T23:26:18.3611110Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test/demos/rpc 2024-05-15T23:26:18.3612690Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test/demos/rpc 2024-05-15T23:26:18.3614190Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/test/demos/rpc 2024-05-15T23:26:18.3615500Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend 2024-05-15T23:26:18.3616460Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/canonical_partitioners 2024-05-15T23:26:18.3617730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/canonical_partitioners 2024-05-15T23:26:18.3619400Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/canonical_partitioners 2024-05-15T23:26:18.3621040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend/canonical_partitioners 2024-05-15T23:26:18.3622440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend 2024-05-15T23:26:18.3623590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend 2024-05-15T23:26:18.3624740Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend 2024-05-15T23:26:18.3625930Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/backend 2024-05-15T23:26:18.3627040Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/types.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3628050Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3629090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3630120Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3631210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3631990Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/verification 2024-05-15T23:26:18.3632590Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/verification/test 2024-05-15T23:26:18.3633600Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/verification/test 2024-05-15T23:26:18.3634900Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/verification 2024-05-15T23:26:18.3636130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/verification 2024-05-15T23:26:18.3637350Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/verification 2024-05-15T23:26:18.3638580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/verification 2024-05-15T23:26:18.3639430Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize 2024-05-15T23:26:18.3640320Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize 2024-05-15T23:26:18.3641180Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize/test 2024-05-15T23:26:18.3642130Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize/test 2024-05-15T23:26:18.3643490Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize/test 2024-05-15T23:26:18.3644780Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize/test 2024-05-15T23:26:18.3646030Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize 2024-05-15T23:26:18.3647200Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize 2024-05-15T23:26:18.3648370Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize 2024-05-15T23:26:18.3649530Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize 2024-05-15T23:26:18.3650710Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize 2024-05-15T23:26:18.3651890Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/_serialize 2024-05-15T23:26:18.3652960Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/common.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3653720Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects 2024-05-15T23:26:18.3654270Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/test 2024-05-15T23:26:18.3655240Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/test 2024-05-15T23:26:18.3656580Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects 2024-05-15T23:26:18.3657730Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects 2024-05-15T23:26:18.3658590Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/backend 2024-05-15T23:26:18.3659210Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/backend/test 2024-05-15T23:26:18.3660280Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/backend/test 2024-05-15T23:26:18.3661650Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/backend 2024-05-15T23:26:18.3662560Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge 2024-05-15T23:26:18.3663170Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/dtype 2024-05-15T23:26:18.3664190Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/dtype 2024-05-15T23:26:18.3665570Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/dtype 2024-05-15T23:26:18.3666950Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/dtype 2024-05-15T23:26:18.3667900Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/test 2024-05-15T23:26:18.3668980Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/test 2024-05-15T23:26:18.3670390Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/test 2024-05-15T23:26:18.3677160Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge 2024-05-15T23:26:18.3678440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge 2024-05-15T23:26:18.3679340Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/op 2024-05-15T23:26:18.3679960Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/op/test 2024-05-15T23:26:18.3681020Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/op/test 2024-05-15T23:26:18.3682520Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/op 2024-05-15T23:26:18.3683860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/op 2024-05-15T23:26:18.3684830Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/arg 2024-05-15T23:26:18.3685820Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/arg 2024-05-15T23:26:18.3687090Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/arg 2024-05-15T23:26:18.3688170Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/spec 2024-05-15T23:26:18.3689150Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/spec 2024-05-15T23:26:18.3690480Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/dialects/edge/spec 2024-05-15T23:26:18.3691410Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/program 2024-05-15T23:26:18.3691960Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/program/test 2024-05-15T23:26:18.3692930Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/program/test 2024-05-15T23:26:18.3694220Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/program/test 2024-05-15T23:26:18.3695440Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/program 2024-05-15T23:26:18.3696610Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/program 2024-05-15T23:26:18.3697760Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/program 2024-05-15T23:26:18.3698860Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3699910Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3700760Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/emit 2024-05-15T23:26:18.3701300Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/emit/test 2024-05-15T23:26:18.3702210Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/emit/test 2024-05-15T23:26:18.3703340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/emit 2024-05-15T23:26:18.3704450Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/emit 2024-05-15T23:26:18.3705550Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/emit 2024-05-15T23:26:18.3706590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3707590Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3708350Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/serde 2024-05-15T23:26:18.3709180Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/serde 2024-05-15T23:26:18.3952720Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/serde 2024-05-15T23:26:18.3954000Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/serde 2024-05-15T23:26:18.3955170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/serde 2024-05-15T23:26:18.3956470Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3957510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3958270Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/operator 2024-05-15T23:26:18.3958830Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/operator/test 2024-05-15T23:26:18.3959790Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/operator/test 2024-05-15T23:26:18.3961010Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/operator 2024-05-15T23:26:18.3962170Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/operator 2024-05-15T23:26:18.3963340Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir/operator 2024-05-15T23:26:18.3964430Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/exir 2024-05-15T23:26:18.3965160Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/data 2024-05-15T23:26:18.3965650Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch/data/bin 2024-05-15T23:26:18.3966460Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/data/bin 2024-05-15T23:26:18.3967510Z copying pip-out/lib.macosx-11.1-arm64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.macosx-11.1-arm64/wheel/executorch/data/bin 2024-05-15T23:26:18.3968130Z running install_egg_info 2024-05-15T23:26:18.3968800Z Copying executorch.egg-info to pip-out/bdist.macosx-11.1-arm64/wheel/executorch-0.3.0a0+fff20a7-py3.10.egg-info 2024-05-15T23:26:18.3969490Z running install_scripts 2024-05-15T23:26:18.3969960Z creating pip-out/bdist.macosx-11.1-arm64/wheel/executorch-0.3.0a0+fff20a7.dist-info/WHEEL 2024-05-15T23:26:18.3971160Z creating '/private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-wheel-u2ir4rq9/.tmp-64htj5l8/executorch-0.3.0a0+fff20a7-cp310-cp310-macosx_11_0_arm64.whl' and adding 'pip-out/bdist.macosx-11.1-arm64/wheel' to it 2024-05-15T23:26:18.3972090Z adding 'executorch/version.py' 2024-05-15T23:26:18.3972460Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2024-05-15T23:26:18.3972970Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2024-05-15T23:26:18.3973530Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2024-05-15T23:26:18.3974090Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2024-05-15T23:26:18.3974630Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2024-05-15T23:26:18.3975170Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2024-05-15T23:26:18.3975720Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2024-05-15T23:26:18.3976200Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2024-05-15T23:26:18.3976640Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2024-05-15T23:26:18.3977120Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2024-05-15T23:26:18.3977610Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2024-05-15T23:26:18.3978070Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2024-05-15T23:26:18.3978550Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2024-05-15T23:26:18.3979050Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2024-05-15T23:26:18.3979550Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2024-05-15T23:26:18.3980140Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2024-05-15T23:26:18.3980650Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2024-05-15T23:26:18.3981160Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2024-05-15T23:26:18.3981640Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2024-05-15T23:26:18.3982100Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2024-05-15T23:26:18.3982550Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2024-05-15T23:26:18.3983020Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2024-05-15T23:26:18.3983480Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2024-05-15T23:26:18.3983950Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2024-05-15T23:26:18.3984400Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2024-05-15T23:26:18.3984860Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2024-05-15T23:26:18.3985330Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2024-05-15T23:26:18.3985870Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2024-05-15T23:26:18.3986440Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2024-05-15T23:26:18.3986970Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2024-05-15T23:26:18.3992530Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2024-05-15T23:26:18.3993010Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2024-05-15T23:26:18.3993520Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2024-05-15T23:26:18.3994010Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2024-05-15T23:26:18.3994490Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2024-05-15T23:26:18.3995070Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2024-05-15T23:26:18.3995510Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2024-05-15T23:26:18.3995900Z adding 'executorch/backends/arm/arm_backend.py' 2024-05-15T23:26:18.3996280Z adding 'executorch/backends/arm/arm_partitioner.py' 2024-05-15T23:26:18.3996650Z adding 'executorch/backends/arm/arm_quantizer.py' 2024-05-15T23:26:18.3997040Z adding 'executorch/backends/arm/arm_quantizer_utils.py' 2024-05-15T23:26:18.3997420Z adding 'executorch/backends/arm/arm_vela.py' 2024-05-15T23:26:18.3997770Z adding 'executorch/backends/arm/tosa_mapping.py' 2024-05-15T23:26:18.3998140Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2024-05-15T23:26:18.3998510Z adding 'executorch/backends/arm/tosa_utils.py' 2024-05-15T23:26:18.3998890Z adding 'executorch/backends/arm/operators/__init__.py' 2024-05-15T23:26:18.3999310Z adding 'executorch/backends/arm/operators/node_visitor.py' 2024-05-15T23:26:18.3999720Z adding 'executorch/backends/arm/operators/op_add.py' 2024-05-15T23:26:18.4000120Z adding 'executorch/backends/arm/operators/op_addmm.py' 2024-05-15T23:26:18.4000540Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2024-05-15T23:26:18.4000960Z adding 'executorch/backends/arm/operators/op_batch_norm.py' 2024-05-15T23:26:18.4001370Z adding 'executorch/backends/arm/operators/op_clone.py' 2024-05-15T23:26:18.4001760Z adding 'executorch/backends/arm/operators/op_common.py' 2024-05-15T23:26:18.4002150Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2024-05-15T23:26:18.4002550Z adding 'executorch/backends/arm/operators/op_dequant.py' 2024-05-15T23:26:18.4002950Z adding 'executorch/backends/arm/operators/op_div.py' 2024-05-15T23:26:18.4003360Z adding 'executorch/backends/arm/operators/op_get_item.py' 2024-05-15T23:26:18.4003780Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2024-05-15T23:26:18.4004180Z adding 'executorch/backends/arm/operators/op_mean_dim.py' 2024-05-15T23:26:18.4004590Z adding 'executorch/backends/arm/operators/op_permute.py' 2024-05-15T23:26:18.4005120Z adding 'executorch/backends/arm/operators/op_placeholder.py' 2024-05-15T23:26:18.4005550Z adding 'executorch/backends/arm/operators/op_quant.py' 2024-05-15T23:26:18.4005940Z adding 'executorch/backends/arm/operators/op_softmax.py' 2024-05-15T23:26:18.4006330Z adding 'executorch/backends/arm/operators/op_view.py' 2024-05-15T23:26:18.4006730Z adding 'executorch/backends/arm/test/arm_tosa_reference.py' 2024-05-15T23:26:18.4007110Z adding 'executorch/backends/arm/test/common.py' 2024-05-15T23:26:18.4007460Z adding 'executorch/backends/arm/test/test_models.py' 2024-05-15T23:26:18.4007830Z adding 'executorch/backends/arm/test/test_tosa.py' 2024-05-15T23:26:18.4008240Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2024-05-15T23:26:18.4008710Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2024-05-15T23:26:18.4009140Z adding 'executorch/backends/arm/test/ops/test_add.py' 2024-05-15T23:26:18.4009540Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2024-05-15T23:26:18.4009970Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2024-05-15T23:26:18.4010380Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2024-05-15T23:26:18.4010770Z adding 'executorch/backends/arm/test/ops/test_conv.py' 2024-05-15T23:26:18.4011170Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2024-05-15T23:26:18.4011630Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2024-05-15T23:26:18.4012060Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2024-05-15T23:26:18.4012480Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2024-05-15T23:26:18.4012900Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2024-05-15T23:26:18.4013300Z adding 'executorch/backends/arm/test/ops/test_view.py' 2024-05-15T23:26:18.4013690Z adding 'executorch/backends/arm/test/tester/__init__.py' 2024-05-15T23:26:18.4014170Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2024-05-15T23:26:18.4014610Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2024-05-15T23:26:18.4015060Z adding 'executorch/backends/arm/test/tosautil/tosa_test_utils.py' 2024-05-15T23:26:18.4015570Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2024-05-15T23:26:18.4016200Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2024-05-15T23:26:18.4016920Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2024-05-15T23:26:18.4017720Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2024-05-15T23:26:18.4018470Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2024-05-15T23:26:18.4019120Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2024-05-15T23:26:18.4019800Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2024-05-15T23:26:18.4020480Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2024-05-15T23:26:18.4021170Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2024-05-15T23:26:18.4021870Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2024-05-15T23:26:18.4022510Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2024-05-15T23:26:18.4023150Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2024-05-15T23:26:18.4023880Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2024-05-15T23:26:18.4024610Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2024-05-15T23:26:18.4025270Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2024-05-15T23:26:18.4026050Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2024-05-15T23:26:18.4026690Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2024-05-15T23:26:18.4027340Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2024-05-15T23:26:18.4028030Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2024-05-15T23:26:18.4028700Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2024-05-15T23:26:18.4029410Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2024-05-15T23:26:18.4030120Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2024-05-15T23:26:18.4030820Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2024-05-15T23:26:18.4031490Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2024-05-15T23:26:18.4032170Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2024-05-15T23:26:18.4032860Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2024-05-15T23:26:18.4033540Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2024-05-15T23:26:18.4034240Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2024-05-15T23:26:18.4034900Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2024-05-15T23:26:18.4035570Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2024-05-15T23:26:18.4036230Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2024-05-15T23:26:18.4036940Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2024-05-15T23:26:18.4041530Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2024-05-15T23:26:18.4042270Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2024-05-15T23:26:18.4042960Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2024-05-15T23:26:18.4043650Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2024-05-15T23:26:18.4044330Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2024-05-15T23:26:18.4044930Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2024-05-15T23:26:18.4045580Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2024-05-15T23:26:18.4046260Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2024-05-15T23:26:18.4046780Z adding 'executorch/backends/cadence/aot/__init__.py' 2024-05-15T23:26:18.4047150Z adding 'executorch/backends/cadence/aot/compiler.py' 2024-05-15T23:26:18.4047550Z adding 'executorch/backends/cadence/aot/export_example.py' 2024-05-15T23:26:18.4047960Z adding 'executorch/backends/cadence/aot/functions.yaml' 2024-05-15T23:26:18.4048400Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2024-05-15T23:26:18.4048820Z adding 'executorch/backends/cadence/aot/quantizer.py' 2024-05-15T23:26:18.4049190Z adding 'executorch/backends/cadence/aot/utils.py' 2024-05-15T23:26:18.4049570Z adding 'executorch/backends/cadence/utils/gen_header.py' 2024-05-15T23:26:18.4049990Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2024-05-15T23:26:18.4050420Z adding 'executorch/backends/example/example_backend.py' 2024-05-15T23:26:18.4050830Z adding 'executorch/backends/example/example_partitioner.py' 2024-05-15T23:26:18.4051250Z adding 'executorch/backends/example/example_quantizer.py' 2024-05-15T23:26:18.4051750Z adding 'executorch/backends/example/test_example_delegate.py' 2024-05-15T23:26:18.4052480Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2024-05-15T23:26:18.4053220Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2024-05-15T23:26:18.4053890Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2024-05-15T23:26:18.4054410Z adding 'executorch/backends/example/example_operators/add.py' 2024-05-15T23:26:18.4054880Z adding 'executorch/backends/example/example_operators/conv2d.py' 2024-05-15T23:26:18.4055380Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2024-05-15T23:26:18.4055880Z adding 'executorch/backends/example/example_operators/dropout.py' 2024-05-15T23:26:18.4056370Z adding 'executorch/backends/example/example_operators/flatten.py' 2024-05-15T23:26:18.4056860Z adding 'executorch/backends/example/example_operators/linear.py' 2024-05-15T23:26:18.4057350Z adding 'executorch/backends/example/example_operators/op_base.py' 2024-05-15T23:26:18.4057810Z adding 'executorch/backends/example/example_operators/ops.py' 2024-05-15T23:26:18.4058270Z adding 'executorch/backends/example/example_operators/utils.py' 2024-05-15T23:26:18.4058700Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2024-05-15T23:26:18.4059090Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2024-05-15T23:26:18.4059490Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2024-05-15T23:26:18.4059920Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2024-05-15T23:26:18.4060350Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2024-05-15T23:26:18.4060780Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2024-05-15T23:26:18.4061230Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2024-05-15T23:26:18.4061760Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2024-05-15T23:26:18.4062200Z adding 'executorch/backends/qualcomm/builders/op_cast.py' 2024-05-15T23:26:18.4062610Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2024-05-15T23:26:18.4063020Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2024-05-15T23:26:18.4063450Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2024-05-15T23:26:18.4063890Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2024-05-15T23:26:18.4064360Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2024-05-15T23:26:18.4064850Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2024-05-15T23:26:18.4065290Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2024-05-15T23:26:18.4065730Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2024-05-15T23:26:18.4066180Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2024-05-15T23:26:18.4066610Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2024-05-15T23:26:18.4067050Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2024-05-15T23:26:18.4067510Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2024-05-15T23:26:18.4067970Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2024-05-15T23:26:18.4068420Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2024-05-15T23:26:18.4068880Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2024-05-15T23:26:18.4069340Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2024-05-15T23:26:18.4069790Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2024-05-15T23:26:18.4070240Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2024-05-15T23:26:18.4070670Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2024-05-15T23:26:18.4071080Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2024-05-15T23:26:18.4071490Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2024-05-15T23:26:18.4071920Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2024-05-15T23:26:18.4072450Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2024-05-15T23:26:18.4072880Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2024-05-15T23:26:18.4073320Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2024-05-15T23:26:18.4073790Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2024-05-15T23:26:18.4074250Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2024-05-15T23:26:18.4074690Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2024-05-15T23:26:18.4075140Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2024-05-15T23:26:18.4075600Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2024-05-15T23:26:18.4076030Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2024-05-15T23:26:18.4076450Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2024-05-15T23:26:18.4076880Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2024-05-15T23:26:18.4077330Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2024-05-15T23:26:18.4077780Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2024-05-15T23:26:18.4078220Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2024-05-15T23:26:18.4078680Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2024-05-15T23:26:18.4079200Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2024-05-15T23:26:18.4079710Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2024-05-15T23:26:18.4280540Z adding 'executorch/backends/qualcomm/builders/utils.py' 2024-05-15T23:26:18.4281190Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2024-05-15T23:26:18.4281700Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2024-05-15T23:26:18.4282250Z adding 'executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py' 2024-05-15T23:26:18.4288220Z adding 'executorch/backends/qualcomm/passes/annotate_decomposed.py' 2024-05-15T23:26:18.4288860Z adding 'executorch/backends/qualcomm/passes/annotate_quant_attrs.py' 2024-05-15T23:26:18.4289430Z adding 'executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py' 2024-05-15T23:26:18.4289980Z adding 'executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py' 2024-05-15T23:26:18.4290490Z adding 'executorch/backends/qualcomm/passes/convert_hardsigmoid.py' 2024-05-15T23:26:18.4290990Z adding 'executorch/backends/qualcomm/passes/convert_hardswish.py' 2024-05-15T23:26:18.4291570Z adding 'executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py' 2024-05-15T23:26:18.4292130Z adding 'executorch/backends/qualcomm/passes/convert_to_linear.py' 2024-05-15T23:26:18.4292710Z adding 'executorch/backends/qualcomm/passes/decompose_scaled_dot_product_attention.py' 2024-05-15T23:26:18.4293280Z adding 'executorch/backends/qualcomm/passes/decompose_silu.py' 2024-05-15T23:26:18.4293740Z adding 'executorch/backends/qualcomm/passes/fold_qdq.py' 2024-05-15T23:26:18.4294170Z adding 'executorch/backends/qualcomm/passes/i64_to_i32.py' 2024-05-15T23:26:18.4294610Z adding 'executorch/backends/qualcomm/passes/insert_io_qdq.py' 2024-05-15T23:26:18.4295090Z adding 'executorch/backends/qualcomm/passes/insert_requantize.py' 2024-05-15T23:26:18.4295580Z adding 'executorch/backends/qualcomm/passes/layout_transform.py' 2024-05-15T23:26:18.4296100Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py' 2024-05-15T23:26:18.4296630Z adding 'executorch/backends/qualcomm/passes/reduce_dynamic_range.py' 2024-05-15T23:26:18.4297120Z adding 'executorch/backends/qualcomm/passes/remove_clone.py' 2024-05-15T23:26:18.4297590Z adding 'executorch/backends/qualcomm/passes/replace_inf_buffer.py' 2024-05-15T23:26:18.4298040Z adding 'executorch/backends/qualcomm/passes/utils.py' 2024-05-15T23:26:18.4298450Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2024-05-15T23:26:18.4299020Z adding 'executorch/backends/qualcomm/quantizer/utils.py' 2024-05-15T23:26:18.4299520Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py' 2024-05-15T23:26:18.4300140Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py' 2024-05-15T23:26:18.4300690Z adding 'executorch/backends/qualcomm/serialization/schema.fbs' 2024-05-15T23:26:18.4301120Z adding 'executorch/backends/qualcomm/tests/models.py' 2024-05-15T23:26:18.4301560Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2024-05-15T23:26:18.4302000Z adding 'executorch/backends/qualcomm/tests/utils.py' 2024-05-15T23:26:18.4302400Z adding 'executorch/backends/qualcomm/utils/utils.py' 2024-05-15T23:26:18.4302780Z adding 'executorch/backends/transforms/__init__.py' 2024-05-15T23:26:18.4303210Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2024-05-15T23:26:18.4303710Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2024-05-15T23:26:18.4304310Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2024-05-15T23:26:18.4304790Z adding 'executorch/backends/vulkan/__init__.py' 2024-05-15T23:26:18.4305170Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2024-05-15T23:26:18.4305650Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2024-05-15T23:26:18.4306150Z adding 'executorch/backends/vulkan/runtime/api/gen_vulkan_spv.py' 2024-05-15T23:26:18.4306680Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2024-05-15T23:26:18.4307210Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2024-05-15T23:26:18.4307730Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2024-05-15T23:26:18.4308260Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2024-05-15T23:26:18.4308790Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2024-05-15T23:26:18.4309470Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2024-05-15T23:26:18.4310150Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2024-05-15T23:26:18.4310840Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2024-05-15T23:26:18.4311450Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2024-05-15T23:26:18.4312050Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2024-05-15T23:26:18.4312750Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2024-05-15T23:26:18.4313450Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2024-05-15T23:26:18.4314060Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2024-05-15T23:26:18.4314600Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2024-05-15T23:26:18.4315150Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2024-05-15T23:26:18.4315740Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml' 2024-05-15T23:26:18.4316330Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml' 2024-05-15T23:26:18.4316920Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2024-05-15T23:26:18.4317520Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2024-05-15T23:26:18.4318120Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2024-05-15T23:26:18.4318670Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2024-05-15T23:26:18.4319190Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2024-05-15T23:26:18.4319760Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2024-05-15T23:26:18.4320360Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2024-05-15T23:26:18.4321060Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2024-05-15T23:26:18.4321680Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2024-05-15T23:26:18.4322280Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2024-05-15T23:26:18.4322860Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2024-05-15T23:26:18.4323460Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2024-05-15T23:26:18.4324070Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2024-05-15T23:26:18.4324710Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2024-05-15T23:26:18.4325340Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2024-05-15T23:26:18.4325990Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml' 2024-05-15T23:26:18.4326640Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml' 2024-05-15T23:26:18.4327210Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml' 2024-05-15T23:26:18.4327790Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml' 2024-05-15T23:26:18.4328360Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2024-05-15T23:26:18.4328900Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2024-05-15T23:26:18.4329370Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2024-05-15T23:26:18.4329880Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2024-05-15T23:26:18.4330440Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2024-05-15T23:26:18.4331000Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2024-05-15T23:26:18.4331600Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2024-05-15T23:26:18.4332090Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2024-05-15T23:26:18.4332600Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2024-05-15T23:26:18.4333100Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2024-05-15T23:26:18.4333540Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2024-05-15T23:26:18.4334020Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_tests.py' 2024-05-15T23:26:18.4334530Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen.py' 2024-05-15T23:26:18.4339330Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen_base.py' 2024-05-15T23:26:18.4339960Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2024-05-15T23:26:18.4340630Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2024-05-15T23:26:18.4341300Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2024-05-15T23:26:18.4341950Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2024-05-15T23:26:18.4342580Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2024-05-15T23:26:18.4343180Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2024-05-15T23:26:18.4343820Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2024-05-15T23:26:18.4344500Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2024-05-15T23:26:18.4345280Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2024-05-15T23:26:18.4345950Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2024-05-15T23:26:18.4346370Z adding 'executorch/backends/xnnpack/__init__.py' 2024-05-15T23:26:18.4346780Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2024-05-15T23:26:18.4347320Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2024-05-15T23:26:18.4347780Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2024-05-15T23:26:18.4348220Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2024-05-15T23:26:18.4348640Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2024-05-15T23:26:18.4349070Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2024-05-15T23:26:18.4349540Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2024-05-15T23:26:18.4350000Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2024-05-15T23:26:18.4350430Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2024-05-15T23:26:18.4350870Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2024-05-15T23:26:18.4351310Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2024-05-15T23:26:18.4351820Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2024-05-15T23:26:18.4352310Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2024-05-15T23:26:18.4352820Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2024-05-15T23:26:18.4353390Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2024-05-15T23:26:18.4353860Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2024-05-15T23:26:18.4354280Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2024-05-15T23:26:18.4354720Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2024-05-15T23:26:18.4355170Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2024-05-15T23:26:18.4355630Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2024-05-15T23:26:18.4356090Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2024-05-15T23:26:18.4356600Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2024-05-15T23:26:18.4357170Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2024-05-15T23:26:18.4357640Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2024-05-15T23:26:18.4358100Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2024-05-15T23:26:18.4358550Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2024-05-15T23:26:18.4358990Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2024-05-15T23:26:18.4359440Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2024-05-15T23:26:18.4359890Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2024-05-15T23:26:18.4360330Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2024-05-15T23:26:18.4360780Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2024-05-15T23:26:18.4361270Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2024-05-15T23:26:18.4361760Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2024-05-15T23:26:18.4362180Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2024-05-15T23:26:18.4362620Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2024-05-15T23:26:18.4363070Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2024-05-15T23:26:18.4363530Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2024-05-15T23:26:18.4363980Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2024-05-15T23:26:18.4364420Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2024-05-15T23:26:18.4364880Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2024-05-15T23:26:18.4365350Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2024-05-15T23:26:18.4365840Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2024-05-15T23:26:18.4366410Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2024-05-15T23:26:18.4366890Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2024-05-15T23:26:18.4367310Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2024-05-15T23:26:18.4367810Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2024-05-15T23:26:18.4368240Z adding 'executorch/backends/xnnpack/partition/configs.py' 2024-05-15T23:26:18.4368700Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2024-05-15T23:26:18.4369200Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2024-05-15T23:26:18.4369680Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2024-05-15T23:26:18.4370110Z adding 'executorch/backends/xnnpack/passes/__init__.py' 2024-05-15T23:26:18.4370620Z adding 'executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py' 2024-05-15T23:26:18.4371180Z adding 'executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py' 2024-05-15T23:26:18.4371680Z adding 'executorch/backends/xnnpack/passes/convert_to_linear.py' 2024-05-15T23:26:18.4372140Z adding 'executorch/backends/xnnpack/passes/convert_to_sdpa.py' 2024-05-15T23:26:18.4372670Z adding 'executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py' 2024-05-15T23:26:18.4373210Z adding 'executorch/backends/xnnpack/passes/fuse_activation_pass.py' 2024-05-15T23:26:18.4373740Z adding 'executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py' 2024-05-15T23:26:18.4374230Z adding 'executorch/backends/xnnpack/passes/prelu_reshape_pass.py' 2024-05-15T23:26:18.4374720Z adding 'executorch/backends/xnnpack/passes/remove_getitem_op.py' 2024-05-15T23:26:18.4375210Z adding 'executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py' 2024-05-15T23:26:18.4375680Z adding 'executorch/backends/xnnpack/passes/xnnpack_pass.py' 2024-05-15T23:26:18.4376160Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2024-05-15T23:26:18.4376640Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2024-05-15T23:26:18.4377140Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2024-05-15T23:26:18.4377800Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2024-05-15T23:26:18.4378320Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2024-05-15T23:26:18.4378820Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2024-05-15T23:26:18.4379320Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2024-05-15T23:26:18.4379760Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2024-05-15T23:26:18.4379960Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2024-05-15T23:26:18.4380160Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2024-05-15T23:26:18.4380360Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2024-05-15T23:26:18.4380570Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2024-05-15T23:26:18.4380760Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2024-05-15T23:26:18.4380960Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2024-05-15T23:26:18.4381160Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2024-05-15T23:26:18.4381330Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2024-05-15T23:26:18.4381540Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2024-05-15T23:26:18.4381760Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2024-05-15T23:26:18.4386110Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2024-05-15T23:26:18.4386300Z adding 'executorch/backends/xnnpack/test/ops/abs.py' 2024-05-15T23:26:18.4386460Z adding 'executorch/backends/xnnpack/test/ops/add.py' 2024-05-15T23:26:18.4386630Z adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py' 2024-05-15T23:26:18.4386810Z adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py' 2024-05-15T23:26:18.4386960Z adding 'executorch/backends/xnnpack/test/ops/cat.py' 2024-05-15T23:26:18.4387120Z adding 'executorch/backends/xnnpack/test/ops/ceil.py' 2024-05-15T23:26:18.4387390Z adding 'executorch/backends/xnnpack/test/ops/clamp.py' 2024-05-15T23:26:18.4387560Z adding 'executorch/backends/xnnpack/test/ops/conv1d.py' 2024-05-15T23:26:18.4387730Z adding 'executorch/backends/xnnpack/test/ops/conv2d.py' 2024-05-15T23:26:18.4387880Z adding 'executorch/backends/xnnpack/test/ops/div.py' 2024-05-15T23:26:18.4388030Z adding 'executorch/backends/xnnpack/test/ops/elu.py' 2024-05-15T23:26:18.4388200Z adding 'executorch/backends/xnnpack/test/ops/floor.py' 2024-05-15T23:26:18.4388380Z adding 'executorch/backends/xnnpack/test/ops/hardswish.py' 2024-05-15T23:26:18.4388550Z adding 'executorch/backends/xnnpack/test/ops/hardtanh.py' 2024-05-15T23:26:18.4388730Z adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py' 2024-05-15T23:26:18.4388900Z adding 'executorch/backends/xnnpack/test/ops/linear.py' 2024-05-15T23:26:18.4389070Z adding 'executorch/backends/xnnpack/test/ops/max_dim.py' 2024-05-15T23:26:18.4389240Z adding 'executorch/backends/xnnpack/test/ops/maximum.py' 2024-05-15T23:26:18.4389430Z adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py' 2024-05-15T23:26:18.4389600Z adding 'executorch/backends/xnnpack/test/ops/mean_dim.py' 2024-05-15T23:26:18.4389770Z adding 'executorch/backends/xnnpack/test/ops/minimum.py' 2024-05-15T23:26:18.4389930Z adding 'executorch/backends/xnnpack/test/ops/multiply.py' 2024-05-15T23:26:18.4390090Z adding 'executorch/backends/xnnpack/test/ops/negate.py' 2024-05-15T23:26:18.4390250Z adding 'executorch/backends/xnnpack/test/ops/permute.py' 2024-05-15T23:26:18.4390410Z adding 'executorch/backends/xnnpack/test/ops/pow.py' 2024-05-15T23:26:18.4390570Z adding 'executorch/backends/xnnpack/test/ops/prelu.py' 2024-05-15T23:26:18.4390790Z adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py' 2024-05-15T23:26:18.4390950Z adding 'executorch/backends/xnnpack/test/ops/relu.py' 2024-05-15T23:26:18.4391110Z adding 'executorch/backends/xnnpack/test/ops/sdpa.py' 2024-05-15T23:26:18.4391350Z adding 'executorch/backends/xnnpack/test/ops/sigmoid.py' 2024-05-15T23:26:18.4391540Z adding 'executorch/backends/xnnpack/test/ops/slice_copy.py' 2024-05-15T23:26:18.4391710Z adding 'executorch/backends/xnnpack/test/ops/softmax.py' 2024-05-15T23:26:18.4391880Z adding 'executorch/backends/xnnpack/test/ops/sqrt.py' 2024-05-15T23:26:18.4392050Z adding 'executorch/backends/xnnpack/test/ops/square.py' 2024-05-15T23:26:18.4392260Z adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py' 2024-05-15T23:26:18.4392420Z adding 'executorch/backends/xnnpack/test/ops/sub.py' 2024-05-15T23:26:18.4392670Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2024-05-15T23:26:18.4392920Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2024-05-15T23:26:18.4393210Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2024-05-15T23:26:18.4393450Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2024-05-15T23:26:18.4393720Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2024-05-15T23:26:18.4393990Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2024-05-15T23:26:18.4394250Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2024-05-15T23:26:18.4394490Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2024-05-15T23:26:18.4394680Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2024-05-15T23:26:18.4394860Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2024-05-15T23:26:18.4395120Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2024-05-15T23:26:18.4395380Z adding 'executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py' 2024-05-15T23:26:18.4395590Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2024-05-15T23:26:18.4395800Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2024-05-15T23:26:18.4396140Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2024-05-15T23:26:18.4396370Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2024-05-15T23:26:18.4672410Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2024-05-15T23:26:18.4773160Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2024-05-15T23:26:18.4773620Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2024-05-15T23:26:18.4773910Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2024-05-15T23:26:18.4774180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml' 2024-05-15T23:26:18.4774440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml' 2024-05-15T23:26:18.4774780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py' 2024-05-15T23:26:18.4775120Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2024-05-15T23:26:18.4775440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml' 2024-05-15T23:26:18.4775730Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml' 2024-05-15T23:26:18.4776040Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml' 2024-05-15T23:26:18.4776330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2024-05-15T23:26:18.4776580Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml' 2024-05-15T23:26:18.4776830Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml' 2024-05-15T23:26:18.4777090Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml' 2024-05-15T23:26:18.4777380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml' 2024-05-15T23:26:18.4777860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2024-05-15T23:26:18.4778220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml' 2024-05-15T23:26:18.4778540Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml' 2024-05-15T23:26:18.4778820Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2024-05-15T23:26:18.4779070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml' 2024-05-15T23:26:18.4779370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2024-05-15T23:26:18.4779690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2024-05-15T23:26:18.4779970Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2024-05-15T23:26:18.4780240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml' 2024-05-15T23:26:18.4780520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml' 2024-05-15T23:26:18.4780780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml' 2024-05-15T23:26:18.4781050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2024-05-15T23:26:18.4781340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2024-05-15T23:26:18.4781610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2024-05-15T23:26:18.4781870Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml' 2024-05-15T23:26:18.4782140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2024-05-15T23:26:18.4782430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml' 2024-05-15T23:26:18.4782730Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml' 2024-05-15T23:26:18.4782990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml' 2024-05-15T23:26:18.4783430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml' 2024-05-15T23:26:18.4783740Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2024-05-15T23:26:18.4783980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2024-05-15T23:26:18.4784230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2024-05-15T23:26:18.4784490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2024-05-15T23:26:18.4784740Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2024-05-15T23:26:18.4785020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2024-05-15T23:26:18.4785260Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml' 2024-05-15T23:26:18.4785540Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml' 2024-05-15T23:26:18.4785820Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml' 2024-05-15T23:26:18.4786080Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml' 2024-05-15T23:26:18.4786330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml' 2024-05-15T23:26:18.4786600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml' 2024-05-15T23:26:18.4786920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml' 2024-05-15T23:26:18.4787170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml' 2024-05-15T23:26:18.4787430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml' 2024-05-15T23:26:18.4787690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml' 2024-05-15T23:26:18.4787990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml' 2024-05-15T23:26:18.4788250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml' 2024-05-15T23:26:18.4788500Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml' 2024-05-15T23:26:18.4788760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml' 2024-05-15T23:26:18.4789040Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml' 2024-05-15T23:26:18.4789330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml' 2024-05-15T23:26:18.4789640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2024-05-15T23:26:18.4789890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml' 2024-05-15T23:26:18.4790170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml' 2024-05-15T23:26:18.4790420Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml' 2024-05-15T23:26:18.4790670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml' 2024-05-15T23:26:18.4790910Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml' 2024-05-15T23:26:18.4791160Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml' 2024-05-15T23:26:18.4791430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml' 2024-05-15T23:26:18.4791700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml' 2024-05-15T23:26:18.4791950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml' 2024-05-15T23:26:18.4792220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml' 2024-05-15T23:26:18.4792480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml' 2024-05-15T23:26:18.4792740Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml' 2024-05-15T23:26:18.4793020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml' 2024-05-15T23:26:18.4793360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml' 2024-05-15T23:26:18.4793620Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml' 2024-05-15T23:26:18.4793900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2024-05-15T23:26:18.4794190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml' 2024-05-15T23:26:18.4794450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2024-05-15T23:26:18.4794720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2024-05-15T23:26:18.4795050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml' 2024-05-15T23:26:18.4795380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml' 2024-05-15T23:26:18.4795690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml' 2024-05-15T23:26:18.4795980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml' 2024-05-15T23:26:18.4796250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2024-05-15T23:26:18.4796510Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml' 2024-05-15T23:26:18.4796790Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml' 2024-05-15T23:26:18.4797090Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml' 2024-05-15T23:26:18.4797380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2024-05-15T23:26:18.4797640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml' 2024-05-15T23:26:18.4797920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2024-05-15T23:26:18.4798300Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2024-05-15T23:26:18.4798550Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2024-05-15T23:26:18.4798840Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2024-05-15T23:26:18.4799110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2024-05-15T23:26:18.4799380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2024-05-15T23:26:18.4799640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml' 2024-05-15T23:26:18.4799920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2024-05-15T23:26:18.4800180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2024-05-15T23:26:18.4800430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2024-05-15T23:26:18.4800720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml' 2024-05-15T23:26:18.4801020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml' 2024-05-15T23:26:18.4801300Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2024-05-15T23:26:18.4801560Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml' 2024-05-15T23:26:18.4801860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2024-05-15T23:26:18.4802150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2024-05-15T23:26:18.4802430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2024-05-15T23:26:18.4802690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2024-05-15T23:26:18.4802950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml' 2024-05-15T23:26:18.4803330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml' 2024-05-15T23:26:18.4803620Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2024-05-15T23:26:18.4803900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2024-05-15T23:26:18.4804230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2024-05-15T23:26:18.4804470Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2024-05-15T23:26:18.4804720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2024-05-15T23:26:18.4810550Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2024-05-15T23:26:18.4810830Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2024-05-15T23:26:18.4811120Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2024-05-15T23:26:18.4811380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml' 2024-05-15T23:26:18.4811660Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml' 2024-05-15T23:26:18.4811930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml' 2024-05-15T23:26:18.4812170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml' 2024-05-15T23:26:18.4812460Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml' 2024-05-15T23:26:18.4812730Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml' 2024-05-15T23:26:18.4812990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml' 2024-05-15T23:26:18.4813240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml' 2024-05-15T23:26:18.4813480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml' 2024-05-15T23:26:18.4813840Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml' 2024-05-15T23:26:18.4814130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml' 2024-05-15T23:26:18.4814370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml' 2024-05-15T23:26:18.4814650Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml' 2024-05-15T23:26:18.4814930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml' 2024-05-15T23:26:18.4815180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml' 2024-05-15T23:26:18.4815430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml' 2024-05-15T23:26:18.4815690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml' 2024-05-15T23:26:18.4815940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml' 2024-05-15T23:26:18.4816190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml' 2024-05-15T23:26:18.4816440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml' 2024-05-15T23:26:18.4816690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml' 2024-05-15T23:26:18.4816930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml' 2024-05-15T23:26:18.4817200Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml' 2024-05-15T23:26:18.4817460Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml' 2024-05-15T23:26:18.4817710Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml' 2024-05-15T23:26:18.4817990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml' 2024-05-15T23:26:18.4818260Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml' 2024-05-15T23:26:18.4818510Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml' 2024-05-15T23:26:18.4818880Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2024-05-15T23:26:18.4819140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml' 2024-05-15T23:26:18.4819430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml' 2024-05-15T23:26:18.4819720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml' 2024-05-15T23:26:18.4819980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml' 2024-05-15T23:26:18.4820230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml' 2024-05-15T23:26:18.4820480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml' 2024-05-15T23:26:18.4820740Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml' 2024-05-15T23:26:18.4821000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml' 2024-05-15T23:26:18.4821250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml' 2024-05-15T23:26:18.4821500Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml' 2024-05-15T23:26:18.4821790Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml' 2024-05-15T23:26:18.4822070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml' 2024-05-15T23:26:18.4822330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml' 2024-05-15T23:26:18.4822630Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2024-05-15T23:26:18.4822920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2024-05-15T23:26:18.4823180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml' 2024-05-15T23:26:18.4823430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml' 2024-05-15T23:26:18.4823760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml' 2024-05-15T23:26:18.4824040Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml' 2024-05-15T23:26:18.4824290Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml' 2024-05-15T23:26:18.4824580Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml' 2024-05-15T23:26:18.4824850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml' 2024-05-15T23:26:18.4825100Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml' 2024-05-15T23:26:18.4825380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml' 2024-05-15T23:26:18.4825660Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml' 2024-05-15T23:26:18.4825910Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml' 2024-05-15T23:26:18.4826170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml' 2024-05-15T23:26:18.4826430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml' 2024-05-15T23:26:18.4826760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2024-05-15T23:26:18.4827080Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2024-05-15T23:26:18.4827400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2024-05-15T23:26:18.4827710Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2024-05-15T23:26:18.4828020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2024-05-15T23:26:18.4828340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2024-05-15T23:26:18.4828610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml' 2024-05-15T23:26:18.4829050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml' 2024-05-15T23:26:18.4829430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml' 2024-05-15T23:26:18.4829780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml' 2024-05-15T23:26:18.4830130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml' 2024-05-15T23:26:18.4830400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml' 2024-05-15T23:26:18.4830670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml' 2024-05-15T23:26:18.4830990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml' 2024-05-15T23:26:18.4831320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml' 2024-05-15T23:26:18.4831710Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml' 2024-05-15T23:26:18.4832090Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml' 2024-05-15T23:26:18.4832400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml' 2024-05-15T23:26:18.4832720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2024-05-15T23:26:18.4833030Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml' 2024-05-15T23:26:18.6665010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2024-05-15T23:26:18.6744430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml' 2024-05-15T23:26:18.6748960Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml' 2024-05-15T23:26:18.6751270Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml' 2024-05-15T23:26:18.6751570Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml' 2024-05-15T23:26:18.6751850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml' 2024-05-15T23:26:18.6752190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml' 2024-05-15T23:26:18.6752500Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml' 2024-05-15T23:26:18.6752830Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml' 2024-05-15T23:26:18.6753150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml' 2024-05-15T23:26:18.6753510Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml' 2024-05-15T23:26:18.6753880Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml' 2024-05-15T23:26:18.6754250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml' 2024-05-15T23:26:18.6754590Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml' 2024-05-15T23:26:18.6754940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml' 2024-05-15T23:26:18.6755200Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml' 2024-05-15T23:26:18.6755520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml' 2024-05-15T23:26:18.6755840Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml' 2024-05-15T23:26:18.6756130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2024-05-15T23:26:18.6756420Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2024-05-15T23:26:18.6756720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2024-05-15T23:26:18.6757220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2024-05-15T23:26:18.6757500Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml' 2024-05-15T23:26:18.6757780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml' 2024-05-15T23:26:18.6758030Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml' 2024-05-15T23:26:18.6758280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml' 2024-05-15T23:26:18.6758530Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml' 2024-05-15T23:26:18.6758820Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml' 2024-05-15T23:26:18.6759120Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml' 2024-05-15T23:26:18.6759410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml' 2024-05-15T23:26:18.6759720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml' 2024-05-15T23:26:18.6759980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml' 2024-05-15T23:26:18.6760230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml' 2024-05-15T23:26:18.6760490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2024-05-15T23:26:18.6760770Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml' 2024-05-15T23:26:18.6761020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml' 2024-05-15T23:26:18.6761350Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml' 2024-05-15T23:26:18.6761650Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml' 2024-05-15T23:26:18.6762030Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml' 2024-05-15T23:26:18.6762320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml' 2024-05-15T23:26:18.6762590Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2024-05-15T23:26:18.6762840Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2024-05-15T23:26:18.6763130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml' 2024-05-15T23:26:18.6763370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2024-05-15T23:26:18.6763620Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml' 2024-05-15T23:26:18.6763860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml' 2024-05-15T23:26:18.6764130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml' 2024-05-15T23:26:18.6764400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml' 2024-05-15T23:26:18.6764650Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml' 2024-05-15T23:26:18.6764890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml' 2024-05-15T23:26:18.6765130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml' 2024-05-15T23:26:18.6765390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml' 2024-05-15T23:26:18.6765640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml' 2024-05-15T23:26:18.6765900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml' 2024-05-15T23:26:18.6766150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2024-05-15T23:26:18.6766400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml' 2024-05-15T23:26:18.6766680Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml' 2024-05-15T23:26:18.6767050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml' 2024-05-15T23:26:18.6767300Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml' 2024-05-15T23:26:18.6767580Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml' 2024-05-15T23:26:18.6768010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py' 2024-05-15T23:26:18.6768280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py' 2024-05-15T23:26:18.6768610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2024-05-15T23:26:18.6768920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py' 2024-05-15T23:26:18.6769210Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py' 2024-05-15T23:26:18.6769520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2024-05-15T23:26:18.6769850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2024-05-15T23:26:18.6770190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2024-05-15T23:26:18.6770520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2024-05-15T23:26:18.6770840Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2024-05-15T23:26:18.6771100Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py' 2024-05-15T23:26:18.6771390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py' 2024-05-15T23:26:18.6771670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py' 2024-05-15T23:26:18.6772040Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py' 2024-05-15T23:26:18.6772470Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py' 2024-05-15T23:26:18.6772790Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py' 2024-05-15T23:26:18.6773090Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py' 2024-05-15T23:26:18.6773370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2024-05-15T23:26:18.6773700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2024-05-15T23:26:18.6774000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2024-05-15T23:26:18.6774290Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2024-05-15T23:26:18.6774560Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2024-05-15T23:26:18.6774860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py' 2024-05-15T23:26:18.6775140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py' 2024-05-15T23:26:18.6782530Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py' 2024-05-15T23:26:18.6782850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py' 2024-05-15T23:26:18.6783140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py' 2024-05-15T23:26:18.6783430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py' 2024-05-15T23:26:18.6783780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2024-05-15T23:26:18.6784090Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2024-05-15T23:26:18.6784450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2024-05-15T23:26:18.6784740Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2024-05-15T23:26:18.6785170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py' 2024-05-15T23:26:18.6785440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2024-05-15T23:26:18.6785720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py' 2024-05-15T23:26:18.6786020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py' 2024-05-15T23:26:18.6786310Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2024-05-15T23:26:18.6786580Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py' 2024-05-15T23:26:18.6786870Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py' 2024-05-15T23:26:18.6787150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py' 2024-05-15T23:26:18.6787440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py' 2024-05-15T23:26:18.6787720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py' 2024-05-15T23:26:18.6788020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2024-05-15T23:26:18.6788360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2024-05-15T23:26:18.6788680Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2024-05-15T23:26:18.6788990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py' 2024-05-15T23:26:18.6789300Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py' 2024-05-15T23:26:18.6789580Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2024-05-15T23:26:18.6789950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py' 2024-05-15T23:26:18.6790200Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2024-05-15T23:26:18.6790480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2024-05-15T23:26:18.6790710Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2024-05-15T23:26:18.6790960Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2024-05-15T23:26:18.6791170Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2024-05-15T23:26:18.6791390Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2024-05-15T23:26:18.6791640Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2024-05-15T23:26:18.6791900Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2024-05-15T23:26:18.6792190Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2024-05-15T23:26:18.6792520Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2024-05-15T23:26:18.6792810Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2024-05-15T23:26:18.6793050Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2024-05-15T23:26:18.6793270Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2024-05-15T23:26:18.6793440Z adding 'executorch/backends/xnnpack/utils/configs.py' 2024-05-15T23:26:18.6793610Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2024-05-15T23:26:18.6793770Z adding 'executorch/backends/xnnpack/utils/utils.py' 2024-05-15T23:26:18.6793970Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2024-05-15T23:26:18.6794090Z adding 'executorch/data/bin/__init__.py' 2024-05-15T23:26:18.6794200Z adding 'executorch/data/bin/flatc' 2024-05-15T23:26:18.6794340Z adding 'executorch/examples/models/__init__.py' 2024-05-15T23:26:18.6794580Z adding 'executorch/examples/models/model_base.py' 2024-05-15T23:26:18.6794740Z adding 'executorch/examples/models/model_factory.py' 2024-05-15T23:26:18.6794920Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2024-05-15T23:26:18.6795080Z adding 'executorch/examples/models/deeplab_v3/model.py' 2024-05-15T23:26:18.6795240Z adding 'executorch/examples/models/edsr/__init__.py' 2024-05-15T23:26:18.6795380Z adding 'executorch/examples/models/edsr/model.py' 2024-05-15T23:26:18.6795560Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2024-05-15T23:26:18.6795740Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2024-05-15T23:26:18.6795920Z adding 'executorch/examples/models/inception_v3/__init__.py' 2024-05-15T23:26:18.6796100Z adding 'executorch/examples/models/inception_v3/model.py' 2024-05-15T23:26:18.6796270Z adding 'executorch/examples/models/inception_v4/__init__.py' 2024-05-15T23:26:18.6796450Z adding 'executorch/examples/models/inception_v4/model.py' 2024-05-15T23:26:18.6796610Z adding 'executorch/examples/models/llama2/__init__.py' 2024-05-15T23:26:18.6796770Z adding 'executorch/examples/models/llama2/builder.py' 2024-05-15T23:26:18.6796930Z adding 'executorch/examples/models/llama2/eval_llama.py' 2024-05-15T23:26:18.6797110Z adding 'executorch/examples/models/llama2/eval_llama_lib.py' 2024-05-15T23:26:18.6797290Z adding 'executorch/examples/models/llama2/export_llama.py' 2024-05-15T23:26:18.6797490Z adding 'executorch/examples/models/llama2/export_llama_lib.py' 2024-05-15T23:26:18.6797650Z adding 'executorch/examples/models/llama2/fairseq2.py' 2024-05-15T23:26:18.6797890Z adding 'executorch/examples/models/llama2/install_requirement_helper.py' 2024-05-15T23:26:18.6798050Z adding 'executorch/examples/models/llama2/llama_test.py' 2024-05-15T23:26:18.6798250Z adding 'executorch/examples/models/llama2/llama_transformer.py' 2024-05-15T23:26:18.6798480Z adding 'executorch/examples/models/llama2/model.py' 2024-05-15T23:26:18.6798690Z adding 'executorch/examples/models/llama2/custom_ops/__init__.py' 2024-05-15T23:26:18.6798960Z adding 'executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.dylib' 2024-05-15T23:26:18.6799200Z adding 'executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py' 2024-05-15T23:26:18.6799470Z adding 'executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py' 2024-05-15T23:26:18.6799690Z adding 'executorch/examples/models/llama2/experimental/generate.py' 2024-05-15T23:26:18.6799930Z adding 'executorch/examples/models/llama2/experimental/load_gguf_q4_0.py' 2024-05-15T23:26:18.6800140Z adding 'executorch/examples/models/llama2/experimental/subclass.py' 2024-05-15T23:26:18.6800380Z adding 'executorch/examples/models/llama2/experimental/test_subclass.py' 2024-05-15T23:26:18.6800560Z adding 'executorch/examples/models/llama2/lib/__init__.py' 2024-05-15T23:26:18.6800770Z adding 'executorch/examples/models/llama2/lib/partitioner_lib.py' 2024-05-15T23:26:18.6800960Z adding 'executorch/examples/models/llama2/lib/quant_lib.py' 2024-05-15T23:26:18.6801150Z adding 'executorch/examples/models/llama2/runner/generation.py' 2024-05-15T23:26:18.6801400Z adding 'executorch/examples/models/llama2/source_transformation/__init__.py' 2024-05-15T23:26:18.6801650Z adding 'executorch/examples/models/llama2/source_transformation/quantize.py' 2024-05-15T23:26:18.6801880Z adding 'executorch/examples/models/llama2/source_transformation/rope.py' 2024-05-15T23:26:18.6802100Z adding 'executorch/examples/models/llama2/source_transformation/sdpa.py' 2024-05-15T23:26:18.6802320Z adding 'executorch/examples/models/llama2/tests/test_simple_sdpa.py' 2024-05-15T23:26:18.6802580Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/conanfile.py' 2024-05-15T23:26:18.6802840Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/create_lts.py' 2024-05-15T23:26:18.6803160Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2024-05-15T23:26:18.6803520Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/copts.py' 2024-05-15T23:26:18.6803850Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/generate_copts.py' 2024-05-15T23:26:18.6804110Z adding 'executorch/examples/models/llama2/third-party/re2/benchlog/benchplot.py' 2024-05-15T23:26:18.6804340Z adding 'executorch/examples/models/llama2/third-party/re2/python/re2.py' 2024-05-15T23:26:18.6804590Z adding 'executorch/examples/models/llama2/third-party/re2/python/re2_test.py' 2024-05-15T23:26:18.6804830Z adding 'executorch/examples/models/llama2/third-party/re2/python/setup.py' 2024-05-15T23:26:18.6805130Z adding 'executorch/examples/models/llama2/third-party/re2/re2/make_unicode_casefold.py' 2024-05-15T23:26:18.6805410Z adding 'executorch/examples/models/llama2/third-party/re2/re2/make_unicode_groups.py' 2024-05-15T23:26:18.6805640Z adding 'executorch/examples/models/llama2/third-party/re2/re2/unicode.py' 2024-05-15T23:26:18.6805850Z adding 'executorch/examples/models/llama2/tokenizer/__init__.py' 2024-05-15T23:26:18.6806050Z adding 'executorch/examples/models/llama2/tokenizer/tiktoken.py' 2024-05-15T23:26:18.6806250Z adding 'executorch/examples/models/llama2/tokenizer/tokenizer.py' 2024-05-15T23:26:18.6806460Z adding 'executorch/examples/models/llama2/tokenizer/test/__init__.py' 2024-05-15T23:26:18.6806710Z adding 'executorch/examples/models/llama2/tokenizer/test/test_tokenizer.py' 2024-05-15T23:26:18.6806890Z adding 'executorch/examples/models/llava_encoder/__init__.py' 2024-05-15T23:26:18.6807070Z adding 'executorch/examples/models/llava_encoder/model.py' 2024-05-15T23:26:18.6807240Z adding 'executorch/examples/models/mobilebert/__init__.py' 2024-05-15T23:26:18.6807410Z adding 'executorch/examples/models/mobilebert/model.py' 2024-05-15T23:26:18.6807590Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2024-05-15T23:26:18.6807870Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2024-05-15T23:26:18.6808060Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2024-05-15T23:26:18.6808230Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2024-05-15T23:26:18.6808390Z adding 'executorch/examples/models/resnet/__init__.py' 2024-05-15T23:26:18.6808550Z adding 'executorch/examples/models/resnet/model.py' 2024-05-15T23:26:18.6808750Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2024-05-15T23:26:18.6808930Z adding 'executorch/examples/models/torchvision_vit/model.py' 2024-05-15T23:26:18.6809100Z adding 'executorch/examples/models/toy_model/__init__.py' 2024-05-15T23:26:18.6809260Z adding 'executorch/examples/models/toy_model/model.py' 2024-05-15T23:26:18.6809440Z adding 'executorch/examples/models/wav2letter/__init__.py' 2024-05-15T23:26:18.6809600Z adding 'executorch/examples/models/wav2letter/model.py' 2024-05-15T23:26:18.6809710Z adding 'executorch/exir/__init__.py' 2024-05-15T23:26:18.6809820Z adding 'executorch/exir/common.py' 2024-05-15T23:26:18.6809940Z adding 'executorch/exir/control_flow.py' 2024-05-15T23:26:18.6810050Z adding 'executorch/exir/delegate.py' 2024-05-15T23:26:18.6810180Z adding 'executorch/exir/dim_order_utils.py' 2024-05-15T23:26:18.6810300Z adding 'executorch/exir/dynamic_shape.py' 2024-05-15T23:26:18.6810400Z adding 'executorch/exir/error.py' 2024-05-15T23:26:18.6810500Z adding 'executorch/exir/graph.py' 2024-05-15T23:26:18.6810620Z adding 'executorch/exir/graph_module.py' 2024-05-15T23:27:05.8799490Z adding 'executorch/exir/lowered_backend_module.py' 2024-05-15T23:27:05.8803780Z adding 'executorch/exir/memory.py' 2024-05-15T23:27:05.8804120Z adding 'executorch/exir/memory_planning.py' 2024-05-15T23:27:05.8804530Z adding 'executorch/exir/pass_base.py' 2024-05-15T23:27:05.8805190Z adding 'executorch/exir/pass_manager.py' 2024-05-15T23:27:05.8805580Z adding 'executorch/exir/print_program.py' 2024-05-15T23:27:05.8805950Z adding 'executorch/exir/scalar_type.py' 2024-05-15T23:27:05.8806740Z adding 'executorch/exir/schema.py' 2024-05-15T23:27:05.8807050Z adding 'executorch/exir/sym_util.py' 2024-05-15T23:27:05.8807350Z adding 'executorch/exir/tensor.py' 2024-05-15T23:27:05.8807660Z adding 'executorch/exir/tracer.py' 2024-05-15T23:27:05.8807950Z adding 'executorch/exir/types.py' 2024-05-15T23:27:05.8808250Z adding 'executorch/exir/version.py' 2024-05-15T23:27:05.8808550Z adding 'executorch/exir/wrap.py' 2024-05-15T23:27:05.8810800Z adding 'executorch/exir/_serialize/__init__.py' 2024-05-15T23:27:05.8811180Z adding 'executorch/exir/_serialize/_cord.py' 2024-05-15T23:27:05.8811550Z adding 'executorch/exir/_serialize/_dataclass.py' 2024-05-15T23:27:05.8811960Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2024-05-15T23:27:05.8812350Z adding 'executorch/exir/_serialize/_program.py' 2024-05-15T23:27:05.8812720Z adding 'executorch/exir/_serialize/program.fbs' 2024-05-15T23:27:05.8813100Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2024-05-15T23:27:05.8813530Z adding 'executorch/exir/_serialize/test/test_cord.py' 2024-05-15T23:27:05.8813950Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2024-05-15T23:27:05.8814400Z adding 'executorch/exir/_serialize/test/test_program.py' 2024-05-15T23:27:05.8814790Z adding 'executorch/exir/backend/backend_api.py' 2024-05-15T23:27:05.8815220Z adding 'executorch/exir/backend/backend_details.py' 2024-05-15T23:27:05.8815630Z adding 'executorch/exir/backend/compile_spec_schema.py' 2024-05-15T23:27:05.8816020Z adding 'executorch/exir/backend/partitioner.py' 2024-05-15T23:27:05.8816370Z adding 'executorch/exir/backend/utils.py' 2024-05-15T23:27:05.8816890Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2024-05-15T23:27:05.8817600Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2024-05-15T23:27:05.8818520Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2024-05-15T23:27:05.8819110Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2024-05-15T23:27:05.8819670Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2024-05-15T23:27:05.8820200Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2024-05-15T23:27:05.8820660Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2024-05-15T23:27:05.8821110Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2024-05-15T23:27:05.8821520Z adding 'executorch/exir/backend/test/test_backends.py' 2024-05-15T23:27:05.8821950Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2024-05-15T23:27:05.8822400Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2024-05-15T23:27:05.8822840Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2024-05-15T23:27:05.8823300Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2024-05-15T23:27:05.8823760Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2024-05-15T23:27:05.8824240Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2024-05-15T23:27:05.8824700Z adding 'executorch/exir/backend/test/test_partitioner.py' 2024-05-15T23:27:05.8832930Z adding 'executorch/exir/backend/test/test_passes.py' 2024-05-15T23:27:05.8833400Z adding 'executorch/exir/backend/test/test_utils.py' 2024-05-15T23:27:05.8833880Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2024-05-15T23:27:05.8834400Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2024-05-15T23:27:05.8834960Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2024-05-15T23:27:05.8835560Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2024-05-15T23:27:05.8836070Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2024-05-15T23:27:05.8836450Z adding 'executorch/exir/capture/__init__.py' 2024-05-15T23:27:05.8836790Z adding 'executorch/exir/capture/_capture.py' 2024-05-15T23:27:05.8837360Z adding 'executorch/exir/capture/_config.py' 2024-05-15T23:27:05.8837680Z adding 'executorch/exir/capture/_unlift.py' 2024-05-15T23:27:05.8838020Z adding 'executorch/exir/dialects/__init__.py' 2024-05-15T23:27:05.8838340Z adding 'executorch/exir/dialects/_ops.py' 2024-05-15T23:27:05.8838680Z adding 'executorch/exir/dialects/backend/_ops.py' 2024-05-15T23:27:05.8839100Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2024-05-15T23:27:05.8839510Z adding 'executorch/exir/dialects/edge/_ops.py' 2024-05-15T23:27:05.8839860Z adding 'executorch/exir/dialects/edge/edge.yaml' 2024-05-15T23:27:05.8840240Z adding 'executorch/exir/dialects/edge/arg/model.py' 2024-05-15T23:27:05.8840620Z adding 'executorch/exir/dialects/edge/arg/type.py' 2024-05-15T23:27:05.8841000Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2024-05-15T23:27:05.8841410Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2024-05-15T23:27:05.8841810Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2024-05-15T23:27:05.8842180Z adding 'executorch/exir/dialects/edge/op/api.py' 2024-05-15T23:27:05.8842560Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2024-05-15T23:27:05.8842970Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2024-05-15T23:27:05.8843370Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2024-05-15T23:27:05.8843740Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2024-05-15T23:27:05.8844150Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2024-05-15T23:27:05.8844580Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2024-05-15T23:27:05.8845030Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2024-05-15T23:27:05.8845410Z adding 'executorch/exir/emit/__init__.py' 2024-05-15T23:27:05.8845730Z adding 'executorch/exir/emit/_emit_program.py' 2024-05-15T23:27:05.8846050Z adding 'executorch/exir/emit/_emitter.py' 2024-05-15T23:27:05.8846500Z adding 'executorch/exir/emit/test/test_emit.py' 2024-05-15T23:27:05.8846850Z adding 'executorch/exir/operator/convert.py' 2024-05-15T23:27:05.8847180Z adding 'executorch/exir/operator/manip.py' 2024-05-15T23:27:05.8847490Z adding 'executorch/exir/operator/util.py' 2024-05-15T23:27:05.8847850Z adding 'executorch/exir/operator/test/test_operator.py' 2024-05-15T23:27:05.8848210Z adding 'executorch/exir/passes/__init__.py' 2024-05-15T23:27:05.8848630Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2024-05-15T23:27:05.8849100Z adding 'executorch/exir/passes/const_prop_pass.py' 2024-05-15T23:27:05.8849490Z adding 'executorch/exir/passes/constant_prop_pass.py' 2024-05-15T23:27:05.8849910Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2024-05-15T23:27:05.8850350Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2024-05-15T23:27:05.8850770Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2024-05-15T23:27:05.8851220Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2024-05-15T23:27:05.8851710Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2024-05-15T23:27:05.8852170Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2024-05-15T23:27:05.8852580Z adding 'executorch/exir/passes/memory_planning_pass.py' 2024-05-15T23:27:05.8853010Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2024-05-15T23:27:05.8853460Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2024-05-15T23:27:05.8853870Z adding 'executorch/exir/passes/pass_registry.py' 2024-05-15T23:27:05.8854240Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2024-05-15T23:27:05.8854650Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2024-05-15T23:27:05.8855100Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2024-05-15T23:27:05.8855520Z adding 'executorch/exir/passes/remove_noop_pass.py' 2024-05-15T23:27:05.8855930Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2024-05-15T23:27:05.8856550Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2024-05-15T23:27:05.8857070Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2024-05-15T23:27:05.8857520Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2024-05-15T23:27:05.8857970Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2024-05-15T23:27:05.8858420Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2024-05-15T23:27:05.8858820Z adding 'executorch/exir/passes/spec_prop_pass.py' 2024-05-15T23:27:05.8859210Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2024-05-15T23:27:05.8859600Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2024-05-15T23:27:05.8859960Z adding 'executorch/exir/program/__init__.py' 2024-05-15T23:27:05.8860300Z adding 'executorch/exir/program/_fake_program.py' 2024-05-15T23:27:05.8860650Z adding 'executorch/exir/program/_program.py' 2024-05-15T23:27:05.8861030Z adding 'executorch/exir/program/test/test_fake_program.py' 2024-05-15T23:27:05.8861460Z adding 'executorch/exir/program/test/test_program.py' 2024-05-15T23:27:05.8861820Z adding 'executorch/exir/serde/__init__.py' 2024-05-15T23:27:05.8862170Z adding 'executorch/exir/serde/export_serialize.py' 2024-05-15T23:27:05.8862510Z adding 'executorch/exir/serde/schema.py' 2024-05-15T23:27:05.8862830Z adding 'executorch/exir/serde/serialize.py' 2024-05-15T23:27:05.8863180Z adding 'executorch/exir/tests/asr_joiner.py' 2024-05-15T23:27:05.8863500Z adding 'executorch/exir/tests/common.py' 2024-05-15T23:27:05.8863850Z adding 'executorch/exir/tests/control_flow_models.py' 2024-05-15T23:27:05.8864240Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2024-05-15T23:27:05.8864590Z adding 'executorch/exir/tests/models.py' 2024-05-15T23:27:05.8864940Z adding 'executorch/exir/tests/test_arg_validator.py' 2024-05-15T23:27:05.8865310Z adding 'executorch/exir/tests/test_capture.py' 2024-05-15T23:27:05.8865750Z adding 'executorch/exir/tests/test_common.py' 2024-05-15T23:27:05.8866110Z adding 'executorch/exir/tests/test_delegate.py' 2024-05-15T23:27:05.8866480Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2024-05-15T23:27:05.8866920Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2024-05-15T23:27:05.8867330Z adding 'executorch/exir/tests/test_error.py' 2024-05-15T23:27:05.8867730Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2024-05-15T23:27:05.8868160Z adding 'executorch/exir/tests/test_memory_planning.py' 2024-05-15T23:27:05.8868540Z adding 'executorch/exir/tests/test_op_convert.py' 2024-05-15T23:27:05.8868900Z adding 'executorch/exir/tests/test_pass_infra.py' 2024-05-15T23:27:05.8875320Z adding 'executorch/exir/tests/test_passes.py' 2024-05-15T23:27:05.8875770Z adding 'executorch/exir/tests/test_print_program.py' 2024-05-15T23:27:05.8876170Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2024-05-15T23:27:05.8876590Z adding 'executorch/exir/tests/test_quantization.py' 2024-05-15T23:27:05.8876990Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2024-05-15T23:27:05.8877370Z adding 'executorch/exir/tests/test_serde.py' 2024-05-15T23:27:05.8877700Z adding 'executorch/exir/tests/test_tensor.py' 2024-05-15T23:27:05.8878040Z adding 'executorch/exir/tests/test_tracer.py' 2024-05-15T23:27:05.8878390Z adding 'executorch/exir/tests/test_verification.py' 2024-05-15T23:27:05.8878760Z adding 'executorch/exir/tests/transformer.py' 2024-05-15T23:27:05.8879140Z adding 'executorch/exir/verification/arg_validator.py' 2024-05-15T23:27:05.8879510Z adding 'executorch/exir/verification/dev_html.py' 2024-05-15T23:27:05.8879880Z adding 'executorch/exir/verification/interpreter.py' 2024-05-15T23:27:05.8880250Z adding 'executorch/exir/verification/verifier.py' 2024-05-15T23:27:05.8880660Z adding 'executorch/exir/verification/test/test_verifier.py' 2024-05-15T23:27:05.8881070Z adding 'executorch/extension/gguf_util/convert_main.py' 2024-05-15T23:27:05.8881680Z adding 'executorch/extension/gguf_util/converter.py' 2024-05-15T23:27:05.8882070Z adding 'executorch/extension/gguf_util/load_gguf.py' 2024-05-15T23:27:05.8882520Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2024-05-15T23:27:05.8883080Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-darwin.so' 2024-05-15T23:27:05.8883580Z adding 'executorch/extension/pybindings/portable_lib.py' 2024-05-15T23:27:05.8883990Z adding 'executorch/extension/pybindings/pybindings.pyi' 2024-05-15T23:27:05.8884410Z adding 'executorch/extension/pybindings/test/make_test.py' 2024-05-15T23:27:05.8884880Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2024-05-15T23:27:05.8885300Z adding 'executorch/extension/pytree/__init__.py' 2024-05-15T23:27:05.8885680Z adding 'executorch/extension/pytree/test/test.py' 2024-05-15T23:27:05.8886010Z adding 'executorch/schema/program.fbs' 2024-05-15T23:27:05.8886330Z adding 'executorch/schema/scalar_type.fbs' 2024-05-15T23:27:05.8886640Z adding 'executorch/sdk/__init__.py' 2024-05-15T23:27:05.8886970Z adding 'executorch/sdk/bundled_program/config.py' 2024-05-15T23:27:05.8887330Z adding 'executorch/sdk/bundled_program/core.py' 2024-05-15T23:27:05.8887700Z adding 'executorch/sdk/bundled_program/version.py' 2024-05-15T23:27:05.8888110Z adding 'executorch/sdk/bundled_program/schema/__init__.py' 2024-05-15T23:27:05.8888590Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.fbs' 2024-05-15T23:27:05.8889120Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.py' 2024-05-15T23:27:05.8889630Z adding 'executorch/sdk/bundled_program/schema/scalar_type.fbs' 2024-05-15T23:27:05.8890120Z adding 'executorch/sdk/bundled_program/schema/test/test_schema.py' 2024-05-15T23:27:05.8890590Z adding 'executorch/sdk/bundled_program/serialize/__init__.py' 2024-05-15T23:27:05.8891110Z adding 'executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs' 2024-05-15T23:27:05.8891780Z adding 'executorch/sdk/bundled_program/serialize/scalar_type.fbs' 2024-05-15T23:27:05.8892310Z adding 'executorch/sdk/bundled_program/serialize/test/test_serialize.py' 2024-05-15T23:27:05.8892820Z adding 'executorch/sdk/bundled_program/test/test_bundle_data.py' 2024-05-15T23:27:05.8893270Z adding 'executorch/sdk/bundled_program/test/test_config.py' 2024-05-15T23:27:05.8893730Z adding 'executorch/sdk/bundled_program/test/test_end2end.py' 2024-05-15T23:27:05.8894170Z adding 'executorch/sdk/bundled_program/util/test_util.py' 2024-05-15T23:27:05.8894580Z adding 'executorch/sdk/debug_format/base_schema.py' 2024-05-15T23:27:05.8894950Z adding 'executorch/sdk/debug_format/et_schema.py' 2024-05-15T23:27:05.8895330Z adding 'executorch/sdk/etdump/etdump_schema_flatcc.fbs' 2024-05-15T23:27:05.8895710Z adding 'executorch/sdk/etdump/scalar_type.fbs' 2024-05-15T23:27:05.8896060Z adding 'executorch/sdk/etdump/schema_flatcc.py' 2024-05-15T23:27:05.8896420Z adding 'executorch/sdk/etdump/serialize.py' 2024-05-15T23:27:05.8896790Z adding 'executorch/sdk/etdump/tests/serialize_test.py' 2024-05-15T23:27:05.8897150Z adding 'executorch/sdk/etrecord/__init__.py' 2024-05-15T23:27:05.8897480Z adding 'executorch/sdk/etrecord/_etrecord.py' 2024-05-15T23:27:05.8897850Z adding 'executorch/sdk/etrecord/tests/etrecord_test.py' 2024-05-15T23:27:05.8898210Z adding 'executorch/sdk/inspector/__init__.py' 2024-05-15T23:27:05.8898550Z adding 'executorch/sdk/inspector/_inspector.py' 2024-05-15T23:27:05.8898920Z adding 'executorch/sdk/inspector/_inspector_utils.py' 2024-05-15T23:27:05.8899290Z adding 'executorch/sdk/inspector/inspector_cli.py' 2024-05-15T23:27:05.8899700Z adding 'executorch/sdk/inspector/tests/event_blocks_test.py' 2024-05-15T23:27:05.8900130Z adding 'executorch/sdk/inspector/tests/inspector_test.py' 2024-05-15T23:27:05.8900560Z adding 'executorch/sdk/inspector/tests/inspector_utils_test.py' 2024-05-15T23:27:05.8901030Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool.py' 2024-05-15T23:27:05.8901660Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool_test.py' 2024-05-15T23:27:05.8902100Z adding 'executorch/util/activation_memory_profiler.py' 2024-05-15T23:27:05.8902470Z adding 'executorch/util/python_profiler.py' 2024-05-15T23:27:05.8902780Z adding 'serializer/__init__.py' 2024-05-15T23:27:05.8903060Z adding 'serializer/tosa_serializer.py' 2024-05-15T23:27:05.8903390Z adding 'tosa/ArithmeticRightShiftAttribute.py' 2024-05-15T23:27:05.8903710Z adding 'tosa/Attribute.py' 2024-05-15T23:27:05.8903960Z adding 'tosa/AxisAttribute.py' 2024-05-15T23:27:05.8904230Z adding 'tosa/ClampAttribute.py' 2024-05-15T23:27:05.8904500Z adding 'tosa/CondIfAttribute.py' 2024-05-15T23:27:05.8904770Z adding 'tosa/ConvAttribute.py' 2024-05-15T23:27:05.8905040Z adding 'tosa/CustomAttribute.py' 2024-05-15T23:27:05.8905300Z adding 'tosa/DType.py' 2024-05-15T23:27:05.8905550Z adding 'tosa/FFTAttribute.py' 2024-05-15T23:27:05.8905830Z adding 'tosa/FullyConnectedAttribute.py' 2024-05-15T23:27:05.8906130Z adding 'tosa/MatMulAttribute.py' 2024-05-15T23:27:05.8906390Z adding 'tosa/MulAttribute.py' 2024-05-15T23:27:05.8906660Z adding 'tosa/NegateAttribute.py' 2024-05-15T23:27:05.8906910Z adding 'tosa/Op.py' 2024-05-15T23:27:05.8907130Z adding 'tosa/PadAttribute.py' 2024-05-15T23:27:05.8907390Z adding 'tosa/PoolAttribute.py' 2024-05-15T23:27:05.8907660Z adding 'tosa/RFFTAttribute.py' 2024-05-15T23:27:05.8907930Z adding 'tosa/RescaleAttribute.py' 2024-05-15T23:27:05.8908210Z adding 'tosa/ReshapeAttribute.py' 2024-05-15T23:27:05.8913240Z adding 'tosa/ResizeAttribute.py' 2024-05-15T23:27:05.8913540Z adding 'tosa/ResizeMode.py' 2024-05-15T23:27:05.8913790Z adding 'tosa/SliceAttribute.py' 2024-05-15T23:27:05.8914060Z adding 'tosa/TableAttribute.py' 2024-05-15T23:27:05.8914330Z adding 'tosa/TileAttribute.py' 2024-05-15T23:27:05.8914590Z adding 'tosa/TosaBasicBlock.py' 2024-05-15T23:27:05.8914840Z adding 'tosa/TosaGraph.py' 2024-05-15T23:27:05.8915210Z adding 'tosa/TosaOperator.py' 2024-05-15T23:27:05.8915490Z adding 'tosa/TosaRegion.py' 2024-05-15T23:27:05.8915730Z adding 'tosa/TosaTensor.py' 2024-05-15T23:27:05.8915990Z adding 'tosa/TransposeAttribute.py' 2024-05-15T23:27:05.8916290Z adding 'tosa/TransposeConvAttribute.py' 2024-05-15T23:27:05.8916580Z adding 'tosa/Version.py' 2024-05-15T23:27:05.8916820Z adding 'tosa/WhileLoopAttribute.py' 2024-05-15T23:27:05.8917090Z adding 'tosa/__init__.py' 2024-05-15T23:27:05.8917400Z adding 'executorch-0.3.0a0+fff20a7.dist-info/LICENSE' 2024-05-15T23:27:05.8917800Z adding 'executorch-0.3.0a0+fff20a7.dist-info/METADATA' 2024-05-15T23:27:05.8918190Z adding 'executorch-0.3.0a0+fff20a7.dist-info/WHEEL' 2024-05-15T23:27:05.8918610Z adding 'executorch-0.3.0a0+fff20a7.dist-info/entry_points.txt' 2024-05-15T23:27:05.8919060Z adding 'executorch-0.3.0a0+fff20a7.dist-info/top_level.txt' 2024-05-15T23:27:05.8919470Z adding 'executorch-0.3.0a0+fff20a7.dist-info/RECORD' 2024-05-15T23:27:05.8919850Z removing pip-out/bdist.macosx-11.1-arm64/wheel 2024-05-15T23:27:05.8920310Z Building wheel for executorch (pyproject.toml): finished with status 'done' 2024-05-15T23:27:05.8921300Z Created wheel for executorch: filename=executorch-0.3.0a0+fff20a7-cp310-cp310-macosx_11_0_arm64.whl size=7604841 sha256=d714085be0bb895631db22b2ff2f35df999f39736e74c337451249bc4ec85f9d 2024-05-15T23:27:05.8922650Z Stored in directory: /private/var/folders/xq/_s_zr8fx7879r5bx0nqtqzsh0000gn/T/pip-ephem-wheel-cache-rru8up89/wheels/4d/be/e6/b49b4e5d90713f304075993d1cdbc20c9e607faf14cea9eb36 2024-05-15T23:27:05.8923410Z Successfully built executorch 2024-05-15T23:27:05.8924280Z Installing collected packages: sortedcontainers, flatbuffers, ruamel.yaml.clib, pluggy, parameterized, iniconfig, expecttest, execnet, exceptiongroup, ruamel.yaml, pytest, hypothesis, pytest-xdist, executorch 2024-05-15T23:27:05.8925400Z changing mode of /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/py.test to 755 2024-05-15T23:27:05.8926370Z changing mode of /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/pytest to 755 2024-05-15T23:27:05.8927210Z changing mode of /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/hypothesis to 755 2024-05-15T23:27:05.8928020Z changing mode of /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/bin/flatc to 755 2024-05-15T23:27:05.8929500Z Successfully installed exceptiongroup-1.2.1 execnet-2.1.1 executorch-0.3.0a0+fff20a7 expecttest-0.2.1 flatbuffers-24.3.25 hypothesis-6.102.4 iniconfig-2.0.0 parameterized-0.9.0 pluggy-1.5.0 pytest-8.2.0 pytest-xdist-3.6.1 ruamel.yaml-0.18.6 ruamel.yaml.clib-0.2.8 sortedcontainers-2.4.0 2024-05-15T23:27:05.8930660Z + pip3 list 2024-05-15T23:27:05.8930840Z Package Version 2024-05-15T23:27:05.8931090Z ------------------ ------------------ 2024-05-15T23:27:05.8931360Z absl-py 2.1.0 2024-05-15T23:27:05.8931580Z accelerate 0.30.1 2024-05-15T23:27:05.8931780Z aiohttp 3.9.5 2024-05-15T23:27:05.8931990Z aiosignal 1.3.1 2024-05-15T23:27:05.8932210Z async-timeout 4.0.3 2024-05-15T23:27:05.8932420Z attrs 23.2.0 2024-05-15T23:27:05.8932620Z blinker 1.8.2 2024-05-15T23:27:05.8932820Z blobfile 2.1.1 2024-05-15T23:27:05.8933020Z certifi 2024.2.2 2024-05-15T23:27:05.8933230Z chardet 5.2.0 2024-05-15T23:27:05.8933460Z charset-normalizer 3.3.2 2024-05-15T23:27:05.8933660Z click 8.1.7 2024-05-15T23:27:05.8933850Z cmake 3.29.3 2024-05-15T23:27:05.8934040Z colorama 0.4.6 2024-05-15T23:27:05.8934240Z DataProperty 1.0.1 2024-05-15T23:27:05.8934440Z datasets 2.19.1 2024-05-15T23:27:05.8934640Z dill 0.3.8 2024-05-15T23:27:05.8934830Z evaluate 0.4.2 2024-05-15T23:27:05.8935030Z exceptiongroup 1.2.1 2024-05-15T23:27:05.8935220Z execnet 2.1.1 2024-05-15T23:27:05.8935430Z executorch 0.3.0a0+fff20a7 2024-05-15T23:27:05.8935760Z expecttest 0.2.1 2024-05-15T23:27:05.8935970Z filelock 3.14.0 2024-05-15T23:27:05.8936170Z Flask 3.0.3 2024-05-15T23:27:05.8936370Z flatbuffers 24.3.25 2024-05-15T23:27:05.8936580Z frozenlist 1.4.1 2024-05-15T23:27:05.8936780Z fsspec 2024.3.1 2024-05-15T23:27:05.8936990Z gguf 0.6.0 2024-05-15T23:27:05.8937220Z huggingface-hub 0.23.0 2024-05-15T23:27:05.8937430Z hypothesis 6.102.4 2024-05-15T23:27:05.8937630Z idna 3.7 2024-05-15T23:27:05.8937830Z iniconfig 2.0.0 2024-05-15T23:27:05.8938030Z itsdangerous 2.2.0 2024-05-15T23:27:05.8938220Z Jinja2 3.1.4 2024-05-15T23:27:05.8938420Z joblib 1.4.2 2024-05-15T23:27:05.8938610Z jsonlines 4.0.0 2024-05-15T23:27:05.8938800Z lm_eval 0.4.0 2024-05-15T23:27:05.8938990Z lxml 4.9.4 2024-05-15T23:27:05.8939190Z MarkupSafe 2.1.5 2024-05-15T23:27:05.8939390Z mbstrdecoder 1.1.3 2024-05-15T23:27:05.8939590Z mpmath 1.3.0 2024-05-15T23:27:05.8939800Z multidict 6.0.5 2024-05-15T23:27:05.8940000Z multiprocess 0.70.16 2024-05-15T23:27:05.8940220Z networkx 3.3 2024-05-15T23:27:05.8940410Z ninja 1.11.1.1 2024-05-15T23:27:05.8940620Z nltk 3.8.1 2024-05-15T23:27:05.8940810Z numexpr 2.10.0 2024-05-15T23:27:05.8941010Z numpy 1.26.4 2024-05-15T23:27:05.8941210Z packaging 24.0 2024-05-15T23:27:05.8941400Z pandas 2.2.2 2024-05-15T23:27:05.8941600Z parameterized 0.9.0 2024-05-15T23:27:05.8941800Z pathvalidate 3.2.0 2024-05-15T23:27:05.8942000Z peft 0.10.0 2024-05-15T23:27:05.8946400Z pillow 10.3.0 2024-05-15T23:27:05.8946600Z pip 24.0 2024-05-15T23:27:05.8946800Z pluggy 1.5.0 2024-05-15T23:27:05.8947000Z portalocker 2.8.2 2024-05-15T23:27:05.8947190Z psutil 5.9.8 2024-05-15T23:27:05.8947390Z pyarrow 16.1.0 2024-05-15T23:27:05.8947750Z pyarrow-hotfix 0.6 2024-05-15T23:27:05.8947950Z pybind11 2.12.0 2024-05-15T23:27:05.8948150Z pycryptodomex 3.20.0 2024-05-15T23:27:05.8948370Z pytablewriter 1.2.0 2024-05-15T23:27:05.8948560Z pytest 8.2.0 2024-05-15T23:27:05.8948780Z pytest-xdist 3.6.1 2024-05-15T23:27:05.8949010Z python-dateutil 2.9.0.post0 2024-05-15T23:27:05.8949240Z pytz 2024.1 2024-05-15T23:27:05.8949440Z PyYAML 6.0.1 2024-05-15T23:27:05.8949640Z regex 2024.5.15 2024-05-15T23:27:05.8949850Z requests 2.31.0 2024-05-15T23:27:05.8950050Z rouge_score 0.1.2 2024-05-15T23:27:05.8950250Z ruamel.yaml 0.18.6 2024-05-15T23:27:05.8950450Z ruamel.yaml.clib 0.2.8 2024-05-15T23:27:05.8950650Z sacrebleu 2.4.2 2024-05-15T23:27:05.8950850Z safetensors 0.4.3 2024-05-15T23:27:05.8951060Z scikit-learn 1.4.2 2024-05-15T23:27:55.5599090Z scipy 1.13.0 2024-05-15T23:27:55.5599610Z sentencepiece 0.2.0 2024-05-15T23:27:55.5599880Z setuptools 69.5.1 2024-05-15T23:27:55.5600110Z six 1.16.0 2024-05-15T23:27:55.5600310Z snakeviz 2.2.0 2024-05-15T23:27:55.5601730Z sortedcontainers 2.4.0 2024-05-15T23:27:55.5601970Z sqlitedict 2.1.0 2024-05-15T23:27:55.5602180Z sympy 1.12 2024-05-15T23:27:55.5602380Z tabledata 1.3.3 2024-05-15T23:27:55.5602580Z tabulate 0.9.0 2024-05-15T23:27:55.5603790Z tcolorpy 0.1.6 2024-05-15T23:27:55.5604030Z threadpoolctl 3.5.0 2024-05-15T23:27:55.5604230Z tiktoken 0.7.0 2024-05-15T23:27:55.5604440Z timm 0.6.13 2024-05-15T23:27:55.5604660Z tokenizers 0.15.2 2024-05-15T23:27:55.5604860Z tomli 2.0.1 2024-05-15T23:27:55.5605070Z torch 2.4.0.dev20240507 2024-05-15T23:27:55.5605330Z torchao 0.1 2024-05-15T23:27:55.5605530Z torchaudio 2.2.0.dev20240507 2024-05-15T23:27:55.5605770Z torchsr 1.0.4 2024-05-15T23:27:55.5609220Z torchvision 0.19.0.dev20240507 2024-05-15T23:27:55.5609540Z tornado 6.4 2024-05-15T23:27:55.5609760Z tqdm 4.66.4 2024-05-15T23:27:55.5610110Z tqdm-multiprocess 0.0.11 2024-05-15T23:27:55.5610340Z transformers 4.38.2 2024-05-15T23:27:55.5610550Z typepy 1.3.2 2024-05-15T23:27:55.5610760Z typing_extensions 4.11.0 2024-05-15T23:27:55.5610970Z tzdata 2024.1 2024-05-15T23:27:55.5611170Z urllib3 2.2.1 2024-05-15T23:27:55.5611770Z Werkzeug 3.0.3 2024-05-15T23:27:55.5611970Z wheel 0.43.0 2024-05-15T23:27:55.5612170Z xxhash 3.4.1 2024-05-15T23:27:55.5619610Z yarl 1.9.4 2024-05-15T23:27:55.5619860Z zstandard 0.22.0 2024-05-15T23:27:55.5620090Z zstd 1.5.5.1 2024-05-15T23:27:55.5620290Z + popd 2024-05-15T23:27:55.5620730Z ~/runner/_work/torchchat/torchchat/pytorch/torchchat ~/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:27:55.5621250Z + popd 2024-05-15T23:27:55.5621480Z ~/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:27:55.5621780Z + false 2024-05-15T23:27:55.5622360Z + python3 generate.py stories15M --prompt 'Hello, my name is' --quantize '{"embedding" : {"bitwidth": 8, "groupsize": 0}}' --device cpu 2024-05-15T23:27:55.5623140Z Downloading https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt... 2024-05-15T23:27:55.5623750Z Downloading https://github.com/karpathy/llama2.c/raw/master/tokenizer.model... 2024-05-15T23:27:55.5624160Z Using device=cpu Apple M1 2024-05-15T23:27:55.5624380Z Loading model... 2024-05-15T23:27:55.5624570Z Time to load model: 0.02 seconds 2024-05-15T23:27:55.5624980Z Quantizing the model with: {'embedding': {'bitwidth': 8, 'groupsize': 0}} 2024-05-15T23:27:55.5625370Z Time to quantize model: 0.02 seconds 2024-05-15T23:27:55.5626840Z Hello, my name is Daisy. Daisy is very polite. Every morning, Daisy goes out to play. Today, she is very excited - it is Daddy! Daddy is going for a walk and he is bringing something special in a big bag. Daddy opens the bag and inside he found a big, colourful present. Daisy was so excited, she shouted, "Daddy! What is it?" Daddy smiled and said he had a surprise for Daisy. 2024-05-15T23:27:55.5629600Z Daisy opened the present and inside was a new ball. Daisy was so delighted! Daddy said, "Let's keep it safe. Daddy, look what I have in my bag. It is a surprise for you". Daisy was so excited she couldn't stop jumping up and down. Daddy said, "You're such a polite and very polite, Daisy. Now let's keep it safeTime for inference 1: 15.39 sec total, 12.99 tokens/sec 2024-05-15T23:27:55.5630880Z Bandwidth achieved: 0.52 GB/s 2024-05-15T23:27:55.5631320Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:27:55.5631700Z 2024-05-15T23:27:55.5631830Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:27:55.5632190Z --------------------------------------------------- 2024-05-15T23:27:55.5632400Z 2024-05-15T23:27:55.5632480Z ======================================== 2024-05-15T23:27:55.5632660Z 2024-05-15T23:27:55.5632730Z Average tokens/sec: 12.99 2024-05-15T23:27:55.5632930Z Memory used: 0.00 GB 2024-05-15T23:27:55.5633580Z + python3 torchchat.py export stories15M --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:int4": {"groupsize" : 256}}' --output-dso-path stories15M.so 2024-05-15T23:27:55.5634210Z NumExpr defaulting to 8 threads. 2024-05-15T23:27:55.5634440Z Using device=mps 2024-05-15T23:27:55.5634740Z Warning! Device MPS not supported for export. Exporting for device CPU. 2024-05-15T23:27:55.5635100Z Loading model... 2024-05-15T23:27:55.5635280Z Time to load model: 0.02 seconds 2024-05-15T23:27:55.5635770Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 32}, 'linear:int4': {'groupsize': 256}} 2024-05-15T23:27:55.5636310Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5636840Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5637220Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5637580Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5637930Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5638280Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5638630Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5639000Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5639370Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5639740Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5640090Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5640440Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5640790Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5641140Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5641500Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5641850Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5642200Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5642560Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5642920Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5643280Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5643630Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5644170Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5644520Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5644860Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5645220Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5645570Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5646050Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5646400Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5646750Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5647100Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5647440Z warning: wq is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5647790Z warning: wk is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5648140Z warning: wv is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5648490Z warning: wo is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5648840Z warning: w1 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5649180Z warning: w3 is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5649550Z warning: output is padded to satisfy in_features % 1024 == 0 2024-05-15T23:27:55.5649880Z Time to quantize model: 0.17 seconds 2024-05-15T23:27:55.5650480Z Exporting model using AOT Inductor to /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/stories15M.so 2024-05-15T23:27:55.5651380Z warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt] 2024-05-15T23:27:55.5653210Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/cva5wqv5k42sxeerrj7kvhe6hexs3nqyachivpww2bgekzar65o4.cpp:648:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:55.5654810Z extern "C" void cpp_fused_index_put_stack_2(const half* in_ptr0, 2024-05-15T23:27:55.5655140Z ^ 2024-05-15T23:27:55.5662790Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/cva5wqv5k42sxeerrj7kvhe6hexs3nqyachivpww2bgekzar65o4.cpp:1357:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:55.5664290Z extern "C" void cpp_fused_index_put_stack_8(const half* in_ptr0, 2024-05-15T23:27:55.5664600Z ^ 2024-05-15T23:27:55.5666050Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/cva5wqv5k42sxeerrj7kvhe6hexs3nqyachivpww2bgekzar65o4.cpp:2018:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:55.5667520Z extern "C" void cpp_fused_index_put_stack_14(const half* in_ptr0, 2024-05-15T23:27:55.5667840Z ^ 2024-05-15T23:27:55.5669280Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/cva5wqv5k42sxeerrj7kvhe6hexs3nqyachivpww2bgekzar65o4.cpp:2683:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:55.5670740Z extern "C" void cpp_fused_index_put_stack_20(const half* in_ptr0, 2024-05-15T23:27:55.5671060Z ^ 2024-05-15T23:27:55.5672490Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/cva5wqv5k42sxeerrj7kvhe6hexs3nqyachivpww2bgekzar65o4.cpp:3344:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:55.5673940Z extern "C" void cpp_fused_index_put_stack_26(const half* in_ptr0, 2024-05-15T23:27:55.5674250Z ^ 2024-05-15T23:27:55.5675730Z /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/cva5wqv5k42sxeerrj7kvhe6hexs3nqyachivpww2bgekzar65o4.cpp:4009:17: warning: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-05-15T23:27:55.5677280Z extern "C" void cpp_fused_index_put_stack_32(const half* in_ptr0, 2024-05-15T23:27:55.5677600Z ^ 2024-05-15T23:27:55.5677770Z 7 warnings generated. 2024-05-15T23:27:55.5678110Z ld: warning: -undefined dynamic_lookup may not work with chained fixups 2024-05-15T23:27:55.5678820Z The generated DSO model can be found at: /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/stories15M.so 2024-05-15T23:27:55.5679560Z + python3 generate.py stories15M --dso-path stories15M.so --prompt 'Hello my name is' 2024-05-15T23:27:55.5680110Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:27:55.5680640Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:27:55.5681020Z Using device=mps 2024-05-15T23:27:55.5681190Z Loading model... 2024-05-15T23:27:55.5681500Z Cannot load specified DSO to mps. Attempting to load model to CPU instead 2024-05-15T23:27:55.5681870Z Time to load model: 0.06 seconds 2024-05-15T23:27:55.5682150Z Hello my name is”. 2024-05-15T23:27:55.5683490Z The first, she said, "I'm very miserable. I can’t really belong here. I do not know what to do." 2024-05-15T23:27:55.5684560Z Just then, she heard a loud noise. She looked up and saw a big white bird flying in the sky. It was so close she could feel its wings flapping. She stopped immediately to watch it and said "Hello, bird! Are you here for a ride?" 2024-05-15T23:27:55.5685930Z The bird replied, "I'm so happy to be here, but I have a problem. I need to get a very important job. I need a motor so I cannot fly so high. I need a very strong motor." 2024-05-15T23:27:55.5686740Z Daisy felt sad and worried. She asked, "What do I do?" 2024-05-15T23:27:55.5687450Z The bird smiled and said, "You'll find a motor. All I need is a strong engine and I need to use it to do fast things. You can do it." 2024-05-15T23:27:55.5688120Z Daisy thought hardTime for inference 1: 32.54 sec total, 6.15 tokens/sec 2024-05-15T23:27:55.5688480Z Bandwidth achieved: 0.30 GB/s 2024-05-15T23:27:55.5688900Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:27:55.5689270Z 2024-05-15T23:27:55.5689390Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:27:55.5689730Z --------------------------------------------------- 2024-05-15T23:27:55.5689920Z 2024-05-15T23:27:55.5690000Z ======================================== 2024-05-15T23:27:55.5690160Z 2024-05-15T23:27:55.5690230Z Average tokens/sec: 6.15 2024-05-15T23:27:55.5690430Z Memory used: 0.00 GB 2024-05-15T23:27:55.5691100Z + python3 torchchat.py export stories15M --quantize '{"embedding": {"bitwidth": 4, "groupsize":32}, "linear:a8w4dq": {"groupsize" : 256}}' --output-pte-path stories15M.pte 2024-05-15T23:27:55.5691740Z NumExpr defaulting to 8 threads. 2024-05-15T23:27:55.5692000Z PyTorch version 2.4.0.dev20240507 available. 2024-05-15T23:27:55.5692950Z Loading custom ops library: /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages/executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.dylib 2024-05-15T23:27:55.5693800Z Core ATen graph: 2024-05-15T23:27:55.5693970Z graph(): 2024-05-15T23:27:55.5694330Z %p_layers_0_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_0_attention_norm_weight] 2024-05-15T23:27:55.5694940Z %p_layers_0_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_0_ffn_norm_weight] 2024-05-15T23:27:55.5695530Z %p_layers_1_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_1_attention_norm_weight] 2024-05-15T23:27:55.5696130Z %p_layers_1_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_1_ffn_norm_weight] 2024-05-15T23:27:55.5696800Z %p_layers_2_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_2_attention_norm_weight] 2024-05-15T23:27:55.5697390Z %p_layers_2_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_2_ffn_norm_weight] 2024-05-15T23:27:55.5697980Z %p_layers_3_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_3_attention_norm_weight] 2024-05-15T23:27:55.5698560Z %p_layers_3_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_3_ffn_norm_weight] 2024-05-15T23:27:55.5699150Z %p_layers_4_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_4_attention_norm_weight] 2024-05-15T23:27:55.5699730Z %p_layers_4_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_4_ffn_norm_weight] 2024-05-15T23:27:55.5700320Z %p_layers_5_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_5_attention_norm_weight] 2024-05-15T23:27:55.5700910Z %p_layers_5_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_5_ffn_norm_weight] 2024-05-15T23:27:55.5701400Z %p_norm_weight : [num_users=1] = placeholder[target=p_norm_weight] 2024-05-15T23:27:55.5701820Z %b_freqs_cis : [num_users=1] = placeholder[target=b_freqs_cis] 2024-05-15T23:27:55.5702280Z %b_tok_embeddings_weight : [num_users=1] = placeholder[target=b_tok_embeddings_weight] 2024-05-15T23:27:55.5702810Z %b_tok_embeddings_scales : [num_users=1] = placeholder[target=b_tok_embeddings_scales] 2024-05-15T23:27:55.5703380Z %b_layers_0_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_0_attention_wq_weight] 2024-05-15T23:27:55.5703980Z %b_layers_0_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_0_attention_wq_scales] 2024-05-15T23:27:55.5704620Z %b_layers_0_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_0_attention_wq_zeros] 2024-05-15T23:27:55.5705210Z %b_layers_0_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_0_attention_wk_weight] 2024-05-15T23:27:55.5705880Z %b_layers_0_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_0_attention_wk_scales] 2024-05-15T23:27:55.5706480Z %b_layers_0_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_0_attention_wk_zeros] 2024-05-15T23:27:55.5707070Z %b_layers_0_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_0_attention_wv_weight] 2024-05-15T23:27:55.5707660Z %b_layers_0_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_0_attention_wv_scales] 2024-05-15T23:27:55.5708250Z %b_layers_0_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_0_attention_wv_zeros] 2024-05-15T23:27:55.5708900Z %b_layers_0_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_0_attention_kv_cache_k_cache] 2024-05-15T23:27:55.5709580Z %b_layers_0_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_0_attention_kv_cache_v_cache] 2024-05-15T23:27:55.5710220Z %b_layers_0_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_0_attention_wo_weight] 2024-05-15T23:27:55.5710820Z %b_layers_0_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_0_attention_wo_scales] 2024-05-15T23:27:55.5711420Z %b_layers_0_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_0_attention_wo_zeros] 2024-05-15T23:27:55.5712030Z %b_layers_0_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w1_weight] 2024-05-15T23:27:55.5712670Z %b_layers_0_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w1_scales] 2024-05-15T23:27:55.5713290Z %b_layers_0_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w1_zeros] 2024-05-15T23:27:55.5713920Z %b_layers_0_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w3_weight] 2024-05-15T23:27:55.5714560Z %b_layers_0_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w3_scales] 2024-05-15T23:27:55.5715260Z %b_layers_0_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w3_zeros] 2024-05-15T23:27:55.5715890Z %b_layers_0_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w2_weight] 2024-05-15T23:27:55.5716530Z %b_layers_0_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w2_scales] 2024-05-15T23:27:55.5717150Z %b_layers_0_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w2_zeros] 2024-05-15T23:27:55.5717770Z %b_layers_1_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_1_attention_wq_weight] 2024-05-15T23:27:55.5718370Z %b_layers_1_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_1_attention_wq_scales] 2024-05-15T23:27:55.5718960Z %b_layers_1_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_1_attention_wq_zeros] 2024-05-15T23:27:55.5719560Z %b_layers_1_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_1_attention_wk_weight] 2024-05-15T23:27:55.5720170Z %b_layers_1_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_1_attention_wk_scales] 2024-05-15T23:27:55.5720760Z %b_layers_1_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_1_attention_wk_zeros] 2024-05-15T23:27:55.5721350Z %b_layers_1_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_1_attention_wv_weight] 2024-05-15T23:27:55.5721950Z %b_layers_1_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_1_attention_wv_scales] 2024-05-15T23:27:55.5722540Z %b_layers_1_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_1_attention_wv_zeros] 2024-05-15T23:27:55.5723180Z %b_layers_1_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_1_attention_kv_cache_k_cache] 2024-05-15T23:27:55.5723970Z %b_layers_1_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_1_attention_kv_cache_v_cache] 2024-05-15T23:27:55.5724620Z %b_layers_1_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_1_attention_wo_weight] 2024-05-15T23:27:55.5725220Z %b_layers_1_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_1_attention_wo_scales] 2024-05-15T23:27:55.5725810Z %b_layers_1_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_1_attention_wo_zeros] 2024-05-15T23:27:55.5726420Z %b_layers_1_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w1_weight] 2024-05-15T23:27:55.5727080Z %b_layers_1_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w1_scales] 2024-05-15T23:27:55.5727710Z %b_layers_1_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w1_zeros] 2024-05-15T23:27:55.5728340Z %b_layers_1_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w3_weight] 2024-05-15T23:27:55.5728970Z %b_layers_1_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w3_scales] 2024-05-15T23:27:55.5729600Z %b_layers_1_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w3_zeros] 2024-05-15T23:27:55.5730220Z %b_layers_1_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w2_weight] 2024-05-15T23:27:55.5730850Z %b_layers_1_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w2_scales] 2024-05-15T23:27:55.5731470Z %b_layers_1_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w2_zeros] 2024-05-15T23:27:55.5732090Z %b_layers_2_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_2_attention_wq_weight] 2024-05-15T23:27:55.5732690Z %b_layers_2_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_2_attention_wq_scales] 2024-05-15T23:27:55.5733290Z %b_layers_2_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_2_attention_wq_zeros] 2024-05-15T23:27:55.5734000Z %b_layers_2_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_2_attention_wk_weight] 2024-05-15T23:27:55.5734600Z %b_layers_2_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_2_attention_wk_scales] 2024-05-15T23:27:55.5735190Z %b_layers_2_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_2_attention_wk_zeros] 2024-05-15T23:27:55.5735790Z %b_layers_2_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_2_attention_wv_weight] 2024-05-15T23:27:55.5736380Z %b_layers_2_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_2_attention_wv_scales] 2024-05-15T23:27:55.5736980Z %b_layers_2_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_2_attention_wv_zeros] 2024-05-15T23:27:55.5737610Z %b_layers_2_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_2_attention_kv_cache_k_cache] 2024-05-15T23:27:55.5738300Z %b_layers_2_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_2_attention_kv_cache_v_cache] 2024-05-15T23:27:55.5738940Z %b_layers_2_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_2_attention_wo_weight] 2024-05-15T23:27:55.5739540Z %b_layers_2_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_2_attention_wo_scales] 2024-05-15T23:27:55.5740120Z %b_layers_2_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_2_attention_wo_zeros] 2024-05-15T23:27:55.5740740Z %b_layers_2_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w1_weight] 2024-05-15T23:27:55.5741370Z %b_layers_2_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w1_scales] 2024-05-15T23:27:55.5742000Z %b_layers_2_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w1_zeros] 2024-05-15T23:27:55.5742690Z %b_layers_2_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w3_weight] 2024-05-15T23:27:55.5743330Z %b_layers_2_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w3_scales] 2024-05-15T23:27:55.5743960Z %b_layers_2_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w3_zeros] 2024-05-15T23:27:55.5744580Z %b_layers_2_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w2_weight] 2024-05-15T23:27:55.5745210Z %b_layers_2_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w2_scales] 2024-05-15T23:27:55.5745830Z %b_layers_2_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w2_zeros] 2024-05-15T23:27:55.5746440Z %b_layers_3_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_3_attention_wq_weight] 2024-05-15T23:27:55.5747040Z %b_layers_3_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_3_attention_wq_scales] 2024-05-15T23:27:55.5747650Z %b_layers_3_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_3_attention_wq_zeros] 2024-05-15T23:27:55.5748250Z %b_layers_3_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_3_attention_wk_weight] 2024-05-15T23:27:55.5748840Z %b_layers_3_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_3_attention_wk_scales] 2024-05-15T23:27:55.5749440Z %b_layers_3_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_3_attention_wk_zeros] 2024-05-15T23:27:55.5750030Z %b_layers_3_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_3_attention_wv_weight] 2024-05-15T23:27:55.5750620Z %b_layers_3_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_3_attention_wv_scales] 2024-05-15T23:27:55.5751220Z %b_layers_3_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_3_attention_wv_zeros] 2024-05-15T23:27:55.5751860Z %b_layers_3_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_3_attention_kv_cache_k_cache] 2024-05-15T23:27:55.5752660Z %b_layers_3_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_3_attention_kv_cache_v_cache] 2024-05-15T23:27:55.5753350Z %b_layers_3_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_3_attention_wo_weight] 2024-05-15T23:27:55.5753970Z %b_layers_3_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_3_attention_wo_scales] 2024-05-15T23:27:55.5754580Z %b_layers_3_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_3_attention_wo_zeros] 2024-05-15T23:27:55.5755220Z %b_layers_3_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w1_weight] 2024-05-15T23:27:55.5755860Z %b_layers_3_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w1_scales] 2024-05-15T23:27:55.5756540Z %b_layers_3_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w1_zeros] 2024-05-15T23:27:55.5757230Z %b_layers_3_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w3_weight] 2024-05-15T23:27:55.5757900Z %b_layers_3_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w3_scales] 2024-05-15T23:27:55.5758530Z %b_layers_3_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w3_zeros] 2024-05-15T23:27:55.5759190Z %b_layers_3_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w2_weight] 2024-05-15T23:27:55.5759830Z %b_layers_3_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w2_scales] 2024-05-15T23:27:55.5760480Z %b_layers_3_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w2_zeros] 2024-05-15T23:27:55.5761130Z %b_layers_4_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_4_attention_wq_weight] 2024-05-15T23:27:55.5761830Z %b_layers_4_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_4_attention_wq_scales] 2024-05-15T23:27:55.5762450Z %b_layers_4_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_4_attention_wq_zeros] 2024-05-15T23:27:55.5763100Z %b_layers_4_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_4_attention_wk_weight] 2024-05-15T23:27:55.5763710Z %b_layers_4_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_4_attention_wk_scales] 2024-05-15T23:27:55.5764400Z %b_layers_4_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_4_attention_wk_zeros] 2024-05-15T23:27:55.5765010Z %b_layers_4_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_4_attention_wv_weight] 2024-05-15T23:27:55.5765630Z %b_layers_4_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_4_attention_wv_scales] 2024-05-15T23:27:55.5766230Z %b_layers_4_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_4_attention_wv_zeros] 2024-05-15T23:27:55.5766900Z %b_layers_4_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_4_attention_kv_cache_k_cache] 2024-05-15T23:27:55.5767600Z %b_layers_4_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_4_attention_kv_cache_v_cache] 2024-05-15T23:27:55.5768260Z %b_layers_4_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_4_attention_wo_weight] 2024-05-15T23:27:55.5768900Z %b_layers_4_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_4_attention_wo_scales] 2024-05-15T23:27:55.5769510Z %b_layers_4_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_4_attention_wo_zeros] 2024-05-15T23:27:55.5770140Z %b_layers_4_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w1_weight] 2024-05-15T23:27:55.5770850Z %b_layers_4_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w1_scales] 2024-05-15T23:27:55.5771490Z %b_layers_4_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w1_zeros] 2024-05-15T23:27:55.5772220Z %b_layers_4_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w3_weight] 2024-05-15T23:27:55.5772880Z %b_layers_4_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w3_scales] 2024-05-15T23:27:55.5773510Z %b_layers_4_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w3_zeros] 2024-05-15T23:27:55.5774190Z %b_layers_4_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w2_weight] 2024-05-15T23:27:55.5774830Z %b_layers_4_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w2_scales] 2024-05-15T23:27:55.5775550Z %b_layers_4_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w2_zeros] 2024-05-15T23:27:55.5776200Z %b_layers_5_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_5_attention_wq_weight] 2024-05-15T23:27:55.5776870Z %b_layers_5_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_5_attention_wq_scales] 2024-05-15T23:27:55.5777480Z %b_layers_5_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_5_attention_wq_zeros] 2024-05-15T23:27:55.5778170Z %b_layers_5_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_5_attention_wk_weight] 2024-05-15T23:27:55.5778810Z %b_layers_5_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_5_attention_wk_scales] 2024-05-15T23:27:55.5779420Z %b_layers_5_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_5_attention_wk_zeros] 2024-05-15T23:27:55.5780020Z %b_layers_5_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_5_attention_wv_weight] 2024-05-15T23:27:55.5780670Z %b_layers_5_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_5_attention_wv_scales] 2024-05-15T23:27:55.5781350Z %b_layers_5_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_5_attention_wv_zeros] 2024-05-15T23:27:55.5782020Z %b_layers_5_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_5_attention_kv_cache_k_cache] 2024-05-15T23:27:55.5782720Z %b_layers_5_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_5_attention_kv_cache_v_cache] 2024-05-15T23:27:55.5783430Z %b_layers_5_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_5_attention_wo_weight] 2024-05-15T23:27:55.5784060Z %b_layers_5_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_5_attention_wo_scales] 2024-05-15T23:27:55.5784680Z %b_layers_5_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_5_attention_wo_zeros] 2024-05-15T23:27:55.5785370Z %b_layers_5_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w1_weight] 2024-05-15T23:27:55.5786030Z %b_layers_5_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w1_scales] 2024-05-15T23:27:55.5786680Z %b_layers_5_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w1_zeros] 2024-05-15T23:27:55.5787330Z %b_layers_5_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w3_weight] 2024-05-15T23:27:55.5787980Z %b_layers_5_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w3_scales] 2024-05-15T23:27:55.5788630Z %b_layers_5_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w3_zeros] 2024-05-15T23:27:55.5789300Z %b_layers_5_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w2_weight] 2024-05-15T23:27:55.5789970Z %b_layers_5_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w2_scales] 2024-05-15T23:27:55.5790600Z %b_layers_5_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w2_zeros] 2024-05-15T23:27:55.5791170Z %b_output_weight : [num_users=1] = placeholder[target=b_output_weight] 2024-05-15T23:27:55.5791700Z %b_output_scales : [num_users=1] = placeholder[target=b_output_scales] 2024-05-15T23:27:55.5792290Z %b_output_zeros : [num_users=1] = placeholder[target=b_output_zeros] 2024-05-15T23:27:55.5792670Z %idx : [num_users=1] = placeholder[target=idx] 2024-05-15T23:27:55.5793040Z %input_pos : [num_users=7] = placeholder[target=input_pos] 2024-05-15T23:27:55.5793660Z %index : [num_users=12] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_freqs_cis, [%input_pos]), kwargs = {}) 2024-05-15T23:27:55.5794760Z %embedding_4bit : [num_users=3] = call_function[target=torch.ops.quantized_decomposed.embedding_4bit.dtype](args = (%b_tok_embeddings_weight, %b_tok_embeddings_scales, None, 0, 0, %idx), kwargs = {dtype: torch.float32}) 2024-05-15T23:27:55.5795850Z %mul : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%embedding_4bit, %embedding_4bit), kwargs = {}) 2024-05-15T23:27:55.5796670Z %mean : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul, [-1], True), kwargs = {}) 2024-05-15T23:27:55.5797530Z %add : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean, 1e-05), kwargs = {}) 2024-05-15T23:27:55.5798220Z %rsqrt : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add,), kwargs = {}) 2024-05-15T23:27:55.5798950Z %mul_1 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%embedding_4bit, %rsqrt), kwargs = {}) 2024-05-15T23:27:55.5799760Z %mul_2 : [num_users=3] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_1, %p_layers_0_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:55.5800640Z %constant_pad_nd : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_2, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.5801840Z %choose_qparams_per_token_asymmetric : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5802960Z %getitem : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric, 0), kwargs = {}) 2024-05-15T23:27:55.5803770Z %getitem_1 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric, 1), kwargs = {}) 2024-05-15T23:27:55.5804910Z %quantize_per_token : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd, %getitem, %getitem_1, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5806310Z %dequantize_per_token : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token, %getitem, %getitem_1, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5808020Z %dequantize_per_channel_group : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_attention_wq_weight, %b_layers_0_attention_wq_scales, %b_layers_0_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5809350Z %t : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group,), kwargs = {}) 2024-05-15T23:27:55.5810160Z %view : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.5810900Z %mm : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view, %t), kwargs = {}) 2024-05-15T23:27:55.5811620Z %view_1 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.5812430Z %constant_pad_nd_1 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_2, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.5813530Z %choose_qparams_per_token_asymmetric_1 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_1, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5814710Z %getitem_2 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_1, 0), kwargs = {}) 2024-05-15T23:27:55.5815540Z %getitem_3 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_1, 1), kwargs = {}) 2024-05-15T23:27:55.5816680Z %quantize_per_token_1 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_1, %getitem_2, %getitem_3, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5818160Z %dequantize_per_token_1 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_1, %getitem_2, %getitem_3, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5824650Z %dequantize_per_channel_group_1 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_attention_wk_weight, %b_layers_0_attention_wk_scales, %b_layers_0_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5825950Z %t_1 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_1,), kwargs = {}) 2024-05-15T23:27:55.5826750Z %view_2 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_1, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.5827500Z %mm_1 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_2, %t_1), kwargs = {}) 2024-05-15T23:27:55.5828210Z %view_3 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_1, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.5829150Z %constant_pad_nd_2 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_2, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.5830230Z %choose_qparams_per_token_asymmetric_2 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_2, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5831280Z %getitem_4 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_2, 0), kwargs = {}) 2024-05-15T23:27:55.5832080Z %getitem_5 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_2, 1), kwargs = {}) 2024-05-15T23:27:55.5833190Z %quantize_per_token_2 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_2, %getitem_4, %getitem_5, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5834600Z %dequantize_per_token_2 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_2, %getitem_4, %getitem_5, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5836320Z %dequantize_per_channel_group_2 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_attention_wv_weight, %b_layers_0_attention_wv_scales, %b_layers_0_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5837590Z %t_2 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_2,), kwargs = {}) 2024-05-15T23:27:55.5838390Z %view_4 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_2, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.5839140Z %mm_2 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_4, %t_2), kwargs = {}) 2024-05-15T23:27:55.5839840Z %view_5 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_2, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.5840650Z %view_6 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_1, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.5841390Z %view_7 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_3, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.5842130Z %view_8 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_5, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.5842940Z %view_9 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_6, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.5843700Z %view_10 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.5844440Z %select : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_9, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5845150Z %select_1 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_10, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5845860Z %mul_3 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select, %select_1), kwargs = {}) 2024-05-15T23:27:55.5846570Z %select_2 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_9, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5847300Z %select_3 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_10, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5848010Z %mul_4 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_2, %select_3), kwargs = {}) 2024-05-15T23:27:55.5848720Z %sub : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_3, %mul_4), kwargs = {}) 2024-05-15T23:27:55.5849470Z %select_4 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_9, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5850180Z %select_5 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_10, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5850890Z %mul_5 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_4, %select_5), kwargs = {}) 2024-05-15T23:27:55.5851600Z %select_6 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_9, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5852290Z %select_7 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_10, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5853000Z %mul_6 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_6, %select_7), kwargs = {}) 2024-05-15T23:27:55.5853700Z %add_1 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_5, %mul_6), kwargs = {}) 2024-05-15T23:27:55.5854470Z %stack : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub, %add_1], -1), kwargs = {}) 2024-05-15T23:27:55.5855230Z %view_11 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.5856040Z %view_12 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_7, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.5856800Z %view_13 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.5857540Z %select_8 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_12, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5858230Z %select_9 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_13, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5858940Z %mul_7 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_8, %select_9), kwargs = {}) 2024-05-15T23:27:55.5859660Z %select_10 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_12, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5860450Z %select_11 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_13, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5861170Z %mul_8 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_10, %select_11), kwargs = {}) 2024-05-15T23:27:55.5861880Z %sub_1 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_7, %mul_8), kwargs = {}) 2024-05-15T23:27:55.5862580Z %select_12 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_12, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5863280Z %select_13 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_13, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5863990Z %mul_9 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_12, %select_13), kwargs = {}) 2024-05-15T23:27:55.5864700Z %select_14 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_12, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5865400Z %select_15 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_13, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5866120Z %mul_10 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_14, %select_15), kwargs = {}) 2024-05-15T23:27:55.5866830Z %add_2 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_9, %mul_10), kwargs = {}) 2024-05-15T23:27:55.5867610Z %stack_1 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_1, %add_2], -1), kwargs = {}) 2024-05-15T23:27:55.5868380Z %view_14 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_1, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.5869170Z %select_16 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:55.5870030Z %_local_scalar_dense : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%select_16,), kwargs = {}) 2024-05-15T23:27:55.5870890Z %ge : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:55.5871650Z %scalar_tensor_default : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge,), kwargs = {}) 2024-05-15T23:27:55.5872850Z %_assert_async_msg : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default, _local_scalar_dense is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.5873910Z %le : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:55.5874680Z %scalar_tensor_default_1 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le,), kwargs = {}) 2024-05-15T23:27:55.5875880Z %_assert_async_msg_1 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_1, _local_scalar_dense is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.5877900Z %auto_functionalized : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %view_11, key: %view_14, value: %view_8, key_cache: %b_layers_0_attention_kv_cache_k_cache, value_cache: %b_layers_0_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:55.5879560Z %getitem_6 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized, 0), kwargs = {}) 2024-05-15T23:27:55.5880270Z %getitem_7 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized, 1), kwargs = {}) 2024-05-15T23:27:55.5881040Z %getitem_8 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized, 2), kwargs = {}) 2024-05-15T23:27:55.5881770Z %view_15 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%getitem_6, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.5882610Z %constant_pad_nd_3 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%view_15, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.5883740Z %choose_qparams_per_token_asymmetric_3 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_3, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5884790Z %getitem_9 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_3, 0), kwargs = {}) 2024-05-15T23:27:55.5885600Z %getitem_10 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_3, 1), kwargs = {}) 2024-05-15T23:27:55.5886730Z %quantize_per_token_3 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_3, %getitem_9, %getitem_10, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5888160Z %dequantize_per_token_3 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_3, %getitem_9, %getitem_10, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5889860Z %dequantize_per_channel_group_3 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_attention_wo_weight, %b_layers_0_attention_wo_scales, %b_layers_0_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5891250Z %t_3 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_3,), kwargs = {}) 2024-05-15T23:27:55.5892070Z %view_16 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_3, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.5892820Z %mm_3 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_16, %t_3), kwargs = {}) 2024-05-15T23:27:55.5893530Z %view_17 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_3, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.5894270Z %add_3 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%embedding_4bit, %view_17), kwargs = {}) 2024-05-15T23:27:55.5895000Z %mul_11 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_3, %add_3), kwargs = {}) 2024-05-15T23:27:55.5895760Z %mean_1 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_11, [-1], True), kwargs = {}) 2024-05-15T23:27:55.5896520Z %add_4 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_1, 1e-05), kwargs = {}) 2024-05-15T23:27:55.5897210Z %rsqrt_1 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_4,), kwargs = {}) 2024-05-15T23:27:55.5897900Z %mul_12 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_3, %rsqrt_1), kwargs = {}) 2024-05-15T23:27:55.5902930Z %mul_13 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_12, %p_layers_0_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:55.5903800Z %constant_pad_nd_4 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_13, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.5904890Z %choose_qparams_per_token_asymmetric_4 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_4, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5905940Z %getitem_11 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_4, 0), kwargs = {}) 2024-05-15T23:27:55.5906900Z %getitem_12 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_4, 1), kwargs = {}) 2024-05-15T23:27:55.5908040Z %quantize_per_token_4 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_4, %getitem_11, %getitem_12, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5909470Z %dequantize_per_token_4 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_4, %getitem_11, %getitem_12, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5911210Z %dequantize_per_channel_group_4 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_feed_forward_w1_weight, %b_layers_0_feed_forward_w1_scales, %b_layers_0_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5912510Z %t_4 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_4,), kwargs = {}) 2024-05-15T23:27:55.5913310Z %view_18 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_4, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.5914060Z %mm_4 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_18, %t_4), kwargs = {}) 2024-05-15T23:27:55.5914770Z %view_19 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_4, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.5915470Z %silu : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%view_19,), kwargs = {}) 2024-05-15T23:27:55.5916250Z %constant_pad_nd_5 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_13, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.5917410Z %choose_qparams_per_token_asymmetric_5 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_5, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5918450Z %getitem_13 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_5, 0), kwargs = {}) 2024-05-15T23:27:55.5919260Z %getitem_14 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_5, 1), kwargs = {}) 2024-05-15T23:27:55.5920380Z %quantize_per_token_5 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_5, %getitem_13, %getitem_14, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5921790Z %dequantize_per_token_5 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_5, %getitem_13, %getitem_14, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5923540Z %dequantize_per_channel_group_5 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_feed_forward_w3_weight, %b_layers_0_feed_forward_w3_scales, %b_layers_0_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5924840Z %t_5 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_5,), kwargs = {}) 2024-05-15T23:27:55.5925640Z %view_20 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_5, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.5926380Z %mm_5 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_20, %t_5), kwargs = {}) 2024-05-15T23:27:55.5927090Z %view_21 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_5, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.5927890Z %mul_14 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu, %view_21), kwargs = {}) 2024-05-15T23:27:55.5928680Z %constant_pad_nd_6 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_14, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:55.5929780Z %choose_qparams_per_token_asymmetric_6 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_6, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5930830Z %getitem_15 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_6, 0), kwargs = {}) 2024-05-15T23:27:55.5931630Z %getitem_16 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_6, 1), kwargs = {}) 2024-05-15T23:27:55.5932750Z %quantize_per_token_6 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_6, %getitem_15, %getitem_16, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5934180Z %dequantize_per_token_6 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_6, %getitem_15, %getitem_16, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5935900Z %dequantize_per_channel_group_6 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_feed_forward_w2_weight, %b_layers_0_feed_forward_w2_scales, %b_layers_0_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5937190Z %t_6 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_6,), kwargs = {}) 2024-05-15T23:27:55.5938050Z %view_22 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_6, [1, 768]), kwargs = {}) 2024-05-15T23:27:55.5938810Z %mm_6 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_22, %t_6), kwargs = {}) 2024-05-15T23:27:55.5939520Z %view_23 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_6, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.5940240Z %add_5 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_3, %view_23), kwargs = {}) 2024-05-15T23:27:55.5940940Z %mul_15 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_5, %add_5), kwargs = {}) 2024-05-15T23:27:55.5941690Z %mean_2 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_15, [-1], True), kwargs = {}) 2024-05-15T23:27:55.5942440Z %add_6 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_2, 1e-05), kwargs = {}) 2024-05-15T23:27:55.5943130Z %rsqrt_2 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_6,), kwargs = {}) 2024-05-15T23:27:55.5943830Z %mul_16 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_5, %rsqrt_2), kwargs = {}) 2024-05-15T23:27:55.5944610Z %mul_17 : [num_users=3] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_16, %p_layers_1_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:55.5945480Z %constant_pad_nd_7 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_17, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.5946550Z %choose_qparams_per_token_asymmetric_7 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_7, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5947620Z %getitem_17 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_7, 0), kwargs = {}) 2024-05-15T23:27:55.5948430Z %getitem_18 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_7, 1), kwargs = {}) 2024-05-15T23:27:55.5949630Z %quantize_per_token_7 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_7, %getitem_17, %getitem_18, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5951050Z %dequantize_per_token_7 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_7, %getitem_17, %getitem_18, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5952750Z %dequantize_per_channel_group_7 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_attention_wq_weight, %b_layers_1_attention_wq_scales, %b_layers_1_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5954020Z %t_7 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_7,), kwargs = {}) 2024-05-15T23:27:55.5954830Z %view_24 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_7, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.5955580Z %mm_7 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_24, %t_7), kwargs = {}) 2024-05-15T23:27:55.5956290Z %view_25 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_7, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.5957100Z %constant_pad_nd_8 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_17, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.5958170Z %choose_qparams_per_token_asymmetric_8 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_8, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5959270Z %getitem_19 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_8, 0), kwargs = {}) 2024-05-15T23:27:55.5960080Z %getitem_20 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_8, 1), kwargs = {}) 2024-05-15T23:27:55.5961200Z %quantize_per_token_8 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_8, %getitem_19, %getitem_20, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5962610Z %dequantize_per_token_8 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_8, %getitem_19, %getitem_20, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5964300Z %dequantize_per_channel_group_8 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_attention_wk_weight, %b_layers_1_attention_wk_scales, %b_layers_1_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5965570Z %t_8 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_8,), kwargs = {}) 2024-05-15T23:27:55.5966370Z %view_26 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_8, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.5967120Z %mm_8 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_26, %t_8), kwargs = {}) 2024-05-15T23:27:55.5967820Z %view_27 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_8, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.5968630Z %constant_pad_nd_9 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_17, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.5969700Z %choose_qparams_per_token_asymmetric_9 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_9, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5970840Z %getitem_21 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_9, 0), kwargs = {}) 2024-05-15T23:27:55.5971670Z %getitem_22 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_9, 1), kwargs = {}) 2024-05-15T23:27:55.5972780Z %quantize_per_token_9 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_9, %getitem_21, %getitem_22, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.5974190Z %dequantize_per_token_9 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_9, %getitem_21, %getitem_22, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5975870Z %dequantize_per_channel_group_9 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_attention_wv_weight, %b_layers_1_attention_wv_scales, %b_layers_1_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.5977170Z %t_9 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_9,), kwargs = {}) 2024-05-15T23:27:55.5977970Z %view_28 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_9, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.5978710Z %mm_9 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_28, %t_9), kwargs = {}) 2024-05-15T23:27:55.5979420Z %view_29 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_9, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.5980160Z %view_30 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_25, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.5981040Z %view_31 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_27, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.5981800Z %view_32 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_29, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.5982610Z %view_33 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_30, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.5983430Z %view_34 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.5984170Z %select_17 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_33, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5984870Z %select_18 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_34, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5985600Z %mul_18 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_17, %select_18), kwargs = {}) 2024-05-15T23:27:55.5986320Z %select_19 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_33, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5991150Z %select_20 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_34, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5991880Z %mul_19 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_19, %select_20), kwargs = {}) 2024-05-15T23:27:55.5992600Z %sub_2 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_18, %mul_19), kwargs = {}) 2024-05-15T23:27:55.5993300Z %select_21 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_33, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5994000Z %select_22 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_34, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5994710Z %mul_20 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_21, %select_22), kwargs = {}) 2024-05-15T23:27:55.5995560Z %select_23 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_33, 4, 0), kwargs = {}) 2024-05-15T23:27:55.5996260Z %select_24 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_34, 4, 1), kwargs = {}) 2024-05-15T23:27:55.5996970Z %mul_21 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_23, %select_24), kwargs = {}) 2024-05-15T23:27:55.5997690Z %add_7 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_20, %mul_21), kwargs = {}) 2024-05-15T23:27:55.5998480Z %stack_2 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_2, %add_7], -1), kwargs = {}) 2024-05-15T23:27:55.5999250Z %view_35 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_2, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6000070Z %view_36 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_31, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.6000850Z %view_37 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.6001580Z %select_25 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_36, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6002280Z %select_26 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_37, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6002990Z %mul_22 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_25, %select_26), kwargs = {}) 2024-05-15T23:27:55.6003710Z %select_27 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_36, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6004410Z %select_28 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_37, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6005210Z %mul_23 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_27, %select_28), kwargs = {}) 2024-05-15T23:27:55.6005930Z %sub_3 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_22, %mul_23), kwargs = {}) 2024-05-15T23:27:55.6006630Z %select_29 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_36, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6007330Z %select_30 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_37, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6008030Z %mul_24 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_29, %select_30), kwargs = {}) 2024-05-15T23:27:55.6008740Z %select_31 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_36, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6009440Z %select_32 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_37, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6010150Z %mul_25 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_31, %select_32), kwargs = {}) 2024-05-15T23:27:55.6010870Z %add_8 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_24, %mul_25), kwargs = {}) 2024-05-15T23:27:55.6011650Z %stack_3 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_3, %add_8], -1), kwargs = {}) 2024-05-15T23:27:55.6012410Z %view_38 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_3, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6013200Z %select_33 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:55.6014000Z %_local_scalar_dense_1 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%select_33,), kwargs = {}) 2024-05-15T23:27:55.6014860Z %ge_1 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_1, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:55.6015720Z %scalar_tensor_default_2 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_1,), kwargs = {}) 2024-05-15T23:27:55.6016940Z %_assert_async_msg_2 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_2, _local_scalar_dense_1 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.6018020Z %le_1 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_1, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:55.6018790Z %scalar_tensor_default_3 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_1,), kwargs = {}) 2024-05-15T23:27:55.6020000Z %_assert_async_msg_3 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_3, _local_scalar_dense_1 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.6022060Z %auto_functionalized_1 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %view_35, key: %view_38, value: %view_32, key_cache: %b_layers_1_attention_kv_cache_k_cache, value_cache: %b_layers_1_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_1, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:55.6023760Z %getitem_23 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_1, 0), kwargs = {}) 2024-05-15T23:27:55.6024480Z %getitem_24 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_1, 1), kwargs = {}) 2024-05-15T23:27:55.6025190Z %getitem_25 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_1, 2), kwargs = {}) 2024-05-15T23:27:55.6026000Z %view_39 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%getitem_23, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6026840Z %constant_pad_nd_10 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%view_39, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6027940Z %choose_qparams_per_token_asymmetric_10 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_10, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6028990Z %getitem_26 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_10, 0), kwargs = {}) 2024-05-15T23:27:55.6029800Z %getitem_27 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_10, 1), kwargs = {}) 2024-05-15T23:27:55.6030940Z %quantize_per_token_10 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_10, %getitem_26, %getitem_27, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6032380Z %dequantize_per_token_10 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_10, %getitem_26, %getitem_27, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6034090Z %dequantize_per_channel_group_10 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_attention_wo_weight, %b_layers_1_attention_wo_scales, %b_layers_1_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6035370Z %t_10 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_10,), kwargs = {}) 2024-05-15T23:27:55.6036180Z %view_40 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_10, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6037040Z %mm_10 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_40, %t_10), kwargs = {}) 2024-05-15T23:27:55.6037760Z %view_41 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_10, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6038490Z %add_9 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_5, %view_41), kwargs = {}) 2024-05-15T23:27:55.6039190Z %mul_26 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_9, %add_9), kwargs = {}) 2024-05-15T23:27:55.6039940Z %mean_3 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_26, [-1], True), kwargs = {}) 2024-05-15T23:27:55.6040690Z %add_10 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_3, 1e-05), kwargs = {}) 2024-05-15T23:27:55.6041380Z %rsqrt_3 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_10,), kwargs = {}) 2024-05-15T23:27:55.6042090Z %mul_27 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_9, %rsqrt_3), kwargs = {}) 2024-05-15T23:27:55.6042850Z %mul_28 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_27, %p_layers_1_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:55.6043710Z %constant_pad_nd_11 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_28, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6044800Z %choose_qparams_per_token_asymmetric_11 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_11, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6045840Z %getitem_28 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_11, 0), kwargs = {}) 2024-05-15T23:27:55.6046710Z %getitem_29 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_11, 1), kwargs = {}) 2024-05-15T23:27:55.6047850Z %quantize_per_token_11 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_11, %getitem_28, %getitem_29, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6049280Z %dequantize_per_token_11 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_11, %getitem_28, %getitem_29, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6051010Z %dequantize_per_channel_group_11 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_feed_forward_w1_weight, %b_layers_1_feed_forward_w1_scales, %b_layers_1_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6052330Z %t_11 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_11,), kwargs = {}) 2024-05-15T23:27:55.6053140Z %view_42 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_11, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6053900Z %mm_11 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_42, %t_11), kwargs = {}) 2024-05-15T23:27:55.6054610Z %view_43 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_11, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.6055320Z %silu_1 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%view_43,), kwargs = {}) 2024-05-15T23:27:55.6056110Z %constant_pad_nd_12 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_28, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6057200Z %choose_qparams_per_token_asymmetric_12 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_12, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6058310Z %getitem_30 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_12, 0), kwargs = {}) 2024-05-15T23:27:55.6059110Z %getitem_31 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_12, 1), kwargs = {}) 2024-05-15T23:27:55.6060240Z %quantize_per_token_12 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_12, %getitem_30, %getitem_31, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6061660Z %dequantize_per_token_12 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_12, %getitem_30, %getitem_31, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6063390Z %dequantize_per_channel_group_12 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_feed_forward_w3_weight, %b_layers_1_feed_forward_w3_scales, %b_layers_1_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6064700Z %t_12 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_12,), kwargs = {}) 2024-05-15T23:27:55.6065510Z %view_44 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_12, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6066270Z %mm_12 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_44, %t_12), kwargs = {}) 2024-05-15T23:27:55.6066980Z %view_45 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_12, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.6067710Z %mul_29 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_1, %view_45), kwargs = {}) 2024-05-15T23:27:55.6068600Z %constant_pad_nd_13 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_29, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:55.6073960Z %choose_qparams_per_token_asymmetric_13 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_13, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6075010Z %getitem_32 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_13, 0), kwargs = {}) 2024-05-15T23:27:55.6075820Z %getitem_33 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_13, 1), kwargs = {}) 2024-05-15T23:27:55.6076960Z %quantize_per_token_13 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_13, %getitem_32, %getitem_33, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6078400Z %dequantize_per_token_13 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_13, %getitem_32, %getitem_33, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6080150Z %dequantize_per_channel_group_13 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_feed_forward_w2_weight, %b_layers_1_feed_forward_w2_scales, %b_layers_1_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6081460Z %t_13 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_13,), kwargs = {}) 2024-05-15T23:27:55.6082270Z %view_46 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_13, [1, 768]), kwargs = {}) 2024-05-15T23:27:55.6083020Z %mm_13 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_46, %t_13), kwargs = {}) 2024-05-15T23:27:55.6083910Z %view_47 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_13, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6084640Z %add_11 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_9, %view_47), kwargs = {}) 2024-05-15T23:27:55.6085330Z %mul_30 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_11, %add_11), kwargs = {}) 2024-05-15T23:27:55.6086100Z %mean_4 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_30, [-1], True), kwargs = {}) 2024-05-15T23:27:55.6087130Z %add_12 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_4, 1e-05), kwargs = {}) 2024-05-15T23:27:55.6087820Z %rsqrt_4 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_12,), kwargs = {}) 2024-05-15T23:27:55.6088550Z %mul_31 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_11, %rsqrt_4), kwargs = {}) 2024-05-15T23:27:55.6089330Z %mul_32 : [num_users=3] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_31, %p_layers_2_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:55.6090200Z %constant_pad_nd_14 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_32, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6091290Z %choose_qparams_per_token_asymmetric_14 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_14, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6092370Z %getitem_34 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_14, 0), kwargs = {}) 2024-05-15T23:27:55.6093180Z %getitem_35 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_14, 1), kwargs = {}) 2024-05-15T23:27:55.6094410Z %quantize_per_token_14 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_14, %getitem_34, %getitem_35, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6095850Z %dequantize_per_token_14 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_14, %getitem_34, %getitem_35, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6097550Z %dequantize_per_channel_group_14 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_attention_wq_weight, %b_layers_2_attention_wq_scales, %b_layers_2_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6098840Z %t_14 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_14,), kwargs = {}) 2024-05-15T23:27:55.6099660Z %view_48 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_14, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6100420Z %mm_14 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_48, %t_14), kwargs = {}) 2024-05-15T23:27:55.6101130Z %view_49 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_14, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6101950Z %constant_pad_nd_15 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_32, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6103030Z %choose_qparams_per_token_asymmetric_15 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_15, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6104070Z %getitem_36 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_15, 0), kwargs = {}) 2024-05-15T23:27:55.6104880Z %getitem_37 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_15, 1), kwargs = {}) 2024-05-15T23:27:55.6106080Z %quantize_per_token_15 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_15, %getitem_36, %getitem_37, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6107510Z %dequantize_per_token_15 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_15, %getitem_36, %getitem_37, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6109200Z %dequantize_per_channel_group_15 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_attention_wk_weight, %b_layers_2_attention_wk_scales, %b_layers_2_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6110480Z %t_15 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_15,), kwargs = {}) 2024-05-15T23:27:55.6111290Z %view_50 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_15, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6112050Z %mm_15 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_50, %t_15), kwargs = {}) 2024-05-15T23:27:55.6112760Z %view_51 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_15, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6113570Z %constant_pad_nd_16 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_32, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6114650Z %choose_qparams_per_token_asymmetric_16 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_16, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6115760Z %getitem_38 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_16, 0), kwargs = {}) 2024-05-15T23:27:55.6116570Z %getitem_39 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_16, 1), kwargs = {}) 2024-05-15T23:27:55.6117720Z %quantize_per_token_16 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_16, %getitem_38, %getitem_39, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6119130Z %dequantize_per_token_16 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_16, %getitem_38, %getitem_39, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6120820Z %dequantize_per_channel_group_16 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_attention_wv_weight, %b_layers_2_attention_wv_scales, %b_layers_2_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6122100Z %t_16 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_16,), kwargs = {}) 2024-05-15T23:27:55.6122910Z %view_52 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_16, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6123660Z %mm_16 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_52, %t_16), kwargs = {}) 2024-05-15T23:27:55.6124380Z %view_53 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_16, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6125120Z %view_54 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_49, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6125880Z %view_55 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_51, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6126690Z %view_56 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_53, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6127510Z %view_57 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_54, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.6128270Z %view_58 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.6129010Z %select_34 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_57, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6129720Z %select_35 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_58, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6130470Z %mul_33 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_34, %select_35), kwargs = {}) 2024-05-15T23:27:55.6131190Z %select_36 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_57, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6131890Z %select_37 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_58, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6132610Z %mul_34 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_36, %select_37), kwargs = {}) 2024-05-15T23:27:55.6133320Z %sub_4 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_33, %mul_34), kwargs = {}) 2024-05-15T23:27:55.6134020Z %select_38 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_57, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6134720Z %select_39 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_58, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6135430Z %mul_35 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_38, %select_39), kwargs = {}) 2024-05-15T23:27:55.6136220Z %select_40 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_57, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6136920Z %select_41 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_58, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6137640Z %mul_36 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_40, %select_41), kwargs = {}) 2024-05-15T23:27:55.6138350Z %add_13 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_35, %mul_36), kwargs = {}) 2024-05-15T23:27:55.6139140Z %stack_4 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_4, %add_13], -1), kwargs = {}) 2024-05-15T23:27:55.6139900Z %view_59 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_4, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6140720Z %view_60 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_55, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.6141490Z %view_61 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.6142220Z %select_42 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_60, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6142920Z %select_43 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_61, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6143630Z %mul_37 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_42, %select_43), kwargs = {}) 2024-05-15T23:27:55.6144350Z %select_44 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_60, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6145040Z %select_45 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_61, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6145760Z %mul_38 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_44, %select_45), kwargs = {}) 2024-05-15T23:27:55.6146550Z %sub_5 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_37, %mul_38), kwargs = {}) 2024-05-15T23:27:55.6147240Z %select_46 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_60, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6147940Z %select_47 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_61, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6148650Z %mul_39 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_46, %select_47), kwargs = {}) 2024-05-15T23:27:55.6149360Z %select_48 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_60, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6150050Z %select_49 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_61, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6154780Z %mul_40 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_48, %select_49), kwargs = {}) 2024-05-15T23:27:55.6155500Z %add_14 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_39, %mul_40), kwargs = {}) 2024-05-15T23:27:55.6156290Z %stack_5 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_5, %add_14], -1), kwargs = {}) 2024-05-15T23:27:55.6157060Z %view_62 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_5, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6157850Z %select_50 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:55.6158650Z %_local_scalar_dense_2 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%select_50,), kwargs = {}) 2024-05-15T23:27:55.6159500Z %ge_2 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_2, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:55.6160410Z %scalar_tensor_default_4 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_2,), kwargs = {}) 2024-05-15T23:27:55.6161630Z %_assert_async_msg_4 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_4, _local_scalar_dense_2 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.6162710Z %le_2 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_2, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:55.6163480Z %scalar_tensor_default_5 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_2,), kwargs = {}) 2024-05-15T23:27:55.6164690Z %_assert_async_msg_5 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_5, _local_scalar_dense_2 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.6166720Z %auto_functionalized_2 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %view_59, key: %view_62, value: %view_56, key_cache: %b_layers_2_attention_kv_cache_k_cache, value_cache: %b_layers_2_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_2, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:55.6168370Z %getitem_40 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_2, 0), kwargs = {}) 2024-05-15T23:27:55.6169090Z %getitem_41 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_2, 1), kwargs = {}) 2024-05-15T23:27:55.6169800Z %getitem_42 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_2, 2), kwargs = {}) 2024-05-15T23:27:55.6170540Z %view_63 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%getitem_40, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6171460Z %constant_pad_nd_17 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%view_63, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6172550Z %choose_qparams_per_token_asymmetric_17 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_17, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6173600Z %getitem_43 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_17, 0), kwargs = {}) 2024-05-15T23:27:55.6174410Z %getitem_44 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_17, 1), kwargs = {}) 2024-05-15T23:27:55.6175540Z %quantize_per_token_17 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_17, %getitem_43, %getitem_44, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6176980Z %dequantize_per_token_17 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_17, %getitem_43, %getitem_44, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6178690Z %dequantize_per_channel_group_17 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_attention_wo_weight, %b_layers_2_attention_wo_scales, %b_layers_2_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6179970Z %t_17 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_17,), kwargs = {}) 2024-05-15T23:27:55.6180780Z %view_64 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_17, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6181620Z %mm_17 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_64, %t_17), kwargs = {}) 2024-05-15T23:27:55.6182340Z %view_65 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_17, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6183070Z %add_15 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_11, %view_65), kwargs = {}) 2024-05-15T23:27:55.6183790Z %mul_41 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_15, %add_15), kwargs = {}) 2024-05-15T23:27:55.6184550Z %mean_5 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_41, [-1], True), kwargs = {}) 2024-05-15T23:27:55.6185300Z %add_16 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_5, 1e-05), kwargs = {}) 2024-05-15T23:27:55.6185990Z %rsqrt_5 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_16,), kwargs = {}) 2024-05-15T23:27:55.6186700Z %mul_42 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_15, %rsqrt_5), kwargs = {}) 2024-05-15T23:27:55.6187460Z %mul_43 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_42, %p_layers_2_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:55.6188310Z %constant_pad_nd_18 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_43, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6189400Z %choose_qparams_per_token_asymmetric_18 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_18, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6190450Z %getitem_45 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_18, 0), kwargs = {}) 2024-05-15T23:27:55.6191260Z %getitem_46 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_18, 1), kwargs = {}) 2024-05-15T23:27:55.6192470Z %quantize_per_token_18 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_18, %getitem_45, %getitem_46, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6193910Z %dequantize_per_token_18 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_18, %getitem_45, %getitem_46, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6195640Z %dequantize_per_channel_group_18 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_feed_forward_w1_weight, %b_layers_2_feed_forward_w1_scales, %b_layers_2_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6196940Z %t_18 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_18,), kwargs = {}) 2024-05-15T23:27:55.6197780Z %view_66 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_18, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6198540Z %mm_18 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_66, %t_18), kwargs = {}) 2024-05-15T23:27:55.6199250Z %view_67 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_18, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.6199960Z %silu_2 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%view_67,), kwargs = {}) 2024-05-15T23:27:55.6200750Z %constant_pad_nd_19 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_43, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6201830Z %choose_qparams_per_token_asymmetric_19 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_19, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6202970Z %getitem_47 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_19, 0), kwargs = {}) 2024-05-15T23:27:55.6203780Z %getitem_48 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_19, 1), kwargs = {}) 2024-05-15T23:27:55.6204910Z %quantize_per_token_19 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_19, %getitem_47, %getitem_48, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6206330Z %dequantize_per_token_19 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_19, %getitem_47, %getitem_48, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6208060Z %dequantize_per_channel_group_19 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_feed_forward_w3_weight, %b_layers_2_feed_forward_w3_scales, %b_layers_2_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6209360Z %t_19 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_19,), kwargs = {}) 2024-05-15T23:27:55.6210170Z %view_68 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_19, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6210920Z %mm_19 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_68, %t_19), kwargs = {}) 2024-05-15T23:27:55.6211640Z %view_69 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_19, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.6212360Z %mul_44 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_2, %view_69), kwargs = {}) 2024-05-15T23:27:55.6213150Z %constant_pad_nd_20 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_44, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:55.6214300Z %choose_qparams_per_token_asymmetric_20 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_20, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6215340Z %getitem_49 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_20, 0), kwargs = {}) 2024-05-15T23:27:55.6216150Z %getitem_50 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_20, 1), kwargs = {}) 2024-05-15T23:27:55.6217270Z %quantize_per_token_20 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_20, %getitem_49, %getitem_50, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6218700Z %dequantize_per_token_20 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_20, %getitem_49, %getitem_50, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6220420Z %dequantize_per_channel_group_20 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_feed_forward_w2_weight, %b_layers_2_feed_forward_w2_scales, %b_layers_2_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6221710Z %t_20 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_20,), kwargs = {}) 2024-05-15T23:27:55.6222520Z %view_70 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_20, [1, 768]), kwargs = {}) 2024-05-15T23:27:55.6223270Z %mm_20 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_70, %t_20), kwargs = {}) 2024-05-15T23:27:55.6224060Z %view_71 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_20, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6224790Z %add_17 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_15, %view_71), kwargs = {}) 2024-05-15T23:27:55.6225500Z %mul_45 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_17, %add_17), kwargs = {}) 2024-05-15T23:27:55.6226250Z %mean_6 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_45, [-1], True), kwargs = {}) 2024-05-15T23:27:55.6227000Z %add_18 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_6, 1e-05), kwargs = {}) 2024-05-15T23:27:55.6227680Z %rsqrt_6 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_18,), kwargs = {}) 2024-05-15T23:27:55.6228380Z %mul_46 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_17, %rsqrt_6), kwargs = {}) 2024-05-15T23:27:55.6229160Z %mul_47 : [num_users=3] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_46, %p_layers_3_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:55.6230030Z %constant_pad_nd_21 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_47, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6231110Z %choose_qparams_per_token_asymmetric_21 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_21, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6232150Z %getitem_51 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_21, 0), kwargs = {}) 2024-05-15T23:27:55.6232960Z %getitem_52 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_21, 1), kwargs = {}) 2024-05-15T23:27:55.6234090Z %quantize_per_token_21 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_21, %getitem_51, %getitem_52, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6235580Z %dequantize_per_token_21 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_21, %getitem_51, %getitem_52, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6237260Z %dequantize_per_channel_group_21 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_attention_wq_weight, %b_layers_3_attention_wq_scales, %b_layers_3_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6238540Z %t_21 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_21,), kwargs = {}) 2024-05-15T23:27:55.6243480Z %view_72 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_21, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6244250Z %mm_21 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_72, %t_21), kwargs = {}) 2024-05-15T23:27:55.6244960Z %view_73 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_21, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6245780Z %constant_pad_nd_22 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_47, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6246870Z %choose_qparams_per_token_asymmetric_22 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_22, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6247920Z %getitem_53 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_22, 0), kwargs = {}) 2024-05-15T23:27:55.6248850Z %getitem_54 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_22, 1), kwargs = {}) 2024-05-15T23:27:55.6250030Z %quantize_per_token_22 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_22, %getitem_53, %getitem_54, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6251460Z %dequantize_per_token_22 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_22, %getitem_53, %getitem_54, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6253160Z %dequantize_per_channel_group_22 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_attention_wk_weight, %b_layers_3_attention_wk_scales, %b_layers_3_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6254440Z %t_22 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_22,), kwargs = {}) 2024-05-15T23:27:55.6255260Z %view_74 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_22, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6256010Z %mm_22 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_74, %t_22), kwargs = {}) 2024-05-15T23:27:55.6256720Z %view_75 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_22, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6257540Z %constant_pad_nd_23 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_47, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6258660Z %choose_qparams_per_token_asymmetric_23 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_23, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6259700Z %getitem_55 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_23, 0), kwargs = {}) 2024-05-15T23:27:55.6260610Z %getitem_56 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_23, 1), kwargs = {}) 2024-05-15T23:27:55.6261730Z %quantize_per_token_23 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_23, %getitem_55, %getitem_56, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6263180Z %dequantize_per_token_23 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_23, %getitem_55, %getitem_56, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6264880Z %dequantize_per_channel_group_23 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_attention_wv_weight, %b_layers_3_attention_wv_scales, %b_layers_3_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6266170Z %t_23 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_23,), kwargs = {}) 2024-05-15T23:27:55.6266970Z %view_76 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_23, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6267730Z %mm_23 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_76, %t_23), kwargs = {}) 2024-05-15T23:27:55.6268450Z %view_77 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_23, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6269190Z %view_78 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_73, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6269940Z %view_79 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_75, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6270760Z %view_80 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_77, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6271590Z %view_81 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_78, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.6272350Z %view_82 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.6273100Z %select_51 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_81, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6273800Z %select_52 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_82, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6274520Z %mul_48 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_51, %select_52), kwargs = {}) 2024-05-15T23:27:55.6275250Z %select_53 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_81, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6275960Z %select_54 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_82, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6276680Z %mul_49 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_53, %select_54), kwargs = {}) 2024-05-15T23:27:55.6277390Z %sub_6 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_48, %mul_49), kwargs = {}) 2024-05-15T23:27:55.6278090Z %select_55 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_81, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6278790Z %select_56 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_82, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6279500Z %mul_50 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_55, %select_56), kwargs = {}) 2024-05-15T23:27:55.6280220Z %select_57 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_81, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6280990Z %select_58 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_82, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6281700Z %mul_51 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_57, %select_58), kwargs = {}) 2024-05-15T23:27:55.6282420Z %add_19 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_50, %mul_51), kwargs = {}) 2024-05-15T23:27:55.6283250Z %stack_6 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_6, %add_19], -1), kwargs = {}) 2024-05-15T23:27:55.6284010Z %view_83 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_6, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6284840Z %view_84 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_79, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.6285610Z %view_85 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.6286340Z %select_59 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_84, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6287040Z %select_60 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_85, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6287760Z %mul_52 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_59, %select_60), kwargs = {}) 2024-05-15T23:27:55.6288460Z %select_61 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_84, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6289160Z %select_62 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_85, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6289880Z %mul_53 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_61, %select_62), kwargs = {}) 2024-05-15T23:27:55.6290680Z %sub_7 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_52, %mul_53), kwargs = {}) 2024-05-15T23:27:55.6291380Z %select_63 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_84, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6292080Z %select_64 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_85, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6292790Z %mul_54 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_63, %select_64), kwargs = {}) 2024-05-15T23:27:55.6293500Z %select_65 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_84, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6294200Z %select_66 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_85, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6294910Z %mul_55 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_65, %select_66), kwargs = {}) 2024-05-15T23:27:55.6295630Z %add_20 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_54, %mul_55), kwargs = {}) 2024-05-15T23:27:55.6296410Z %stack_7 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_7, %add_20], -1), kwargs = {}) 2024-05-15T23:27:55.6297200Z %view_86 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_7, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6297990Z %select_67 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:55.6298790Z %_local_scalar_dense_3 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%select_67,), kwargs = {}) 2024-05-15T23:27:55.6299650Z %ge_3 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_3, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:55.6300430Z %scalar_tensor_default_6 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_3,), kwargs = {}) 2024-05-15T23:27:55.6301740Z %_assert_async_msg_6 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_6, _local_scalar_dense_3 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.6302820Z %le_3 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_3, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:55.6303590Z %scalar_tensor_default_7 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_3,), kwargs = {}) 2024-05-15T23:27:55.6304800Z %_assert_async_msg_7 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_7, _local_scalar_dense_3 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.6306820Z %auto_functionalized_3 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %view_83, key: %view_86, value: %view_80, key_cache: %b_layers_3_attention_kv_cache_k_cache, value_cache: %b_layers_3_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_3, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:55.6308470Z %getitem_57 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_3, 0), kwargs = {}) 2024-05-15T23:27:55.6309200Z %getitem_58 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_3, 1), kwargs = {}) 2024-05-15T23:27:55.6309910Z %getitem_59 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_3, 2), kwargs = {}) 2024-05-15T23:27:55.6310650Z %view_87 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%getitem_57, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6311540Z %constant_pad_nd_24 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%view_87, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6312640Z %choose_qparams_per_token_asymmetric_24 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_24, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6313690Z %getitem_60 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_24, 0), kwargs = {}) 2024-05-15T23:27:55.6314500Z %getitem_61 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_24, 1), kwargs = {}) 2024-05-15T23:27:55.6315640Z %quantize_per_token_24 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_24, %getitem_60, %getitem_61, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6317070Z %dequantize_per_token_24 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_24, %getitem_60, %getitem_61, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6318780Z %dequantize_per_channel_group_24 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_attention_wo_weight, %b_layers_3_attention_wo_scales, %b_layers_3_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6320070Z %t_24 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_24,), kwargs = {}) 2024-05-15T23:27:55.6325080Z %view_88 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_24, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6325860Z %mm_24 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_88, %t_24), kwargs = {}) 2024-05-15T23:27:55.6326670Z %view_89 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_24, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6327400Z %add_21 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_17, %view_89), kwargs = {}) 2024-05-15T23:27:55.6328110Z %mul_56 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_21, %add_21), kwargs = {}) 2024-05-15T23:27:55.6328880Z %mean_7 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_56, [-1], True), kwargs = {}) 2024-05-15T23:27:55.6329630Z %add_22 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_7, 1e-05), kwargs = {}) 2024-05-15T23:27:55.6330320Z %rsqrt_7 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_22,), kwargs = {}) 2024-05-15T23:27:55.6331020Z %mul_57 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_21, %rsqrt_7), kwargs = {}) 2024-05-15T23:27:55.6331790Z %mul_58 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_57, %p_layers_3_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:55.6332640Z %constant_pad_nd_25 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_58, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6333730Z %choose_qparams_per_token_asymmetric_25 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_25, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6334780Z %getitem_62 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_25, 0), kwargs = {}) 2024-05-15T23:27:55.6335590Z %getitem_63 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_25, 1), kwargs = {}) 2024-05-15T23:27:55.6336810Z %quantize_per_token_25 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_25, %getitem_62, %getitem_63, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6338260Z %dequantize_per_token_25 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_25, %getitem_62, %getitem_63, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6340000Z %dequantize_per_channel_group_25 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_feed_forward_w1_weight, %b_layers_3_feed_forward_w1_scales, %b_layers_3_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6341300Z %t_25 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_25,), kwargs = {}) 2024-05-15T23:27:55.6342120Z %view_90 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_25, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6342880Z %mm_25 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_90, %t_25), kwargs = {}) 2024-05-15T23:27:55.6343590Z %view_91 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_25, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.6344300Z %silu_3 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%view_91,), kwargs = {}) 2024-05-15T23:27:55.6345090Z %constant_pad_nd_26 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_58, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6346170Z %choose_qparams_per_token_asymmetric_26 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_26, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6347220Z %getitem_64 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_26, 0), kwargs = {}) 2024-05-15T23:27:55.6348130Z %getitem_65 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_26, 1), kwargs = {}) 2024-05-15T23:27:55.6349260Z %quantize_per_token_26 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_26, %getitem_64, %getitem_65, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6350690Z %dequantize_per_token_26 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_26, %getitem_64, %getitem_65, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6352410Z %dequantize_per_channel_group_26 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_feed_forward_w3_weight, %b_layers_3_feed_forward_w3_scales, %b_layers_3_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6353710Z %t_26 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_26,), kwargs = {}) 2024-05-15T23:27:55.6354520Z %view_92 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_26, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6355270Z %mm_26 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_92, %t_26), kwargs = {}) 2024-05-15T23:27:55.6355980Z %view_93 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_26, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.6356710Z %mul_59 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_3, %view_93), kwargs = {}) 2024-05-15T23:27:55.6357580Z %constant_pad_nd_27 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_59, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:55.6358670Z %choose_qparams_per_token_asymmetric_27 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_27, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6359710Z %getitem_66 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_27, 0), kwargs = {}) 2024-05-15T23:27:55.6360520Z %getitem_67 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_27, 1), kwargs = {}) 2024-05-15T23:27:55.6361640Z %quantize_per_token_27 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_27, %getitem_66, %getitem_67, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6363070Z %dequantize_per_token_27 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_27, %getitem_66, %getitem_67, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6364800Z %dequantize_per_channel_group_27 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_feed_forward_w2_weight, %b_layers_3_feed_forward_w2_scales, %b_layers_3_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6366100Z %t_27 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_27,), kwargs = {}) 2024-05-15T23:27:55.6366910Z %view_94 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_27, [1, 768]), kwargs = {}) 2024-05-15T23:27:55.6367670Z %mm_27 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_94, %t_27), kwargs = {}) 2024-05-15T23:27:55.6368380Z %view_95 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_27, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6369200Z %add_23 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_21, %view_95), kwargs = {}) 2024-05-15T23:27:55.6369910Z %mul_60 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_23, %add_23), kwargs = {}) 2024-05-15T23:27:55.6370660Z %mean_8 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_60, [-1], True), kwargs = {}) 2024-05-15T23:27:55.6371410Z %add_24 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_8, 1e-05), kwargs = {}) 2024-05-15T23:27:55.6372100Z %rsqrt_8 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_24,), kwargs = {}) 2024-05-15T23:27:55.6372800Z %mul_61 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_23, %rsqrt_8), kwargs = {}) 2024-05-15T23:27:55.6373580Z %mul_62 : [num_users=3] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_61, %p_layers_4_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:55.6374450Z %constant_pad_nd_28 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_62, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6375540Z %choose_qparams_per_token_asymmetric_28 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_28, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6376580Z %getitem_68 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_28, 0), kwargs = {}) 2024-05-15T23:27:55.6377390Z %getitem_69 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_28, 1), kwargs = {}) 2024-05-15T23:27:55.6378590Z %quantize_per_token_28 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_28, %getitem_68, %getitem_69, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6380030Z %dequantize_per_token_28 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_28, %getitem_68, %getitem_69, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6381730Z %dequantize_per_channel_group_28 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_attention_wq_weight, %b_layers_4_attention_wq_scales, %b_layers_4_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6383000Z %t_28 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_28,), kwargs = {}) 2024-05-15T23:27:55.6383830Z %view_96 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_28, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6384590Z %mm_28 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_96, %t_28), kwargs = {}) 2024-05-15T23:27:55.6385300Z %view_97 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_28, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6386120Z %constant_pad_nd_29 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_62, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6387200Z %choose_qparams_per_token_asymmetric_29 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_29, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6388240Z %getitem_70 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_29, 0), kwargs = {}) 2024-05-15T23:27:55.6389050Z %getitem_71 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_29, 1), kwargs = {}) 2024-05-15T23:27:55.6390250Z %quantize_per_token_29 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_29, %getitem_70, %getitem_71, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6391670Z %dequantize_per_token_29 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_29, %getitem_70, %getitem_71, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6393360Z %dequantize_per_channel_group_29 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_attention_wk_weight, %b_layers_4_attention_wk_scales, %b_layers_4_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6394650Z %t_29 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_29,), kwargs = {}) 2024-05-15T23:27:55.6395460Z %view_98 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_29, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6396220Z %mm_29 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_98, %t_29), kwargs = {}) 2024-05-15T23:27:55.6396940Z %view_99 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_29, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6397750Z %constant_pad_nd_30 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_62, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6398830Z %choose_qparams_per_token_asymmetric_30 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_30, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6399880Z %getitem_72 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_30, 0), kwargs = {}) 2024-05-15T23:27:55.6400770Z %getitem_73 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_30, 1), kwargs = {}) 2024-05-15T23:27:55.6401900Z %quantize_per_token_30 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_30, %getitem_72, %getitem_73, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6403330Z %dequantize_per_token_30 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_30, %getitem_72, %getitem_73, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6405020Z %dequantize_per_channel_group_30 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_attention_wv_weight, %b_layers_4_attention_wv_scales, %b_layers_4_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6406300Z %t_30 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_30,), kwargs = {}) 2024-05-15T23:27:55.6407120Z %view_100 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_30, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6407880Z %mm_30 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_100, %t_30), kwargs = {}) 2024-05-15T23:27:55.6408610Z %view_101 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_30, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6415480Z %view_102 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_97, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6416310Z %view_103 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_99, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6417090Z %view_104 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_101, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6418050Z %view_105 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_102, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.6418830Z %view_106 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.6419580Z %select_68 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_105, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6420300Z %select_69 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_106, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6421030Z %mul_63 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_68, %select_69), kwargs = {}) 2024-05-15T23:27:55.6421750Z %select_70 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_105, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6422470Z %select_71 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_106, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6423190Z %mul_64 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_70, %select_71), kwargs = {}) 2024-05-15T23:27:55.6423910Z %sub_8 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_63, %mul_64), kwargs = {}) 2024-05-15T23:27:55.6424620Z %select_72 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_105, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6425320Z %select_73 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_106, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6426040Z %mul_65 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_72, %select_73), kwargs = {}) 2024-05-15T23:27:55.6426750Z %select_74 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_105, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6427570Z %select_75 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_106, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6428300Z %mul_66 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_74, %select_75), kwargs = {}) 2024-05-15T23:27:55.6429060Z %add_25 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_65, %mul_66), kwargs = {}) 2024-05-15T23:27:55.6429860Z %stack_8 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_8, %add_25], -1), kwargs = {}) 2024-05-15T23:27:55.6430640Z %view_107 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_8, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6431480Z %view_108 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_103, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.6432260Z %view_109 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.6433000Z %select_76 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_108, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6433710Z %select_77 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_109, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6434440Z %mul_67 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_76, %select_77), kwargs = {}) 2024-05-15T23:27:55.6435150Z %select_78 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_108, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6435860Z %select_79 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_109, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6436580Z %mul_68 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_78, %select_79), kwargs = {}) 2024-05-15T23:27:55.6437290Z %sub_9 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_67, %mul_68), kwargs = {}) 2024-05-15T23:27:55.6438090Z %select_80 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_108, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6438800Z %select_81 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_109, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6439510Z %mul_69 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_80, %select_81), kwargs = {}) 2024-05-15T23:27:55.6440230Z %select_82 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_108, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6440930Z %select_83 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_109, 4, 1), kwargs = {}) 2024-05-15T23:27:55.6441640Z %mul_70 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_82, %select_83), kwargs = {}) 2024-05-15T23:27:55.6442360Z %add_26 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_69, %mul_70), kwargs = {}) 2024-05-15T23:27:55.6443160Z %stack_9 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_9, %add_26], -1), kwargs = {}) 2024-05-15T23:27:55.6443930Z %view_110 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_9, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6444730Z %select_84 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:55.6445530Z %_local_scalar_dense_4 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%select_84,), kwargs = {}) 2024-05-15T23:27:55.6446390Z %ge_4 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_4, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:55.6447240Z %scalar_tensor_default_8 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_4,), kwargs = {}) 2024-05-15T23:27:55.6448470Z %_assert_async_msg_8 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_8, _local_scalar_dense_4 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.6449550Z %le_4 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_4, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:55.6450330Z %scalar_tensor_default_9 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_4,), kwargs = {}) 2024-05-15T23:27:55.6451540Z %_assert_async_msg_9 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_9, _local_scalar_dense_4 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:55.6453580Z %auto_functionalized_4 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %view_107, key: %view_110, value: %view_104, key_cache: %b_layers_4_attention_kv_cache_k_cache, value_cache: %b_layers_4_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_4, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:55.6455250Z %getitem_74 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_4, 0), kwargs = {}) 2024-05-15T23:27:55.6455980Z %getitem_75 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_4, 1), kwargs = {}) 2024-05-15T23:27:55.6456690Z %getitem_76 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_4, 2), kwargs = {}) 2024-05-15T23:27:55.6457440Z %view_111 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%getitem_74, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6458280Z %constant_pad_nd_31 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%view_111, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6459470Z %choose_qparams_per_token_asymmetric_31 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_31, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6460520Z %getitem_77 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_31, 0), kwargs = {}) 2024-05-15T23:27:55.6461340Z %getitem_78 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_31, 1), kwargs = {}) 2024-05-15T23:27:55.6462480Z %quantize_per_token_31 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_31, %getitem_77, %getitem_78, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6463930Z %dequantize_per_token_31 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_31, %getitem_77, %getitem_78, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6465650Z %dequantize_per_channel_group_31 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_attention_wo_weight, %b_layers_4_attention_wo_scales, %b_layers_4_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6466950Z %t_31 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_31,), kwargs = {}) 2024-05-15T23:27:55.6467770Z %view_112 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_31, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6468540Z %mm_31 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_112, %t_31), kwargs = {}) 2024-05-15T23:27:55.6469340Z %view_113 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_31, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6470090Z %add_27 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_23, %view_113), kwargs = {}) 2024-05-15T23:27:55.6470800Z %mul_71 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_27, %add_27), kwargs = {}) 2024-05-15T23:27:55.6471560Z %mean_9 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_71, [-1], True), kwargs = {}) 2024-05-15T23:27:55.6472310Z %add_28 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_9, 1e-05), kwargs = {}) 2024-05-15T23:27:55.6473010Z %rsqrt_9 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_28,), kwargs = {}) 2024-05-15T23:27:55.6473720Z %mul_72 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_27, %rsqrt_9), kwargs = {}) 2024-05-15T23:27:55.6474490Z %mul_73 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_72, %p_layers_4_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:55.6475350Z %constant_pad_nd_32 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_73, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6476440Z %choose_qparams_per_token_asymmetric_32 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_32, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6477490Z %getitem_79 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_32, 0), kwargs = {}) 2024-05-15T23:27:55.6478300Z %getitem_80 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_32, 1), kwargs = {}) 2024-05-15T23:27:55.6479440Z %quantize_per_token_32 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_32, %getitem_79, %getitem_80, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6480960Z %dequantize_per_token_32 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_32, %getitem_79, %getitem_80, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6482690Z %dequantize_per_channel_group_32 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_feed_forward_w1_weight, %b_layers_4_feed_forward_w1_scales, %b_layers_4_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6484020Z %t_32 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_32,), kwargs = {}) 2024-05-15T23:27:55.6484840Z %view_114 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_32, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6485620Z %mm_32 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_114, %t_32), kwargs = {}) 2024-05-15T23:27:55.6486340Z %view_115 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_32, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.6487060Z %silu_4 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%view_115,), kwargs = {}) 2024-05-15T23:27:55.6487850Z %constant_pad_nd_33 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_73, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6488940Z %choose_qparams_per_token_asymmetric_33 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_33, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6490050Z %getitem_81 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_33, 0), kwargs = {}) 2024-05-15T23:27:55.6494800Z %getitem_82 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_33, 1), kwargs = {}) 2024-05-15T23:27:55.6495970Z %quantize_per_token_33 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_33, %getitem_81, %getitem_82, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6497400Z %dequantize_per_token_33 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_33, %getitem_81, %getitem_82, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6499150Z %dequantize_per_channel_group_33 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_feed_forward_w3_weight, %b_layers_4_feed_forward_w3_scales, %b_layers_4_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6500460Z %t_33 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_33,), kwargs = {}) 2024-05-15T23:27:55.6501280Z %view_116 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_33, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6502050Z %mm_33 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_116, %t_33), kwargs = {}) 2024-05-15T23:27:55.6502780Z %view_117 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_33, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:55.6503090Z %mul_74 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_4, %view_117), kwargs = {}) 2024-05-15T23:27:55.6503490Z %constant_pad_nd_34 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_74, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:55.6504180Z %choose_qparams_per_token_asymmetric_34 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_34, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6504530Z %getitem_83 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_34, 0), kwargs = {}) 2024-05-15T23:27:55.6504890Z %getitem_84 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_34, 1), kwargs = {}) 2024-05-15T23:27:55.6505560Z %quantize_per_token_34 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_34, %getitem_83, %getitem_84, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6506310Z %dequantize_per_token_34 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_34, %getitem_83, %getitem_84, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6507290Z %dequantize_per_channel_group_34 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_feed_forward_w2_weight, %b_layers_4_feed_forward_w2_scales, %b_layers_4_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6507640Z %t_34 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_34,), kwargs = {}) 2024-05-15T23:27:55.6508010Z %view_118 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_34, [1, 768]), kwargs = {}) 2024-05-15T23:27:55.6508310Z %mm_34 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_118, %t_34), kwargs = {}) 2024-05-15T23:27:55.6508730Z %view_119 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_34, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6509050Z %add_29 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_27, %view_119), kwargs = {}) 2024-05-15T23:27:55.6509350Z %mul_75 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_29, %add_29), kwargs = {}) 2024-05-15T23:27:55.6509720Z %mean_10 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_75, [-1], True), kwargs = {}) 2024-05-15T23:27:55.6510060Z %add_30 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_10, 1e-05), kwargs = {}) 2024-05-15T23:27:55.6510360Z %rsqrt_10 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_30,), kwargs = {}) 2024-05-15T23:27:55.6510670Z %mul_76 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_29, %rsqrt_10), kwargs = {}) 2024-05-15T23:27:55.6511050Z %mul_77 : [num_users=3] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_76, %p_layers_5_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:55.6511450Z %constant_pad_nd_35 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_77, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6512060Z %choose_qparams_per_token_asymmetric_35 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_35, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6512420Z %getitem_85 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_35, 0), kwargs = {}) 2024-05-15T23:27:55.6512770Z %getitem_86 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_35, 1), kwargs = {}) 2024-05-15T23:27:55.6513450Z %quantize_per_token_35 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_35, %getitem_85, %getitem_86, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6514290Z %dequantize_per_token_35 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_35, %getitem_85, %getitem_86, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6515250Z %dequantize_per_channel_group_35 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_attention_wq_weight, %b_layers_5_attention_wq_scales, %b_layers_5_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6515600Z %t_35 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_35,), kwargs = {}) 2024-05-15T23:27:55.6515970Z %view_120 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_35, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6516270Z %mm_35 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_120, %t_35), kwargs = {}) 2024-05-15T23:27:55.6516600Z %view_121 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_35, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6517000Z %constant_pad_nd_36 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_77, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6517590Z %choose_qparams_per_token_asymmetric_36 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_36, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6517950Z %getitem_87 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_36, 0), kwargs = {}) 2024-05-15T23:27:55.6518300Z %getitem_88 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_36, 1), kwargs = {}) 2024-05-15T23:27:55.6519030Z %quantize_per_token_36 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_36, %getitem_87, %getitem_88, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6519780Z %dequantize_per_token_36 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_36, %getitem_87, %getitem_88, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6520730Z %dequantize_per_channel_group_36 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_attention_wk_weight, %b_layers_5_attention_wk_scales, %b_layers_5_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6521080Z %t_36 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_36,), kwargs = {}) 2024-05-15T23:27:55.6521450Z %view_122 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_36, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6521750Z %mm_36 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_122, %t_36), kwargs = {}) 2024-05-15T23:27:55.6522080Z %view_123 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_36, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6522470Z %constant_pad_nd_37 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_77, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:55.6523070Z %choose_qparams_per_token_asymmetric_37 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_37, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6523420Z %getitem_89 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_37, 0), kwargs = {}) 2024-05-15T23:27:55.6523850Z %getitem_90 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_37, 1), kwargs = {}) 2024-05-15T23:27:55.6524520Z %quantize_per_token_37 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_37, %getitem_89, %getitem_90, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:55.6525270Z %dequantize_per_token_37 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_37, %getitem_89, %getitem_90, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6526220Z %dequantize_per_channel_group_37 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_attention_wv_weight, %b_layers_5_attention_wv_scales, %b_layers_5_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:55.6526570Z %t_37 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_37,), kwargs = {}) 2024-05-15T23:27:55.6526940Z %view_124 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_37, [1, 512]), kwargs = {}) 2024-05-15T23:27:55.6527240Z %mm_37 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_124, %t_37), kwargs = {}) 2024-05-15T23:27:55.6527570Z %view_125 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_37, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:55.6527910Z %view_126 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_121, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6528250Z %view_127 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_123, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6528640Z %view_128 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view_125, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:55.6529050Z %view_129 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_126, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:55.6529390Z %view_130 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:55.6529700Z %select_85 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_129, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6530020Z %select_86 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_130, 4, 0), kwargs = {}) 2024-05-15T23:27:55.6530340Z %mul_78 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_85, %select_86), kwargs = {}) 2024-05-15T23:27:58.0201350Z %select_87 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_129, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0204220Z %select_88 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_130, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0205020Z %mul_79 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_87, %select_88), kwargs = {}) 2024-05-15T23:27:58.0208830Z %sub_10 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_78, %mul_79), kwargs = {}) 2024-05-15T23:27:58.0209620Z %select_89 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_129, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0218380Z %select_90 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_130, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0219180Z %mul_80 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_89, %select_90), kwargs = {}) 2024-05-15T23:27:58.0219970Z %select_91 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_129, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0221240Z %select_92 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_130, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0222000Z %mul_81 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_91, %select_92), kwargs = {}) 2024-05-15T23:27:58.0222760Z %add_31 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_80, %mul_81), kwargs = {}) 2024-05-15T23:27:58.0223700Z %stack_10 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_10, %add_31], -1), kwargs = {}) 2024-05-15T23:27:58.0227840Z %view_131 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_10, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0228740Z %view_132 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%view_127, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.0230060Z %view_133 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.0231180Z %select_93 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_132, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0232010Z %select_94 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_133, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0232790Z %mul_82 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_93, %select_94), kwargs = {}) 2024-05-15T23:27:58.0233560Z %select_95 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_132, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0234730Z %select_96 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_133, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0235500Z %mul_83 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_95, %select_96), kwargs = {}) 2024-05-15T23:27:58.0237060Z %sub_11 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_82, %mul_83), kwargs = {}) 2024-05-15T23:27:58.0237820Z %select_97 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_132, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0239150Z %select_98 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_133, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0239910Z %mul_84 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_97, %select_98), kwargs = {}) 2024-05-15T23:27:58.0240870Z %select_99 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_132, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0266780Z %select_100 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%view_133, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0267540Z %mul_85 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%select_99, %select_100), kwargs = {}) 2024-05-15T23:27:58.0268280Z %add_32 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_84, %mul_85), kwargs = {}) 2024-05-15T23:27:58.0269150Z %stack_11 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_11, %add_32], -1), kwargs = {}) 2024-05-15T23:27:58.0269940Z %view_134 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_11, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0270760Z %select_101 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:58.0271580Z %_local_scalar_dense_5 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%select_101,), kwargs = {}) 2024-05-15T23:27:58.0272490Z %ge_5 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_5, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:58.0273290Z %scalar_tensor_default_10 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_5,), kwargs = {}) 2024-05-15T23:27:58.0274780Z %_assert_async_msg_10 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_10, _local_scalar_dense_5 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.0275880Z %le_5 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_5, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:58.0276680Z %scalar_tensor_default_11 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_5,), kwargs = {}) 2024-05-15T23:27:58.0278140Z %_assert_async_msg_11 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_default_11, _local_scalar_dense_5 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.0280210Z %auto_functionalized_5 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %view_131, key: %view_134, value: %view_128, key_cache: %b_layers_5_attention_kv_cache_k_cache, value_cache: %b_layers_5_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_5, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:58.0281880Z %getitem_91 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_5, 0), kwargs = {}) 2024-05-15T23:27:58.0282600Z %getitem_92 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_5, 1), kwargs = {}) 2024-05-15T23:27:58.0283320Z %getitem_93 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_5, 2), kwargs = {}) 2024-05-15T23:27:58.0284070Z %view_135 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%getitem_91, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0285050Z %constant_pad_nd_38 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%view_135, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0286160Z %choose_qparams_per_token_asymmetric_38 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_38, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0287230Z %getitem_94 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_38, 0), kwargs = {}) 2024-05-15T23:27:58.0288070Z %getitem_95 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_38, 1), kwargs = {}) 2024-05-15T23:27:58.0289210Z %quantize_per_token_38 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_38, %getitem_94, %getitem_95, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0290660Z %dequantize_per_token_38 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_38, %getitem_94, %getitem_95, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0292380Z %dequantize_per_channel_group_38 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_attention_wo_weight, %b_layers_5_attention_wo_scales, %b_layers_5_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0293680Z %t_38 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_38,), kwargs = {}) 2024-05-15T23:27:58.0294500Z %view_136 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_38, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0295270Z %mm_38 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_136, %t_38), kwargs = {}) 2024-05-15T23:27:58.0296070Z %view_137 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_38, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0296810Z %add_33 : [num_users=3] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_29, %view_137), kwargs = {}) 2024-05-15T23:27:58.0297530Z %mul_86 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_33, %add_33), kwargs = {}) 2024-05-15T23:27:58.0298290Z %mean_11 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_86, [-1], True), kwargs = {}) 2024-05-15T23:27:58.0299140Z %add_34 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_11, 1e-05), kwargs = {}) 2024-05-15T23:27:58.0299840Z %rsqrt_11 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_34,), kwargs = {}) 2024-05-15T23:27:58.0300550Z %mul_87 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_33, %rsqrt_11), kwargs = {}) 2024-05-15T23:27:58.0301320Z %mul_88 : [num_users=2] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_87, %p_layers_5_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:58.0302180Z %constant_pad_nd_39 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_88, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0303280Z %choose_qparams_per_token_asymmetric_39 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_39, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0310470Z %getitem_96 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_39, 0), kwargs = {}) 2024-05-15T23:27:58.0311290Z %getitem_97 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_39, 1), kwargs = {}) 2024-05-15T23:27:58.0312540Z %quantize_per_token_39 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_39, %getitem_96, %getitem_97, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0313980Z %dequantize_per_token_39 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_39, %getitem_96, %getitem_97, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0315730Z %dequantize_per_channel_group_39 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_feed_forward_w1_weight, %b_layers_5_feed_forward_w1_scales, %b_layers_5_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0317050Z %t_39 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_39,), kwargs = {}) 2024-05-15T23:27:58.0317880Z %view_138 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_39, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0318640Z %mm_39 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_138, %t_39), kwargs = {}) 2024-05-15T23:27:58.0319370Z %view_139 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_39, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.0320080Z %silu_5 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%view_139,), kwargs = {}) 2024-05-15T23:27:58.0320870Z %constant_pad_nd_40 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_88, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0321960Z %choose_qparams_per_token_asymmetric_40 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_40, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0323010Z %getitem_98 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_40, 0), kwargs = {}) 2024-05-15T23:27:58.0323870Z %getitem_99 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_40, 1), kwargs = {}) 2024-05-15T23:27:58.0325010Z %quantize_per_token_40 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_40, %getitem_98, %getitem_99, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0326430Z %dequantize_per_token_40 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_40, %getitem_98, %getitem_99, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0328250Z %dequantize_per_channel_group_40 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_feed_forward_w3_weight, %b_layers_5_feed_forward_w3_scales, %b_layers_5_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0329560Z %t_40 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_40,), kwargs = {}) 2024-05-15T23:27:58.0330380Z %view_140 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_40, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0331140Z %mm_40 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_140, %t_40), kwargs = {}) 2024-05-15T23:27:58.0331870Z %view_141 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_40, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.0332600Z %mul_89 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_5, %view_141), kwargs = {}) 2024-05-15T23:27:58.0333470Z %constant_pad_nd_41 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_89, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:58.0334570Z %choose_qparams_per_token_asymmetric_41 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_41, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0335610Z %getitem_100 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_41, 0), kwargs = {}) 2024-05-15T23:27:58.0336430Z %getitem_101 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_41, 1), kwargs = {}) 2024-05-15T23:27:58.0337570Z %quantize_per_token_41 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_41, %getitem_100, %getitem_101, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0339020Z %dequantize_per_token_41 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_41, %getitem_100, %getitem_101, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0340760Z %dequantize_per_channel_group_41 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_feed_forward_w2_weight, %b_layers_5_feed_forward_w2_scales, %b_layers_5_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0342070Z %t_41 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_41,), kwargs = {}) 2024-05-15T23:27:58.0342900Z %view_142 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_41, [1, 768]), kwargs = {}) 2024-05-15T23:27:58.0343670Z %mm_41 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_142, %t_41), kwargs = {}) 2024-05-15T23:27:58.0344400Z %view_143 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_41, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0345180Z %add_35 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_33, %view_143), kwargs = {}) 2024-05-15T23:27:58.0345900Z %mul_90 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_35, %add_35), kwargs = {}) 2024-05-15T23:27:58.0346660Z %mean_12 : [num_users=1] = call_function[target=torch.ops.aten.mean.dim](args = (%mul_90, [-1], True), kwargs = {}) 2024-05-15T23:27:58.0347420Z %add_36 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mean_12, 1e-05), kwargs = {}) 2024-05-15T23:27:58.0348180Z %rsqrt_12 : [num_users=1] = call_function[target=torch.ops.aten.rsqrt.default](args = (%add_36,), kwargs = {}) 2024-05-15T23:27:58.0348880Z %mul_91 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%add_35, %rsqrt_12), kwargs = {}) 2024-05-15T23:27:58.0349620Z %mul_92 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%mul_91, %p_norm_weight), kwargs = {}) 2024-05-15T23:27:58.0350460Z %constant_pad_nd_42 : [num_users=2] = call_function[target=torch.ops.aten.constant_pad_nd.default](args = (%mul_92, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0351550Z %choose_qparams_per_token_asymmetric_42 : [num_users=2] = call_function[target=torch.ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%constant_pad_nd_42, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0352600Z %getitem_102 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_42, 0), kwargs = {}) 2024-05-15T23:27:58.0353430Z %getitem_103 : [num_users=2] = call_function[target=operator.getitem](args = (%choose_qparams_per_token_asymmetric_42, 1), kwargs = {}) 2024-05-15T23:27:58.0354630Z %quantize_per_token_42 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.quantize_per_token.default](args = (%constant_pad_nd_42, %getitem_102, %getitem_103, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0356090Z %dequantize_per_token_42 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_token.default](args = (%quantize_per_token_42, %getitem_102, %getitem_103, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0357670Z %dequantize_per_channel_group_42 : [num_users=1] = call_function[target=torch.ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_output_weight, %b_output_scales, %b_output_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0358840Z %t_42 : [num_users=1] = call_function[target=torch.ops.aten.t.default](args = (%dequantize_per_channel_group_42,), kwargs = {}) 2024-05-15T23:27:58.0359650Z %view_144 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%dequantize_per_token_42, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0360590Z %mm_42 : [num_users=1] = call_function[target=torch.ops.aten.mm.default](args = (%view_144, %t_42), kwargs = {}) 2024-05-15T23:27:58.0361320Z %view_145 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%mm_42, [1, 1, 32000]), kwargs = {}) 2024-05-15T23:27:58.0362180Z return (getitem_7, getitem_8, getitem_24, getitem_25, getitem_41, getitem_42, getitem_58, getitem_59, getitem_75, getitem_76, getitem_92, getitem_93, view_145) 2024-05-15T23:27:58.0362760Z Exported graph: 2024-05-15T23:27:58.0362920Z graph(): 2024-05-15T23:27:58.0363290Z %p_layers_0_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_0_attention_norm_weight] 2024-05-15T23:27:58.0363900Z %p_layers_0_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_0_ffn_norm_weight] 2024-05-15T23:27:58.0364500Z %p_layers_1_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_1_attention_norm_weight] 2024-05-15T23:27:58.0365090Z %p_layers_1_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_1_ffn_norm_weight] 2024-05-15T23:27:58.0365740Z %p_layers_2_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_2_attention_norm_weight] 2024-05-15T23:27:58.0366350Z %p_layers_2_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_2_ffn_norm_weight] 2024-05-15T23:27:58.0366940Z %p_layers_3_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_3_attention_norm_weight] 2024-05-15T23:27:58.0367540Z %p_layers_3_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_3_ffn_norm_weight] 2024-05-15T23:27:58.0368130Z %p_layers_4_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_4_attention_norm_weight] 2024-05-15T23:27:58.0368790Z %p_layers_4_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_4_ffn_norm_weight] 2024-05-15T23:27:58.0369380Z %p_layers_5_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_5_attention_norm_weight] 2024-05-15T23:27:58.0369980Z %p_layers_5_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_5_ffn_norm_weight] 2024-05-15T23:27:58.0370470Z %p_norm_weight : [num_users=1] = placeholder[target=p_norm_weight] 2024-05-15T23:27:58.0370890Z %b_freqs_cis : [num_users=1] = placeholder[target=b_freqs_cis] 2024-05-15T23:27:58.0371350Z %b_tok_embeddings_weight : [num_users=1] = placeholder[target=b_tok_embeddings_weight] 2024-05-15T23:27:58.0371880Z %b_tok_embeddings_scales : [num_users=1] = placeholder[target=b_tok_embeddings_scales] 2024-05-15T23:27:58.0372450Z %b_layers_0_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_0_attention_wq_weight] 2024-05-15T23:27:58.0373060Z %b_layers_0_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_0_attention_wq_scales] 2024-05-15T23:27:58.0373670Z %b_layers_0_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_0_attention_wq_zeros] 2024-05-15T23:27:58.0374270Z %b_layers_0_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_0_attention_wk_weight] 2024-05-15T23:27:58.0374970Z %b_layers_0_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_0_attention_wk_scales] 2024-05-15T23:27:58.0375570Z %b_layers_0_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_0_attention_wk_zeros] 2024-05-15T23:27:58.0376180Z %b_layers_0_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_0_attention_wv_weight] 2024-05-15T23:27:58.0376770Z %b_layers_0_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_0_attention_wv_scales] 2024-05-15T23:27:58.0377370Z %b_layers_0_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_0_attention_wv_zeros] 2024-05-15T23:27:58.0378010Z %b_layers_0_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_0_attention_kv_cache_k_cache] 2024-05-15T23:27:58.0378700Z %b_layers_0_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_0_attention_kv_cache_v_cache] 2024-05-15T23:27:58.0379350Z %b_layers_0_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_0_attention_wo_weight] 2024-05-15T23:27:58.0379960Z %b_layers_0_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_0_attention_wo_scales] 2024-05-15T23:27:58.0380550Z %b_layers_0_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_0_attention_wo_zeros] 2024-05-15T23:27:58.0381170Z %b_layers_0_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w1_weight] 2024-05-15T23:27:58.0381810Z %b_layers_0_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w1_scales] 2024-05-15T23:27:58.0382440Z %b_layers_0_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w1_zeros] 2024-05-15T23:27:58.0383080Z %b_layers_0_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w3_weight] 2024-05-15T23:27:58.0383710Z %b_layers_0_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w3_scales] 2024-05-15T23:27:58.0384340Z %b_layers_0_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w3_zeros] 2024-05-15T23:27:58.0385020Z %b_layers_0_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w2_weight] 2024-05-15T23:27:58.0385660Z %b_layers_0_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w2_scales] 2024-05-15T23:27:58.0386290Z %b_layers_0_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_0_feed_forward_w2_zeros] 2024-05-15T23:27:58.0386910Z %b_layers_1_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_1_attention_wq_weight] 2024-05-15T23:27:58.0387580Z %b_layers_1_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_1_attention_wq_scales] 2024-05-15T23:27:58.0388180Z %b_layers_1_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_1_attention_wq_zeros] 2024-05-15T23:27:58.0388780Z %b_layers_1_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_1_attention_wk_weight] 2024-05-15T23:27:58.0389380Z %b_layers_1_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_1_attention_wk_scales] 2024-05-15T23:27:58.0389970Z %b_layers_1_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_1_attention_wk_zeros] 2024-05-15T23:27:58.0390570Z %b_layers_1_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_1_attention_wv_weight] 2024-05-15T23:27:58.0391170Z %b_layers_1_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_1_attention_wv_scales] 2024-05-15T23:27:58.0391760Z %b_layers_1_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_1_attention_wv_zeros] 2024-05-15T23:27:58.0392400Z %b_layers_1_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_1_attention_kv_cache_k_cache] 2024-05-15T23:27:58.0393090Z %b_layers_1_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_1_attention_kv_cache_v_cache] 2024-05-15T23:27:58.0393790Z %b_layers_1_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_1_attention_wo_weight] 2024-05-15T23:27:58.0394400Z %b_layers_1_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_1_attention_wo_scales] 2024-05-15T23:27:58.0395000Z %b_layers_1_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_1_attention_wo_zeros] 2024-05-15T23:27:58.0395610Z %b_layers_1_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w1_weight] 2024-05-15T23:27:58.0396250Z %b_layers_1_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w1_scales] 2024-05-15T23:27:58.0396880Z %b_layers_1_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w1_zeros] 2024-05-15T23:27:58.0397510Z %b_layers_1_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w3_weight] 2024-05-15T23:27:58.0398140Z %b_layers_1_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w3_scales] 2024-05-15T23:27:58.0398770Z %b_layers_1_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w3_zeros] 2024-05-15T23:27:58.0399400Z %b_layers_1_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w2_weight] 2024-05-15T23:27:58.0400030Z %b_layers_1_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w2_scales] 2024-05-15T23:27:58.0400660Z %b_layers_1_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_1_feed_forward_w2_zeros] 2024-05-15T23:27:58.0401290Z %b_layers_2_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_2_attention_wq_weight] 2024-05-15T23:27:58.0401910Z %b_layers_2_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_2_attention_wq_scales] 2024-05-15T23:27:58.0402500Z %b_layers_2_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_2_attention_wq_zeros] 2024-05-15T23:27:58.0403150Z %b_layers_2_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_2_attention_wk_weight] 2024-05-15T23:27:58.0403750Z %b_layers_2_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_2_attention_wk_scales] 2024-05-15T23:27:58.0404350Z %b_layers_2_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_2_attention_wk_zeros] 2024-05-15T23:27:58.0404940Z %b_layers_2_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_2_attention_wv_weight] 2024-05-15T23:27:58.0405540Z %b_layers_2_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_2_attention_wv_scales] 2024-05-15T23:27:58.0406190Z %b_layers_2_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_2_attention_wv_zeros] 2024-05-15T23:27:58.0406830Z %b_layers_2_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_2_attention_kv_cache_k_cache] 2024-05-15T23:27:58.0407520Z %b_layers_2_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_2_attention_kv_cache_v_cache] 2024-05-15T23:27:58.0408160Z %b_layers_2_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_2_attention_wo_weight] 2024-05-15T23:27:58.0408760Z %b_layers_2_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_2_attention_wo_scales] 2024-05-15T23:27:58.0409350Z %b_layers_2_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_2_attention_wo_zeros] 2024-05-15T23:27:58.0409970Z %b_layers_2_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w1_weight] 2024-05-15T23:27:58.0410600Z %b_layers_2_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w1_scales] 2024-05-15T23:27:58.0411230Z %b_layers_2_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w1_zeros] 2024-05-15T23:27:58.0411860Z %b_layers_2_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w3_weight] 2024-05-15T23:27:58.0412560Z %b_layers_2_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w3_scales] 2024-05-15T23:27:58.0413190Z %b_layers_2_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w3_zeros] 2024-05-15T23:27:58.0413820Z %b_layers_2_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w2_weight] 2024-05-15T23:27:58.0414440Z %b_layers_2_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w2_scales] 2024-05-15T23:27:58.0415070Z %b_layers_2_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_2_feed_forward_w2_zeros] 2024-05-15T23:27:58.0415680Z %b_layers_3_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_3_attention_wq_weight] 2024-05-15T23:27:58.0416280Z %b_layers_3_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_3_attention_wq_scales] 2024-05-15T23:27:58.0416890Z %b_layers_3_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_3_attention_wq_zeros] 2024-05-15T23:27:58.0417480Z %b_layers_3_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_3_attention_wk_weight] 2024-05-15T23:27:58.0418080Z %b_layers_3_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_3_attention_wk_scales] 2024-05-15T23:27:58.0418670Z %b_layers_3_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_3_attention_wk_zeros] 2024-05-15T23:27:58.0419270Z %b_layers_3_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_3_attention_wv_weight] 2024-05-15T23:27:58.0419860Z %b_layers_3_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_3_attention_wv_scales] 2024-05-15T23:27:58.0420460Z %b_layers_3_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_3_attention_wv_zeros] 2024-05-15T23:27:58.0421090Z %b_layers_3_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_3_attention_kv_cache_k_cache] 2024-05-15T23:27:58.0421820Z %b_layers_3_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_3_attention_kv_cache_v_cache] 2024-05-15T23:27:58.0422460Z %b_layers_3_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_3_attention_wo_weight] 2024-05-15T23:27:58.0423060Z %b_layers_3_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_3_attention_wo_scales] 2024-05-15T23:27:58.0423650Z %b_layers_3_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_3_attention_wo_zeros] 2024-05-15T23:27:58.0424260Z %b_layers_3_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w1_weight] 2024-05-15T23:27:58.0424960Z %b_layers_3_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w1_scales] 2024-05-15T23:27:58.0425580Z %b_layers_3_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w1_zeros] 2024-05-15T23:27:58.0426210Z %b_layers_3_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w3_weight] 2024-05-15T23:27:58.0426840Z %b_layers_3_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w3_scales] 2024-05-15T23:27:58.0427470Z %b_layers_3_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w3_zeros] 2024-05-15T23:27:58.0428100Z %b_layers_3_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w2_weight] 2024-05-15T23:27:58.0428730Z %b_layers_3_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w2_scales] 2024-05-15T23:27:58.0429350Z %b_layers_3_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_3_feed_forward_w2_zeros] 2024-05-15T23:27:58.0429970Z %b_layers_4_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_4_attention_wq_weight] 2024-05-15T23:27:58.0430570Z %b_layers_4_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_4_attention_wq_scales] 2024-05-15T23:27:58.0431230Z %b_layers_4_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_4_attention_wq_zeros] 2024-05-15T23:27:58.0431840Z %b_layers_4_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_4_attention_wk_weight] 2024-05-15T23:27:58.0432440Z %b_layers_4_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_4_attention_wk_scales] 2024-05-15T23:27:58.0433040Z %b_layers_4_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_4_attention_wk_zeros] 2024-05-15T23:27:58.0433650Z %b_layers_4_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_4_attention_wv_weight] 2024-05-15T23:27:58.0434260Z %b_layers_4_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_4_attention_wv_scales] 2024-05-15T23:27:58.0434860Z %b_layers_4_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_4_attention_wv_zeros] 2024-05-15T23:27:58.0435510Z %b_layers_4_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_4_attention_kv_cache_k_cache] 2024-05-15T23:27:58.0436200Z %b_layers_4_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_4_attention_kv_cache_v_cache] 2024-05-15T23:27:58.0436840Z %b_layers_4_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_4_attention_wo_weight] 2024-05-15T23:27:58.0437450Z %b_layers_4_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_4_attention_wo_scales] 2024-05-15T23:27:58.0438070Z %b_layers_4_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_4_attention_wo_zeros] 2024-05-15T23:27:58.0438680Z %b_layers_4_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w1_weight] 2024-05-15T23:27:58.0439310Z %b_layers_4_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w1_scales] 2024-05-15T23:27:58.0439940Z %b_layers_4_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w1_zeros] 2024-05-15T23:27:58.0440620Z %b_layers_4_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w3_weight] 2024-05-15T23:27:58.0441250Z %b_layers_4_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w3_scales] 2024-05-15T23:27:58.0441880Z %b_layers_4_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w3_zeros] 2024-05-15T23:27:58.0442510Z %b_layers_4_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w2_weight] 2024-05-15T23:27:58.0443140Z %b_layers_4_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w2_scales] 2024-05-15T23:27:58.0443850Z %b_layers_4_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_4_feed_forward_w2_zeros] 2024-05-15T23:27:58.0444470Z %b_layers_5_attention_wq_weight : [num_users=1] = placeholder[target=b_layers_5_attention_wq_weight] 2024-05-15T23:27:58.0445070Z %b_layers_5_attention_wq_scales : [num_users=1] = placeholder[target=b_layers_5_attention_wq_scales] 2024-05-15T23:27:58.0445670Z %b_layers_5_attention_wq_zeros : [num_users=1] = placeholder[target=b_layers_5_attention_wq_zeros] 2024-05-15T23:27:58.0446270Z %b_layers_5_attention_wk_weight : [num_users=1] = placeholder[target=b_layers_5_attention_wk_weight] 2024-05-15T23:27:58.0446870Z %b_layers_5_attention_wk_scales : [num_users=1] = placeholder[target=b_layers_5_attention_wk_scales] 2024-05-15T23:27:58.0447460Z %b_layers_5_attention_wk_zeros : [num_users=1] = placeholder[target=b_layers_5_attention_wk_zeros] 2024-05-15T23:27:58.0448060Z %b_layers_5_attention_wv_weight : [num_users=1] = placeholder[target=b_layers_5_attention_wv_weight] 2024-05-15T23:27:58.0448660Z %b_layers_5_attention_wv_scales : [num_users=1] = placeholder[target=b_layers_5_attention_wv_scales] 2024-05-15T23:27:58.0449250Z %b_layers_5_attention_wv_zeros : [num_users=1] = placeholder[target=b_layers_5_attention_wv_zeros] 2024-05-15T23:27:58.0449970Z %b_layers_5_attention_kv_cache_k_cache : [num_users=1] = placeholder[target=b_layers_5_attention_kv_cache_k_cache] 2024-05-15T23:27:58.0450660Z %b_layers_5_attention_kv_cache_v_cache : [num_users=1] = placeholder[target=b_layers_5_attention_kv_cache_v_cache] 2024-05-15T23:27:58.0451300Z %b_layers_5_attention_wo_weight : [num_users=1] = placeholder[target=b_layers_5_attention_wo_weight] 2024-05-15T23:27:58.0451920Z %b_layers_5_attention_wo_scales : [num_users=1] = placeholder[target=b_layers_5_attention_wo_scales] 2024-05-15T23:27:58.0452520Z %b_layers_5_attention_wo_zeros : [num_users=1] = placeholder[target=b_layers_5_attention_wo_zeros] 2024-05-15T23:27:58.0453140Z %b_layers_5_feed_forward_w1_weight : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w1_weight] 2024-05-15T23:27:58.0453770Z %b_layers_5_feed_forward_w1_scales : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w1_scales] 2024-05-15T23:27:58.0454400Z %b_layers_5_feed_forward_w1_zeros : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w1_zeros] 2024-05-15T23:27:58.0455030Z %b_layers_5_feed_forward_w3_weight : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w3_weight] 2024-05-15T23:27:58.0455660Z %b_layers_5_feed_forward_w3_scales : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w3_scales] 2024-05-15T23:27:58.0456290Z %b_layers_5_feed_forward_w3_zeros : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w3_zeros] 2024-05-15T23:27:58.0456910Z %b_layers_5_feed_forward_w2_weight : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w2_weight] 2024-05-15T23:27:58.0457540Z %b_layers_5_feed_forward_w2_scales : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w2_scales] 2024-05-15T23:27:58.0458160Z %b_layers_5_feed_forward_w2_zeros : [num_users=1] = placeholder[target=b_layers_5_feed_forward_w2_zeros] 2024-05-15T23:27:58.0458690Z %b_output_weight : [num_users=1] = placeholder[target=b_output_weight] 2024-05-15T23:27:58.0459200Z %b_output_scales : [num_users=1] = placeholder[target=b_output_scales] 2024-05-15T23:27:58.0459640Z %b_output_zeros : [num_users=1] = placeholder[target=b_output_zeros] 2024-05-15T23:27:58.0460140Z %_lifted_tensor_constant144 : [num_users=1] = placeholder[target=_lifted_tensor_constant144] 2024-05-15T23:27:58.0460710Z %_lifted_tensor_constant145 : [num_users=1] = placeholder[target=_lifted_tensor_constant145] 2024-05-15T23:27:58.0461270Z %_lifted_tensor_constant146 : [num_users=1] = placeholder[target=_lifted_tensor_constant146] 2024-05-15T23:27:58.0461830Z %_lifted_tensor_constant147 : [num_users=1] = placeholder[target=_lifted_tensor_constant147] 2024-05-15T23:27:58.0462450Z %_lifted_tensor_constant148 : [num_users=1] = placeholder[target=_lifted_tensor_constant148] 2024-05-15T23:27:58.0463110Z %_lifted_tensor_constant149 : [num_users=1] = placeholder[target=_lifted_tensor_constant149] 2024-05-15T23:27:58.0463680Z %_lifted_tensor_constant150 : [num_users=1] = placeholder[target=_lifted_tensor_constant150] 2024-05-15T23:27:58.0464270Z %_lifted_tensor_constant151 : [num_users=1] = placeholder[target=_lifted_tensor_constant151] 2024-05-15T23:27:58.0464830Z %_lifted_tensor_constant152 : [num_users=1] = placeholder[target=_lifted_tensor_constant152] 2024-05-15T23:27:58.0465400Z %_lifted_tensor_constant153 : [num_users=1] = placeholder[target=_lifted_tensor_constant153] 2024-05-15T23:27:58.0465970Z %_lifted_tensor_constant154 : [num_users=1] = placeholder[target=_lifted_tensor_constant154] 2024-05-15T23:27:58.0466550Z %_lifted_tensor_constant155 : [num_users=1] = placeholder[target=_lifted_tensor_constant155] 2024-05-15T23:27:58.0467120Z %_lifted_tensor_constant156 : [num_users=1] = placeholder[target=_lifted_tensor_constant156] 2024-05-15T23:27:58.0467570Z %idx : [num_users=1] = placeholder[target=idx] 2024-05-15T23:27:58.0467940Z %input_pos : [num_users=7] = placeholder[target=input_pos] 2024-05-15T23:27:58.0468790Z %aten_index_tensor : [num_users=12] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_freqs_cis, [%input_pos]), kwargs = {}) 2024-05-15T23:27:58.0470210Z %quantized_decomposed_embedding_4bit_dtype : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.embedding_4bit.dtype](args = (%b_tok_embeddings_weight, %b_tok_embeddings_scales, None, 0, 0, %idx), kwargs = {dtype: torch.float32}) 2024-05-15T23:27:58.0471760Z %aten_mul_tensor : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%quantized_decomposed_embedding_4bit_dtype, %quantized_decomposed_embedding_4bit_dtype), kwargs = {}) 2024-05-15T23:27:58.0473050Z %aten_mean_dim : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor, [-1], True), kwargs = {}) 2024-05-15T23:27:58.0474120Z %aten_add_tensor : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim, %_lifted_tensor_constant144), kwargs = {}) 2024-05-15T23:27:58.0475180Z %aten_rsqrt_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor,), kwargs = {}) 2024-05-15T23:27:58.0476310Z %aten_mul_tensor_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%quantized_decomposed_embedding_4bit_dtype, %aten_rsqrt_default), kwargs = {}) 2024-05-15T23:27:58.0477520Z %aten_mul_tensor_2 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_1, %p_layers_0_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:58.0478720Z %aten_constant_pad_nd_default : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_2, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0480170Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0481590Z %getitem : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default, 0), kwargs = {}) 2024-05-15T23:27:58.0482620Z %getitem_1 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default, 1), kwargs = {}) 2024-05-15T23:27:58.0484170Z %quantized_decomposed_quantize_per_token_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default, %getitem, %getitem_1, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0486080Z %quantized_decomposed_dequantize_per_token_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default, %getitem, %getitem_1, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0488240Z %quantized_decomposed_dequantize_per_channel_group_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_attention_wq_weight, %b_layers_0_attention_wq_scales, %b_layers_0_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0490010Z %aten_permute_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0491440Z %aten_view_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0492690Z %aten_mm_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default, %aten_permute_copy_default), kwargs = {}) 2024-05-15T23:27:58.0493830Z %aten_view_copy_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0495010Z %aten_constant_pad_nd_default_1 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_2, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0496470Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_1 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_1, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0497890Z %getitem_2 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_1, 0), kwargs = {}) 2024-05-15T23:27:58.0498880Z %getitem_3 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_1, 1), kwargs = {}) 2024-05-15T23:27:58.0500340Z %quantized_decomposed_quantize_per_token_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_1, %getitem_2, %getitem_3, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0502270Z %quantized_decomposed_dequantize_per_token_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_1, %getitem_2, %getitem_3, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0504490Z %quantized_decomposed_dequantize_per_channel_group_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_attention_wk_weight, %b_layers_0_attention_wk_scales, %b_layers_0_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0506250Z %aten_permute_copy_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_1, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0507690Z %aten_view_copy_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_1, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0508950Z %aten_mm_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_2, %aten_permute_copy_default_1), kwargs = {}) 2024-05-15T23:27:58.0510110Z %aten_view_copy_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_1, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0516730Z %aten_constant_pad_nd_default_2 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_2, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0518210Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_2 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_2, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0519670Z %getitem_4 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_2, 0), kwargs = {}) 2024-05-15T23:27:58.0520680Z %getitem_5 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_2, 1), kwargs = {}) 2024-05-15T23:27:58.0522140Z %quantized_decomposed_quantize_per_token_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_2, %getitem_4, %getitem_5, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0524050Z %quantized_decomposed_dequantize_per_token_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_2, %getitem_4, %getitem_5, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0526190Z %quantized_decomposed_dequantize_per_channel_group_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_attention_wv_weight, %b_layers_0_attention_wv_scales, %b_layers_0_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0527980Z %aten_permute_copy_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_2, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0529370Z %aten_view_copy_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_2, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0530660Z %aten_mm_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_4, %aten_permute_copy_default_2), kwargs = {}) 2024-05-15T23:27:58.0531800Z %aten_view_copy_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_2, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0533010Z %aten_view_copy_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_1, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0534160Z %aten_view_copy_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_3, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0535410Z %aten_view_copy_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_5, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0536640Z %aten_view_copy_default_9 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_6, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.0537790Z %aten_view_copy_default_10 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.0538910Z %aten_select_copy_int : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_9, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0539990Z %aten_select_copy_int_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_10, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0541110Z %aten_mul_tensor_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int, %aten_select_copy_int_1), kwargs = {}) 2024-05-15T23:27:58.0542290Z %aten_select_copy_int_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_9, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0543380Z %aten_select_copy_int_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_10, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0544480Z %aten_mul_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_2, %aten_select_copy_int_3), kwargs = {}) 2024-05-15T23:27:58.0545580Z %aten_sub_tensor : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_3, %aten_mul_tensor_4), kwargs = {}) 2024-05-15T23:27:58.0546640Z %aten_select_copy_int_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_9, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0547720Z %aten_select_copy_int_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_10, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0548830Z %aten_mul_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_4, %aten_select_copy_int_5), kwargs = {}) 2024-05-15T23:27:58.0549920Z %aten_select_copy_int_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_9, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0551000Z %aten_select_copy_int_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_10, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0552100Z %aten_mul_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_6, %aten_select_copy_int_7), kwargs = {}) 2024-05-15T23:27:58.0553190Z %aten_add_tensor_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_5, %aten_mul_tensor_6), kwargs = {}) 2024-05-15T23:27:58.0554380Z %aten_unsqueeze_copy_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor, 4), kwargs = {}) 2024-05-15T23:27:58.0555520Z %aten_unsqueeze_copy_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_1, 4), kwargs = {}) 2024-05-15T23:27:58.0556780Z %aten_cat_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default, %aten_unsqueeze_copy_default_1], -1), kwargs = {}) 2024-05-15T23:27:58.0558050Z %aten_view_copy_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0559280Z %aten_view_copy_default_12 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_7, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.0560430Z %aten_view_copy_default_13 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.0561540Z %aten_select_copy_int_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_12, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0562620Z %aten_select_copy_int_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_13, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0563720Z %aten_mul_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_8, %aten_select_copy_int_9), kwargs = {}) 2024-05-15T23:27:58.0564910Z %aten_select_copy_int_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_12, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0566010Z %aten_select_copy_int_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_13, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0567170Z %aten_mul_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_10, %aten_select_copy_int_11), kwargs = {}) 2024-05-15T23:27:58.0568260Z %aten_sub_tensor_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_7, %aten_mul_tensor_8), kwargs = {}) 2024-05-15T23:27:58.0569350Z %aten_select_copy_int_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_12, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0570430Z %aten_select_copy_int_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_13, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0571530Z %aten_mul_tensor_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_12, %aten_select_copy_int_13), kwargs = {}) 2024-05-15T23:27:58.0572640Z %aten_select_copy_int_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_12, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0573720Z %aten_select_copy_int_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_13, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0574830Z %aten_mul_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_14, %aten_select_copy_int_15), kwargs = {}) 2024-05-15T23:27:58.0575990Z %aten_add_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_9, %aten_mul_tensor_10), kwargs = {}) 2024-05-15T23:27:58.0577090Z %aten_unsqueeze_copy_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_1, 4), kwargs = {}) 2024-05-15T23:27:58.0578210Z %aten_unsqueeze_copy_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_2, 4), kwargs = {}) 2024-05-15T23:27:58.0579530Z %aten_cat_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_2, %aten_unsqueeze_copy_default_3], -1), kwargs = {}) 2024-05-15T23:27:58.0580730Z %aten_view_copy_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_1, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0581860Z %aten_select_copy_int_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:58.0582840Z %_local_scalar_dense : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%aten_select_copy_int_16,), kwargs = {}) 2024-05-15T23:27:58.0583730Z %ge : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:58.0584490Z %scalar_tensor : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge,), kwargs = {}) 2024-05-15T23:27:58.0585720Z %_assert_async : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor, _local_scalar_dense is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.0586740Z %le : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:58.0587480Z %scalar_tensor_1 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le,), kwargs = {}) 2024-05-15T23:27:58.0588660Z %_assert_async_1 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_1, _local_scalar_dense is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.0590800Z %auto_functionalized : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %aten_view_copy_default_11, key: %aten_view_copy_default_14, value: %aten_view_copy_default_8, key_cache: %b_layers_0_attention_kv_cache_k_cache, value_cache: %b_layers_0_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:58.0592630Z %getitem_6 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized, 0), kwargs = {}) 2024-05-15T23:27:58.0593340Z %getitem_7 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized, 1), kwargs = {}) 2024-05-15T23:27:58.0594040Z %getitem_8 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized, 2), kwargs = {}) 2024-05-15T23:27:58.0594930Z %aten_view_copy_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%getitem_6, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0596090Z %aten_constant_pad_nd_default_3 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_view_copy_default_15, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0597600Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_3 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_3, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0598950Z %getitem_9 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_3, 0), kwargs = {}) 2024-05-15T23:27:58.0599960Z %getitem_10 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_3, 1), kwargs = {}) 2024-05-15T23:27:58.0601490Z %quantized_decomposed_quantize_per_token_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_3, %getitem_9, %getitem_10, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0603420Z %quantized_decomposed_dequantize_per_token_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_3, %getitem_9, %getitem_10, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0605580Z %quantized_decomposed_dequantize_per_channel_group_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_attention_wo_weight, %b_layers_0_attention_wo_scales, %b_layers_0_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0607330Z %aten_permute_copy_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_3, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0608760Z %aten_view_copy_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_3, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0610010Z %aten_mm_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_16, %aten_permute_copy_default_3), kwargs = {}) 2024-05-15T23:27:58.0611200Z %aten_view_copy_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_3, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0612390Z %aten_add_tensor_3 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%quantized_decomposed_embedding_4bit_dtype, %aten_view_copy_default_17), kwargs = {}) 2024-05-15T23:27:58.0613570Z %aten_mul_tensor_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_3, %aten_add_tensor_3), kwargs = {}) 2024-05-15T23:27:58.0614680Z %aten_mean_dim_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_11, [-1], True), kwargs = {}) 2024-05-15T23:27:58.0615740Z %aten_add_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_1, %_lifted_tensor_constant145), kwargs = {}) 2024-05-15T23:27:58.0616800Z %aten_rsqrt_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_4,), kwargs = {}) 2024-05-15T23:27:58.0617860Z %aten_mul_tensor_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_3, %aten_rsqrt_default_1), kwargs = {}) 2024-05-15T23:27:58.0623740Z %aten_mul_tensor_13 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_12, %p_layers_0_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:58.0625010Z %aten_constant_pad_nd_default_4 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_13, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0626460Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_4 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_4, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0627820Z %getitem_11 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_4, 0), kwargs = {}) 2024-05-15T23:27:58.0628900Z %getitem_12 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_4, 1), kwargs = {}) 2024-05-15T23:27:58.0630410Z %quantized_decomposed_quantize_per_token_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_4, %getitem_11, %getitem_12, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0632340Z %quantized_decomposed_dequantize_per_token_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_4, %getitem_11, %getitem_12, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0634530Z %quantized_decomposed_dequantize_per_channel_group_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_feed_forward_w1_weight, %b_layers_0_feed_forward_w1_scales, %b_layers_0_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0636430Z %aten_permute_copy_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_4, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0637770Z %aten_view_copy_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_4, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0639010Z %aten_mm_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_18, %aten_permute_copy_default_4), kwargs = {}) 2024-05-15T23:27:58.0640190Z %aten_view_copy_default_19 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_4, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.0641280Z %aten_sigmoid_default : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_view_copy_default_19,), kwargs = {}) 2024-05-15T23:27:58.0642390Z %aten_mul_tensor_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_view_copy_default_19, %aten_sigmoid_default), kwargs = {}) 2024-05-15T23:27:58.0643560Z %aten_constant_pad_nd_default_5 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_13, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0645030Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_5 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_5, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0646380Z %getitem_13 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_5, 0), kwargs = {}) 2024-05-15T23:27:58.0647440Z %getitem_14 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_5, 1), kwargs = {}) 2024-05-15T23:27:58.0648880Z %quantized_decomposed_quantize_per_token_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_5, %getitem_13, %getitem_14, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0650790Z %quantized_decomposed_dequantize_per_token_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_5, %getitem_13, %getitem_14, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0653060Z %quantized_decomposed_dequantize_per_channel_group_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_feed_forward_w3_weight, %b_layers_0_feed_forward_w3_scales, %b_layers_0_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0654830Z %aten_permute_copy_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_5, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0656170Z %aten_view_copy_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_5, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0657400Z %aten_mm_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_20, %aten_permute_copy_default_5), kwargs = {}) 2024-05-15T23:27:58.0658610Z %aten_view_copy_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_5, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.0659730Z %aten_mul_tensor_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_14, %aten_view_copy_default_21), kwargs = {}) 2024-05-15T23:27:58.0660880Z %aten_constant_pad_nd_default_6 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_15, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:58.0662310Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_6 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_6, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0663650Z %getitem_15 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_6, 0), kwargs = {}) 2024-05-15T23:27:58.0664660Z %getitem_16 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_6, 1), kwargs = {}) 2024-05-15T23:27:58.0666090Z %quantized_decomposed_quantize_per_token_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_6, %getitem_15, %getitem_16, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0668050Z %quantized_decomposed_dequantize_per_token_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_6, %getitem_15, %getitem_16, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0670210Z %quantized_decomposed_dequantize_per_channel_group_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_0_feed_forward_w2_weight, %b_layers_0_feed_forward_w2_scales, %b_layers_0_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0672020Z %aten_permute_copy_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_6, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0673350Z %aten_view_copy_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_6, [1, 768]), kwargs = {}) 2024-05-15T23:27:58.0674670Z %aten_mm_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_22, %aten_permute_copy_default_6), kwargs = {}) 2024-05-15T23:27:58.0675820Z %aten_view_copy_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_6, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0676940Z %aten_add_tensor_5 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_3, %aten_view_copy_default_23), kwargs = {}) 2024-05-15T23:27:58.0678030Z %aten_mul_tensor_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_5, %aten_add_tensor_5), kwargs = {}) 2024-05-15T23:27:58.0679140Z %aten_mean_dim_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_16, [-1], True), kwargs = {}) 2024-05-15T23:27:58.0680190Z %aten_add_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_2, %_lifted_tensor_constant146), kwargs = {}) 2024-05-15T23:27:58.0681310Z %aten_rsqrt_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_6,), kwargs = {}) 2024-05-15T23:27:58.0682370Z %aten_mul_tensor_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_5, %aten_rsqrt_default_2), kwargs = {}) 2024-05-15T23:27:58.0683490Z %aten_mul_tensor_18 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_17, %p_layers_1_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:58.0684670Z %aten_constant_pad_nd_default_7 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_18, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0686110Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_7 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_7, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0687450Z %getitem_17 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_7, 0), kwargs = {}) 2024-05-15T23:27:58.0688430Z %getitem_18 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_7, 1), kwargs = {}) 2024-05-15T23:27:58.0689860Z %quantized_decomposed_quantize_per_token_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_7, %getitem_17, %getitem_18, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0691770Z %quantized_decomposed_dequantize_per_token_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_7, %getitem_17, %getitem_18, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0693970Z %quantized_decomposed_dequantize_per_channel_group_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_attention_wq_weight, %b_layers_1_attention_wq_scales, %b_layers_1_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0695720Z %aten_permute_copy_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_7, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0697110Z %aten_view_copy_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_7, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0698350Z %aten_mm_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_24, %aten_permute_copy_default_7), kwargs = {}) 2024-05-15T23:27:58.0699490Z %aten_view_copy_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_7, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0700640Z %aten_constant_pad_nd_default_8 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_18, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0702090Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_8 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_8, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0703510Z %getitem_19 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_8, 0), kwargs = {}) 2024-05-15T23:27:58.0704500Z %getitem_20 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_8, 1), kwargs = {}) 2024-05-15T23:27:58.0705930Z %quantized_decomposed_quantize_per_token_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_8, %getitem_19, %getitem_20, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0707840Z %quantized_decomposed_dequantize_per_token_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_8, %getitem_19, %getitem_20, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0709980Z %quantized_decomposed_dequantize_per_channel_group_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_attention_wk_weight, %b_layers_1_attention_wk_scales, %b_layers_1_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0711720Z %aten_permute_copy_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_8, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0713060Z %aten_view_copy_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_8, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0714290Z %aten_mm_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_26, %aten_permute_copy_default_8), kwargs = {}) 2024-05-15T23:27:58.0715450Z %aten_view_copy_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_8, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0716630Z %aten_constant_pad_nd_default_9 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_18, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0718070Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_9 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_9, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0719470Z %getitem_21 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_9, 0), kwargs = {}) 2024-05-15T23:27:58.0720460Z %getitem_22 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_9, 1), kwargs = {}) 2024-05-15T23:27:58.0721890Z %quantized_decomposed_quantize_per_token_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_9, %getitem_21, %getitem_22, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0723790Z %quantized_decomposed_dequantize_per_token_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_9, %getitem_21, %getitem_22, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0726000Z %quantized_decomposed_dequantize_per_channel_group_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_attention_wv_weight, %b_layers_1_attention_wv_scales, %b_layers_1_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0727750Z %aten_permute_copy_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_9, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0729090Z %aten_view_copy_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_9, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0730320Z %aten_mm_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_28, %aten_permute_copy_default_9), kwargs = {}) 2024-05-15T23:27:58.0731470Z %aten_view_copy_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_9, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0732600Z %aten_view_copy_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_25, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0733750Z %aten_view_copy_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_27, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0734900Z %aten_view_copy_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_29, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0736140Z %aten_view_copy_default_33 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_30, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.0737340Z %aten_view_copy_default_34 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.0738450Z %aten_select_copy_int_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_33, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0739550Z %aten_select_copy_int_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_34, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0745020Z %aten_mul_tensor_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_17, %aten_select_copy_int_18), kwargs = {}) 2024-05-15T23:27:58.0746160Z %aten_select_copy_int_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_33, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0747250Z %aten_select_copy_int_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_34, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0748360Z %aten_mul_tensor_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_19, %aten_select_copy_int_20), kwargs = {}) 2024-05-15T23:27:58.0749470Z %aten_sub_tensor_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_19, %aten_mul_tensor_20), kwargs = {}) 2024-05-15T23:27:58.0750570Z %aten_select_copy_int_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_33, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0751850Z %aten_select_copy_int_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_34, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0753020Z %aten_mul_tensor_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_21, %aten_select_copy_int_22), kwargs = {}) 2024-05-15T23:27:58.0754130Z %aten_select_copy_int_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_33, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0755210Z %aten_select_copy_int_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_34, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0756310Z %aten_mul_tensor_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_23, %aten_select_copy_int_24), kwargs = {}) 2024-05-15T23:27:58.0757420Z %aten_add_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_21, %aten_mul_tensor_22), kwargs = {}) 2024-05-15T23:27:58.0758520Z %aten_unsqueeze_copy_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_2, 4), kwargs = {}) 2024-05-15T23:27:58.0759630Z %aten_unsqueeze_copy_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_7, 4), kwargs = {}) 2024-05-15T23:27:58.0760930Z %aten_cat_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_4, %aten_unsqueeze_copy_default_5], -1), kwargs = {}) 2024-05-15T23:27:58.0762130Z %aten_view_copy_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_2, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0763350Z %aten_view_copy_default_36 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_31, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.0764560Z %aten_view_copy_default_37 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.0765670Z %aten_select_copy_int_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_36, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0766850Z %aten_select_copy_int_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_37, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0767960Z %aten_mul_tensor_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_25, %aten_select_copy_int_26), kwargs = {}) 2024-05-15T23:27:58.0769060Z %aten_select_copy_int_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_36, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0770140Z %aten_select_copy_int_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_37, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0771240Z %aten_mul_tensor_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_27, %aten_select_copy_int_28), kwargs = {}) 2024-05-15T23:27:58.0772340Z %aten_sub_tensor_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_23, %aten_mul_tensor_24), kwargs = {}) 2024-05-15T23:27:58.0773490Z %aten_select_copy_int_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_36, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0774570Z %aten_select_copy_int_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_37, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0775680Z %aten_mul_tensor_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_29, %aten_select_copy_int_30), kwargs = {}) 2024-05-15T23:27:58.0776810Z %aten_select_copy_int_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_36, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0777880Z %aten_select_copy_int_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_37, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0778990Z %aten_mul_tensor_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_31, %aten_select_copy_int_32), kwargs = {}) 2024-05-15T23:27:58.0780090Z %aten_add_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_25, %aten_mul_tensor_26), kwargs = {}) 2024-05-15T23:27:58.0781180Z %aten_unsqueeze_copy_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_3, 4), kwargs = {}) 2024-05-15T23:27:58.0782290Z %aten_unsqueeze_copy_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_8, 4), kwargs = {}) 2024-05-15T23:27:58.0783550Z %aten_cat_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_6, %aten_unsqueeze_copy_default_7], -1), kwargs = {}) 2024-05-15T23:27:58.0784760Z %aten_view_copy_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_3, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0785950Z %aten_select_copy_int_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:58.0786930Z %_local_scalar_dense_1 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%aten_select_copy_int_33,), kwargs = {}) 2024-05-15T23:27:58.0787820Z %ge_1 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_1, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:58.0788680Z %scalar_tensor_2 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_1,), kwargs = {}) 2024-05-15T23:27:58.0789850Z %_assert_async_2 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_2, _local_scalar_dense_1 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.0790890Z %le_1 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_1, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:58.0791630Z %scalar_tensor_3 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_1,), kwargs = {}) 2024-05-15T23:27:58.0792770Z %_assert_async_3 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_3, _local_scalar_dense_1 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.0794980Z %auto_functionalized_1 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %aten_view_copy_default_35, key: %aten_view_copy_default_38, value: %aten_view_copy_default_32, key_cache: %b_layers_1_attention_kv_cache_k_cache, value_cache: %b_layers_1_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_1, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:58.0796820Z %getitem_23 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_1, 0), kwargs = {}) 2024-05-15T23:27:58.0797550Z %getitem_24 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_1, 1), kwargs = {}) 2024-05-15T23:27:58.0798310Z %getitem_25 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_1, 2), kwargs = {}) 2024-05-15T23:27:58.0799210Z %aten_view_copy_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%getitem_23, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0800370Z %aten_constant_pad_nd_default_10 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_view_copy_default_39, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0801850Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_10 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_10, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0803210Z %getitem_26 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_10, 0), kwargs = {}) 2024-05-15T23:27:58.0804190Z %getitem_27 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_10, 1), kwargs = {}) 2024-05-15T23:27:58.0805650Z %quantized_decomposed_quantize_per_token_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_10, %getitem_26, %getitem_27, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0807600Z %quantized_decomposed_dequantize_per_token_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_10, %getitem_26, %getitem_27, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0809760Z %quantized_decomposed_dequantize_per_channel_group_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_attention_wo_weight, %b_layers_1_attention_wo_scales, %b_layers_1_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0811620Z %aten_permute_copy_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_10, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0812970Z %aten_view_copy_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_10, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0814220Z %aten_mm_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_40, %aten_permute_copy_default_10), kwargs = {}) 2024-05-15T23:27:58.0815370Z %aten_view_copy_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_10, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0816480Z %aten_add_tensor_9 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_5, %aten_view_copy_default_41), kwargs = {}) 2024-05-15T23:27:58.0817690Z %aten_mul_tensor_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_9, %aten_add_tensor_9), kwargs = {}) 2024-05-15T23:27:58.0818800Z %aten_mean_dim_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_27, [-1], True), kwargs = {}) 2024-05-15T23:27:58.0819870Z %aten_add_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_3, %_lifted_tensor_constant147), kwargs = {}) 2024-05-15T23:27:58.0820930Z %aten_rsqrt_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_10,), kwargs = {}) 2024-05-15T23:27:58.0821980Z %aten_mul_tensor_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_9, %aten_rsqrt_default_3), kwargs = {}) 2024-05-15T23:27:58.0823090Z %aten_mul_tensor_29 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_28, %p_layers_1_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:58.0824250Z %aten_constant_pad_nd_default_11 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_29, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0825710Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_11 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_11, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0827070Z %getitem_28 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_11, 0), kwargs = {}) 2024-05-15T23:27:58.0828050Z %getitem_29 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_11, 1), kwargs = {}) 2024-05-15T23:27:58.0829570Z %quantized_decomposed_quantize_per_token_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_11, %getitem_28, %getitem_29, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0831500Z %quantized_decomposed_dequantize_per_token_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_11, %getitem_28, %getitem_29, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0833780Z %quantized_decomposed_dequantize_per_channel_group_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_feed_forward_w1_weight, %b_layers_1_feed_forward_w1_scales, %b_layers_1_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0835570Z %aten_permute_copy_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_11, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0836910Z %aten_view_copy_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_11, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0838160Z %aten_mm_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_42, %aten_permute_copy_default_11), kwargs = {}) 2024-05-15T23:27:58.0839310Z %aten_view_copy_default_43 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_11, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.0840500Z %aten_sigmoid_default_1 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_view_copy_default_43,), kwargs = {}) 2024-05-15T23:27:58.0841610Z %aten_mul_tensor_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_view_copy_default_43, %aten_sigmoid_default_1), kwargs = {}) 2024-05-15T23:27:58.0842790Z %aten_constant_pad_nd_default_12 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_29, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0844250Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_12 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_12, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0850520Z %getitem_30 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_12, 0), kwargs = {}) 2024-05-15T23:27:58.0851510Z %getitem_31 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_12, 1), kwargs = {}) 2024-05-15T23:27:58.0853000Z %quantized_decomposed_quantize_per_token_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_12, %getitem_30, %getitem_31, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0854960Z %quantized_decomposed_dequantize_per_token_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_12, %getitem_30, %getitem_31, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0857150Z %quantized_decomposed_dequantize_per_channel_group_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_feed_forward_w3_weight, %b_layers_1_feed_forward_w3_scales, %b_layers_1_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0859050Z %aten_permute_copy_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_12, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0860390Z %aten_view_copy_default_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_12, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0861730Z %aten_mm_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_44, %aten_permute_copy_default_12), kwargs = {}) 2024-05-15T23:27:58.0862890Z %aten_view_copy_default_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_12, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.0864000Z %aten_mul_tensor_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_30, %aten_view_copy_default_45), kwargs = {}) 2024-05-15T23:27:58.0865160Z %aten_constant_pad_nd_default_13 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_31, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:58.0866660Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_13 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_13, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0868070Z %getitem_32 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_13, 0), kwargs = {}) 2024-05-15T23:27:58.0869060Z %getitem_33 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_13, 1), kwargs = {}) 2024-05-15T23:27:58.0870510Z %quantized_decomposed_quantize_per_token_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_13, %getitem_32, %getitem_33, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0872430Z %quantized_decomposed_dequantize_per_token_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_13, %getitem_32, %getitem_33, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0874620Z %quantized_decomposed_dequantize_per_channel_group_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_1_feed_forward_w2_weight, %b_layers_1_feed_forward_w2_scales, %b_layers_1_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0876410Z %aten_permute_copy_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_13, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0877750Z %aten_view_copy_default_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_13, [1, 768]), kwargs = {}) 2024-05-15T23:27:58.0878990Z %aten_mm_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_46, %aten_permute_copy_default_13), kwargs = {}) 2024-05-15T23:27:58.0880190Z %aten_view_copy_default_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_13, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0881310Z %aten_add_tensor_11 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_9, %aten_view_copy_default_47), kwargs = {}) 2024-05-15T23:27:58.0882410Z %aten_mul_tensor_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_11, %aten_add_tensor_11), kwargs = {}) 2024-05-15T23:27:58.0883570Z %aten_mean_dim_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_32, [-1], True), kwargs = {}) 2024-05-15T23:27:58.0884640Z %aten_add_tensor_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_4, %_lifted_tensor_constant148), kwargs = {}) 2024-05-15T23:27:58.0885700Z %aten_rsqrt_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_12,), kwargs = {}) 2024-05-15T23:27:58.0886750Z %aten_mul_tensor_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_11, %aten_rsqrt_default_4), kwargs = {}) 2024-05-15T23:27:58.0887870Z %aten_mul_tensor_34 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_33, %p_layers_2_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:58.0889050Z %aten_constant_pad_nd_default_14 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_34, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0890570Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_14 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_14, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0891920Z %getitem_34 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_14, 0), kwargs = {}) 2024-05-15T23:27:58.0892900Z %getitem_35 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_14, 1), kwargs = {}) 2024-05-15T23:27:58.0894340Z %quantized_decomposed_quantize_per_token_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_14, %getitem_34, %getitem_35, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0896260Z %quantized_decomposed_dequantize_per_token_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_14, %getitem_34, %getitem_35, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0898410Z %quantized_decomposed_dequantize_per_channel_group_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_attention_wq_weight, %b_layers_2_attention_wq_scales, %b_layers_2_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0900170Z %aten_permute_copy_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_14, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0901520Z %aten_view_copy_default_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_14, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0902820Z %aten_mm_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_48, %aten_permute_copy_default_14), kwargs = {}) 2024-05-15T23:27:58.0903970Z %aten_view_copy_default_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_14, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0905190Z %aten_constant_pad_nd_default_15 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_34, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0906650Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_15 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_15, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0908000Z %getitem_36 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_15, 0), kwargs = {}) 2024-05-15T23:27:58.0908980Z %getitem_37 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_15, 1), kwargs = {}) 2024-05-15T23:27:58.0910430Z %quantized_decomposed_quantize_per_token_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_15, %getitem_36, %getitem_37, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0912460Z %quantized_decomposed_dequantize_per_token_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_15, %getitem_36, %getitem_37, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0914620Z %quantized_decomposed_dequantize_per_channel_group_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_attention_wk_weight, %b_layers_2_attention_wk_scales, %b_layers_2_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0916370Z %aten_permute_copy_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_15, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0917720Z %aten_view_copy_default_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_15, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0918960Z %aten_mm_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_50, %aten_permute_copy_default_15), kwargs = {}) 2024-05-15T23:27:58.0920110Z %aten_view_copy_default_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_15, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0921270Z %aten_constant_pad_nd_default_16 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_34, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.0922720Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_16 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_16, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0924070Z %getitem_38 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_16, 0), kwargs = {}) 2024-05-15T23:27:58.0925120Z %getitem_39 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_16, 1), kwargs = {}) 2024-05-15T23:27:58.0926560Z %quantized_decomposed_quantize_per_token_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_16, %getitem_38, %getitem_39, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.0928540Z %quantized_decomposed_dequantize_per_token_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_16, %getitem_38, %getitem_39, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0930690Z %quantized_decomposed_dequantize_per_channel_group_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_attention_wv_weight, %b_layers_2_attention_wv_scales, %b_layers_2_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.0932440Z %aten_permute_copy_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_16, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.0933780Z %aten_view_copy_default_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_16, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.0935080Z %aten_mm_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_52, %aten_permute_copy_default_16), kwargs = {}) 2024-05-15T23:27:58.0936230Z %aten_view_copy_default_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_16, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.0937370Z %aten_view_copy_default_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_49, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0938520Z %aten_view_copy_default_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_51, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0939670Z %aten_view_copy_default_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_53, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0940910Z %aten_view_copy_default_57 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_54, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.0942060Z %aten_view_copy_default_58 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.0943170Z %aten_select_copy_int_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_57, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0944270Z %aten_select_copy_int_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_58, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0945380Z %aten_mul_tensor_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_34, %aten_select_copy_int_35), kwargs = {}) 2024-05-15T23:27:58.0946580Z %aten_select_copy_int_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_57, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0947660Z %aten_select_copy_int_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_58, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0948770Z %aten_mul_tensor_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_36, %aten_select_copy_int_37), kwargs = {}) 2024-05-15T23:27:58.0949970Z %aten_sub_tensor_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_35, %aten_mul_tensor_36), kwargs = {}) 2024-05-15T23:27:58.0951050Z %aten_select_copy_int_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_57, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0952130Z %aten_select_copy_int_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_58, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0953240Z %aten_mul_tensor_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_38, %aten_select_copy_int_39), kwargs = {}) 2024-05-15T23:27:58.0954350Z %aten_select_copy_int_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_57, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0955420Z %aten_select_copy_int_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_58, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0956630Z %aten_mul_tensor_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_40, %aten_select_copy_int_41), kwargs = {}) 2024-05-15T23:27:58.0957740Z %aten_add_tensor_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_37, %aten_mul_tensor_38), kwargs = {}) 2024-05-15T23:27:58.0958840Z %aten_unsqueeze_copy_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_4, 4), kwargs = {}) 2024-05-15T23:27:58.0959960Z %aten_unsqueeze_copy_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_13, 4), kwargs = {}) 2024-05-15T23:27:58.0961230Z %aten_cat_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_8, %aten_unsqueeze_copy_default_9], -1), kwargs = {}) 2024-05-15T23:27:58.0962450Z %aten_view_copy_default_59 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_4, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0967960Z %aten_view_copy_default_60 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_55, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.0969120Z %aten_view_copy_default_61 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.0970230Z %aten_select_copy_int_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_60, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0971320Z %aten_select_copy_int_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_61, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0972430Z %aten_mul_tensor_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_42, %aten_select_copy_int_43), kwargs = {}) 2024-05-15T23:27:58.0973620Z %aten_select_copy_int_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_60, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0974700Z %aten_select_copy_int_45 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_61, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0975890Z %aten_mul_tensor_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_44, %aten_select_copy_int_45), kwargs = {}) 2024-05-15T23:27:58.0976990Z %aten_sub_tensor_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_39, %aten_mul_tensor_40), kwargs = {}) 2024-05-15T23:27:58.0978070Z %aten_select_copy_int_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_60, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0979160Z %aten_select_copy_int_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_61, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0980260Z %aten_mul_tensor_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_46, %aten_select_copy_int_47), kwargs = {}) 2024-05-15T23:27:58.0981360Z %aten_select_copy_int_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_60, 4, 0), kwargs = {}) 2024-05-15T23:27:58.0982490Z %aten_select_copy_int_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_61, 4, 1), kwargs = {}) 2024-05-15T23:27:58.0983600Z %aten_mul_tensor_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_48, %aten_select_copy_int_49), kwargs = {}) 2024-05-15T23:27:58.0984710Z %aten_add_tensor_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_41, %aten_mul_tensor_42), kwargs = {}) 2024-05-15T23:27:58.0985810Z %aten_unsqueeze_copy_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_5, 4), kwargs = {}) 2024-05-15T23:27:58.0986940Z %aten_unsqueeze_copy_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_14, 4), kwargs = {}) 2024-05-15T23:27:58.0988210Z %aten_cat_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_10, %aten_unsqueeze_copy_default_11], -1), kwargs = {}) 2024-05-15T23:27:58.0989400Z %aten_view_copy_default_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_5, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.0990530Z %aten_select_copy_int_50 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:58.0991510Z %_local_scalar_dense_2 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%aten_select_copy_int_50,), kwargs = {}) 2024-05-15T23:27:58.0992410Z %ge_2 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_2, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:58.0993170Z %scalar_tensor_4 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_2,), kwargs = {}) 2024-05-15T23:27:58.0994350Z %_assert_async_4 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_4, _local_scalar_dense_2 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.0995420Z %le_2 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_2, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:58.0996170Z %scalar_tensor_5 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_2,), kwargs = {}) 2024-05-15T23:27:58.0997310Z %_assert_async_5 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_5, _local_scalar_dense_2 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.0999530Z %auto_functionalized_2 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %aten_view_copy_default_59, key: %aten_view_copy_default_62, value: %aten_view_copy_default_56, key_cache: %b_layers_2_attention_kv_cache_k_cache, value_cache: %b_layers_2_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_2, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:58.1001330Z %getitem_40 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_2, 0), kwargs = {}) 2024-05-15T23:27:58.1002070Z %getitem_41 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_2, 1), kwargs = {}) 2024-05-15T23:27:58.1002780Z %getitem_42 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_2, 2), kwargs = {}) 2024-05-15T23:27:58.1003670Z %aten_view_copy_default_63 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%getitem_40, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1004920Z %aten_constant_pad_nd_default_17 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_view_copy_default_63, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1006410Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_17 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_17, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1007750Z %getitem_43 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_17, 0), kwargs = {}) 2024-05-15T23:27:58.1008740Z %getitem_44 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_17, 1), kwargs = {}) 2024-05-15T23:27:58.1010190Z %quantized_decomposed_quantize_per_token_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_17, %getitem_43, %getitem_44, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1012120Z %quantized_decomposed_dequantize_per_token_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_17, %getitem_43, %getitem_44, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1014270Z %quantized_decomposed_dequantize_per_channel_group_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_attention_wo_weight, %b_layers_2_attention_wo_scales, %b_layers_2_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1016040Z %aten_permute_copy_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_17, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1017420Z %aten_view_copy_default_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_17, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1018670Z %aten_mm_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_64, %aten_permute_copy_default_17), kwargs = {}) 2024-05-15T23:27:58.1019900Z %aten_view_copy_default_65 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_17, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1021020Z %aten_add_tensor_15 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_11, %aten_view_copy_default_65), kwargs = {}) 2024-05-15T23:27:58.1022120Z %aten_mul_tensor_43 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_15, %aten_add_tensor_15), kwargs = {}) 2024-05-15T23:27:58.1023230Z %aten_mean_dim_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_43, [-1], True), kwargs = {}) 2024-05-15T23:27:58.1024280Z %aten_add_tensor_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_5, %_lifted_tensor_constant149), kwargs = {}) 2024-05-15T23:27:58.1025340Z %aten_rsqrt_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_16,), kwargs = {}) 2024-05-15T23:27:58.1026450Z %aten_mul_tensor_44 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_15, %aten_rsqrt_default_5), kwargs = {}) 2024-05-15T23:27:58.1027560Z %aten_mul_tensor_45 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_44, %p_layers_2_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:58.1028730Z %aten_constant_pad_nd_default_18 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_45, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1030180Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_18 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_18, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1031520Z %getitem_45 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_18, 0), kwargs = {}) 2024-05-15T23:27:58.1032510Z %getitem_46 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_18, 1), kwargs = {}) 2024-05-15T23:27:58.1033940Z %quantized_decomposed_quantize_per_token_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_18, %getitem_45, %getitem_46, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1035860Z %quantized_decomposed_dequantize_per_token_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_18, %getitem_45, %getitem_46, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1038060Z %quantized_decomposed_dequantize_per_channel_group_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_feed_forward_w1_weight, %b_layers_2_feed_forward_w1_scales, %b_layers_2_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1039860Z %aten_permute_copy_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_18, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1041210Z %aten_view_copy_default_66 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_18, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1042530Z %aten_mm_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_66, %aten_permute_copy_default_18), kwargs = {}) 2024-05-15T23:27:58.1043680Z %aten_view_copy_default_67 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_18, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.1044780Z %aten_sigmoid_default_2 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_view_copy_default_67,), kwargs = {}) 2024-05-15T23:27:58.1045880Z %aten_mul_tensor_46 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_view_copy_default_67, %aten_sigmoid_default_2), kwargs = {}) 2024-05-15T23:27:58.1047060Z %aten_constant_pad_nd_default_19 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_45, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1048570Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_19 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_19, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1049920Z %getitem_47 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_19, 0), kwargs = {}) 2024-05-15T23:27:58.1050920Z %getitem_48 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_19, 1), kwargs = {}) 2024-05-15T23:27:58.1052360Z %quantized_decomposed_quantize_per_token_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_19, %getitem_47, %getitem_48, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1054290Z %quantized_decomposed_dequantize_per_token_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_19, %getitem_47, %getitem_48, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1056460Z %quantized_decomposed_dequantize_per_channel_group_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_feed_forward_w3_weight, %b_layers_2_feed_forward_w3_scales, %b_layers_2_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1058230Z %aten_permute_copy_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_19, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1059600Z %aten_view_copy_default_68 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_19, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1060870Z %aten_mm_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_68, %aten_permute_copy_default_19), kwargs = {}) 2024-05-15T23:27:58.1062010Z %aten_view_copy_default_69 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_19, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.1063120Z %aten_mul_tensor_47 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_46, %aten_view_copy_default_69), kwargs = {}) 2024-05-15T23:27:58.1064330Z %aten_constant_pad_nd_default_20 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_47, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:58.1065770Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_20 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_20, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1067160Z %getitem_49 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_20, 0), kwargs = {}) 2024-05-15T23:27:58.1068130Z %getitem_50 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_20, 1), kwargs = {}) 2024-05-15T23:27:58.1069570Z %quantized_decomposed_quantize_per_token_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_20, %getitem_49, %getitem_50, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1071580Z %quantized_decomposed_dequantize_per_token_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_20, %getitem_49, %getitem_50, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1073760Z %quantized_decomposed_dequantize_per_channel_group_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_2_feed_forward_w2_weight, %b_layers_2_feed_forward_w2_scales, %b_layers_2_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1075540Z %aten_permute_copy_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_20, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1081040Z %aten_view_copy_default_70 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_20, [1, 768]), kwargs = {}) 2024-05-15T23:27:58.1082290Z %aten_mm_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_70, %aten_permute_copy_default_20), kwargs = {}) 2024-05-15T23:27:58.1083430Z %aten_view_copy_default_71 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_20, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1084550Z %aten_add_tensor_17 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_15, %aten_view_copy_default_71), kwargs = {}) 2024-05-15T23:27:58.1085650Z %aten_mul_tensor_48 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_17, %aten_add_tensor_17), kwargs = {}) 2024-05-15T23:27:58.1086760Z %aten_mean_dim_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_48, [-1], True), kwargs = {}) 2024-05-15T23:27:58.1087890Z %aten_add_tensor_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_6, %_lifted_tensor_constant150), kwargs = {}) 2024-05-15T23:27:58.1088950Z %aten_rsqrt_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_18,), kwargs = {}) 2024-05-15T23:27:58.1090030Z %aten_mul_tensor_49 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_17, %aten_rsqrt_default_6), kwargs = {}) 2024-05-15T23:27:58.1091230Z %aten_mul_tensor_50 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_49, %p_layers_3_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:58.1092410Z %aten_constant_pad_nd_default_21 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_50, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1093870Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_21 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_21, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1095220Z %getitem_51 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_21, 0), kwargs = {}) 2024-05-15T23:27:58.1096210Z %getitem_52 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_21, 1), kwargs = {}) 2024-05-15T23:27:58.1097740Z %quantized_decomposed_quantize_per_token_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_21, %getitem_51, %getitem_52, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1099670Z %quantized_decomposed_dequantize_per_token_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_21, %getitem_51, %getitem_52, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1101830Z %quantized_decomposed_dequantize_per_channel_group_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_attention_wq_weight, %b_layers_3_attention_wq_scales, %b_layers_3_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1103600Z %aten_permute_copy_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_21, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1104950Z %aten_view_copy_default_72 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_21, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1106190Z %aten_mm_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_72, %aten_permute_copy_default_21), kwargs = {}) 2024-05-15T23:27:58.1107340Z %aten_view_copy_default_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_21, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1108490Z %aten_constant_pad_nd_default_22 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_50, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1110010Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_22 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_22, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1111340Z %getitem_53 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_22, 0), kwargs = {}) 2024-05-15T23:27:58.1112330Z %getitem_54 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_22, 1), kwargs = {}) 2024-05-15T23:27:58.1113850Z %quantized_decomposed_quantize_per_token_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_22, %getitem_53, %getitem_54, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1115810Z %quantized_decomposed_dequantize_per_token_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_22, %getitem_53, %getitem_54, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1117950Z %quantized_decomposed_dequantize_per_channel_group_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_attention_wk_weight, %b_layers_3_attention_wk_scales, %b_layers_3_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1119690Z %aten_permute_copy_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_22, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1121170Z %aten_view_copy_default_74 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_22, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1122420Z %aten_mm_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_74, %aten_permute_copy_default_22), kwargs = {}) 2024-05-15T23:27:58.1123560Z %aten_view_copy_default_75 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_22, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1124750Z %aten_constant_pad_nd_default_23 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_50, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1126200Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_23 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_23, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1127530Z %getitem_55 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_23, 0), kwargs = {}) 2024-05-15T23:27:58.1128510Z %getitem_56 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_23, 1), kwargs = {}) 2024-05-15T23:27:58.1129980Z %quantized_decomposed_quantize_per_token_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_23, %getitem_55, %getitem_56, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1131900Z %quantized_decomposed_dequantize_per_token_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_23, %getitem_55, %getitem_56, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1134120Z %quantized_decomposed_dequantize_per_channel_group_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_attention_wv_weight, %b_layers_3_attention_wv_scales, %b_layers_3_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1135910Z %aten_permute_copy_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_23, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1137320Z %aten_view_copy_default_76 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_23, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1138560Z %aten_mm_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_76, %aten_permute_copy_default_23), kwargs = {}) 2024-05-15T23:27:58.1139700Z %aten_view_copy_default_77 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_23, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1140830Z %aten_view_copy_default_78 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_73, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1141990Z %aten_view_copy_default_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_75, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1143210Z %aten_view_copy_default_80 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_77, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1144450Z %aten_view_copy_default_81 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_78, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.1145600Z %aten_view_copy_default_82 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.1146710Z %aten_select_copy_int_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_81, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1147800Z %aten_select_copy_int_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_82, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1148920Z %aten_mul_tensor_51 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_51, %aten_select_copy_int_52), kwargs = {}) 2024-05-15T23:27:58.1150040Z %aten_select_copy_int_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_81, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1151110Z %aten_select_copy_int_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_82, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1152220Z %aten_mul_tensor_52 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_53, %aten_select_copy_int_54), kwargs = {}) 2024-05-15T23:27:58.1153330Z %aten_sub_tensor_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_51, %aten_mul_tensor_52), kwargs = {}) 2024-05-15T23:27:58.1154430Z %aten_select_copy_int_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_81, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1155510Z %aten_select_copy_int_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_82, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1156620Z %aten_mul_tensor_53 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_55, %aten_select_copy_int_56), kwargs = {}) 2024-05-15T23:27:58.1157770Z %aten_select_copy_int_57 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_81, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1158850Z %aten_select_copy_int_58 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_82, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1159960Z %aten_mul_tensor_54 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_57, %aten_select_copy_int_58), kwargs = {}) 2024-05-15T23:27:58.1161050Z %aten_add_tensor_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_53, %aten_mul_tensor_54), kwargs = {}) 2024-05-15T23:27:58.1162160Z %aten_unsqueeze_copy_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_6, 4), kwargs = {}) 2024-05-15T23:27:58.1163280Z %aten_unsqueeze_copy_default_13 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_19, 4), kwargs = {}) 2024-05-15T23:27:58.1164600Z %aten_cat_default_6 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_12, %aten_unsqueeze_copy_default_13], -1), kwargs = {}) 2024-05-15T23:27:58.1165810Z %aten_view_copy_default_83 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_6, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1167070Z %aten_view_copy_default_84 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_79, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.1168220Z %aten_view_copy_default_85 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.1169330Z %aten_select_copy_int_59 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_84, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1170410Z %aten_select_copy_int_60 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_85, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1171520Z %aten_mul_tensor_55 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_59, %aten_select_copy_int_60), kwargs = {}) 2024-05-15T23:27:58.1172620Z %aten_select_copy_int_61 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_84, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1173700Z %aten_select_copy_int_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_85, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1174800Z %aten_mul_tensor_56 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_61, %aten_select_copy_int_62), kwargs = {}) 2024-05-15T23:27:58.1175920Z %aten_sub_tensor_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_55, %aten_mul_tensor_56), kwargs = {}) 2024-05-15T23:27:58.1177000Z %aten_select_copy_int_63 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_84, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1178080Z %aten_select_copy_int_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_85, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1179250Z %aten_mul_tensor_57 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_63, %aten_select_copy_int_64), kwargs = {}) 2024-05-15T23:27:58.1180350Z %aten_select_copy_int_65 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_84, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1181440Z %aten_select_copy_int_66 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_85, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1182540Z %aten_mul_tensor_58 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_65, %aten_select_copy_int_66), kwargs = {}) 2024-05-15T23:27:58.1183630Z %aten_add_tensor_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_57, %aten_mul_tensor_58), kwargs = {}) 2024-05-15T23:27:58.1184740Z %aten_unsqueeze_copy_default_14 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_7, 4), kwargs = {}) 2024-05-15T23:27:58.1185940Z %aten_unsqueeze_copy_default_15 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_20, 4), kwargs = {}) 2024-05-15T23:27:58.1191440Z %aten_cat_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_14, %aten_unsqueeze_copy_default_15], -1), kwargs = {}) 2024-05-15T23:27:58.1192640Z %aten_view_copy_default_86 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_7, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1193780Z %aten_select_copy_int_67 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:58.1194760Z %_local_scalar_dense_3 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%aten_select_copy_int_67,), kwargs = {}) 2024-05-15T23:27:58.1195660Z %ge_3 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_3, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:58.1196420Z %scalar_tensor_6 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_3,), kwargs = {}) 2024-05-15T23:27:58.1197580Z %_assert_async_6 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_6, _local_scalar_dense_3 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.1198630Z %le_3 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_3, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:58.1199370Z %scalar_tensor_7 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_3,), kwargs = {}) 2024-05-15T23:27:58.1200510Z %_assert_async_7 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_7, _local_scalar_dense_3 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.1202750Z %auto_functionalized_3 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %aten_view_copy_default_83, key: %aten_view_copy_default_86, value: %aten_view_copy_default_80, key_cache: %b_layers_3_attention_kv_cache_k_cache, value_cache: %b_layers_3_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_3, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:58.1204550Z %getitem_57 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_3, 0), kwargs = {}) 2024-05-15T23:27:58.1205360Z %getitem_58 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_3, 1), kwargs = {}) 2024-05-15T23:27:58.1206070Z %getitem_59 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_3, 2), kwargs = {}) 2024-05-15T23:27:58.1206970Z %aten_view_copy_default_87 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%getitem_57, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1208140Z %aten_constant_pad_nd_default_24 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_view_copy_default_87, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1209620Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_24 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_24, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1210970Z %getitem_60 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_24, 0), kwargs = {}) 2024-05-15T23:27:58.1212020Z %getitem_61 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_24, 1), kwargs = {}) 2024-05-15T23:27:58.1213470Z %quantized_decomposed_quantize_per_token_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_24, %getitem_60, %getitem_61, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1215410Z %quantized_decomposed_dequantize_per_token_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_24, %getitem_60, %getitem_61, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1217560Z %quantized_decomposed_dequantize_per_channel_group_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_attention_wo_weight, %b_layers_3_attention_wo_scales, %b_layers_3_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1219320Z %aten_permute_copy_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_24, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1220660Z %aten_view_copy_default_88 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_24, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1221910Z %aten_mm_default_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_88, %aten_permute_copy_default_24), kwargs = {}) 2024-05-15T23:27:58.1223050Z %aten_view_copy_default_89 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_24, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1224200Z %aten_add_tensor_21 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_17, %aten_view_copy_default_89), kwargs = {}) 2024-05-15T23:27:58.1225300Z %aten_mul_tensor_59 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_21, %aten_add_tensor_21), kwargs = {}) 2024-05-15T23:27:58.1226430Z %aten_mean_dim_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_59, [-1], True), kwargs = {}) 2024-05-15T23:27:58.1227550Z %aten_add_tensor_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_7, %_lifted_tensor_constant151), kwargs = {}) 2024-05-15T23:27:58.1228610Z %aten_rsqrt_default_7 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_22,), kwargs = {}) 2024-05-15T23:27:58.1229660Z %aten_mul_tensor_60 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_21, %aten_rsqrt_default_7), kwargs = {}) 2024-05-15T23:27:58.1230800Z %aten_mul_tensor_61 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_60, %p_layers_3_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:58.1231960Z %aten_constant_pad_nd_default_25 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_61, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1233410Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_25 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_25, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1234820Z %getitem_62 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_25, 0), kwargs = {}) 2024-05-15T23:27:58.1235800Z %getitem_63 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_25, 1), kwargs = {}) 2024-05-15T23:27:58.1237250Z %quantized_decomposed_quantize_per_token_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_25, %getitem_62, %getitem_63, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1239170Z %quantized_decomposed_dequantize_per_token_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_25, %getitem_62, %getitem_63, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1241350Z %quantized_decomposed_dequantize_per_channel_group_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_feed_forward_w1_weight, %b_layers_3_feed_forward_w1_scales, %b_layers_3_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1243140Z %aten_permute_copy_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_25, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1244480Z %aten_view_copy_default_90 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_25, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1245730Z %aten_mm_default_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_90, %aten_permute_copy_default_25), kwargs = {}) 2024-05-15T23:27:58.1246900Z %aten_view_copy_default_91 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_25, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.1248000Z %aten_sigmoid_default_3 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_view_copy_default_91,), kwargs = {}) 2024-05-15T23:27:58.1249110Z %aten_mul_tensor_62 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_view_copy_default_91, %aten_sigmoid_default_3), kwargs = {}) 2024-05-15T23:27:58.1250340Z %aten_constant_pad_nd_default_26 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_61, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1251790Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_26 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_26, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1253140Z %getitem_64 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_26, 0), kwargs = {}) 2024-05-15T23:27:58.1254130Z %getitem_65 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_26, 1), kwargs = {}) 2024-05-15T23:27:58.1255570Z %quantized_decomposed_quantize_per_token_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_26, %getitem_64, %getitem_65, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1257550Z %quantized_decomposed_dequantize_per_token_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_26, %getitem_64, %getitem_65, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1259720Z %quantized_decomposed_dequantize_per_channel_group_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_feed_forward_w3_weight, %b_layers_3_feed_forward_w3_scales, %b_layers_3_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1261500Z %aten_permute_copy_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_26, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1262840Z %aten_view_copy_default_92 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_26, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1264080Z %aten_mm_default_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_92, %aten_permute_copy_default_26), kwargs = {}) 2024-05-15T23:27:58.1265220Z %aten_view_copy_default_93 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_26, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.1266340Z %aten_mul_tensor_63 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_62, %aten_view_copy_default_93), kwargs = {}) 2024-05-15T23:27:58.1267540Z %aten_constant_pad_nd_default_27 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_63, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:58.1269030Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_27 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_27, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1270360Z %getitem_66 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_27, 0), kwargs = {}) 2024-05-15T23:27:58.1271340Z %getitem_67 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_27, 1), kwargs = {}) 2024-05-15T23:27:58.1272850Z %quantized_decomposed_quantize_per_token_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_27, %getitem_66, %getitem_67, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1274760Z %quantized_decomposed_dequantize_per_token_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_27, %getitem_66, %getitem_67, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1276940Z %quantized_decomposed_dequantize_per_channel_group_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_3_feed_forward_w2_weight, %b_layers_3_feed_forward_w2_scales, %b_layers_3_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1278710Z %aten_permute_copy_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_27, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1280170Z %aten_view_copy_default_94 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_27, [1, 768]), kwargs = {}) 2024-05-15T23:27:58.1281420Z %aten_mm_default_27 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_94, %aten_permute_copy_default_27), kwargs = {}) 2024-05-15T23:27:58.1282560Z %aten_view_copy_default_95 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_27, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1283670Z %aten_add_tensor_23 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_21, %aten_view_copy_default_95), kwargs = {}) 2024-05-15T23:27:58.1284780Z %aten_mul_tensor_64 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_23, %aten_add_tensor_23), kwargs = {}) 2024-05-15T23:27:58.1285880Z %aten_mean_dim_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_64, [-1], True), kwargs = {}) 2024-05-15T23:27:58.1286930Z %aten_add_tensor_24 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_8, %_lifted_tensor_constant152), kwargs = {}) 2024-05-15T23:27:58.1287990Z %aten_rsqrt_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_24,), kwargs = {}) 2024-05-15T23:27:58.1289040Z %aten_mul_tensor_65 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_23, %aten_rsqrt_default_8), kwargs = {}) 2024-05-15T23:27:58.1290160Z %aten_mul_tensor_66 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_65, %p_layers_4_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:58.1291440Z %aten_constant_pad_nd_default_28 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_66, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1292890Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_28 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_28, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1294350Z %getitem_68 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_28, 0), kwargs = {}) 2024-05-15T23:27:58.1295330Z %getitem_69 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_28, 1), kwargs = {}) 2024-05-15T23:27:58.1296770Z %quantized_decomposed_quantize_per_token_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_28, %getitem_68, %getitem_69, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1298690Z %quantized_decomposed_dequantize_per_token_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_28, %getitem_68, %getitem_69, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1300990Z %quantized_decomposed_dequantize_per_channel_group_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_attention_wq_weight, %b_layers_4_attention_wq_scales, %b_layers_4_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1302760Z %aten_permute_copy_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_28, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1308470Z %aten_view_copy_default_96 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_28, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1309720Z %aten_mm_default_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_96, %aten_permute_copy_default_28), kwargs = {}) 2024-05-15T23:27:58.1310870Z %aten_view_copy_default_97 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_28, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1312030Z %aten_constant_pad_nd_default_29 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_66, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1313500Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_29 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_29, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1314840Z %getitem_70 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_29, 0), kwargs = {}) 2024-05-15T23:27:58.1315830Z %getitem_71 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_29, 1), kwargs = {}) 2024-05-15T23:27:58.1317280Z %quantized_decomposed_quantize_per_token_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_29, %getitem_70, %getitem_71, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1319270Z %quantized_decomposed_dequantize_per_token_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_29, %getitem_70, %getitem_71, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1321410Z %quantized_decomposed_dequantize_per_channel_group_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_attention_wk_weight, %b_layers_4_attention_wk_scales, %b_layers_4_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1323280Z %aten_permute_copy_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_29, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1324630Z %aten_view_copy_default_98 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_29, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1325870Z %aten_mm_default_29 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_98, %aten_permute_copy_default_29), kwargs = {}) 2024-05-15T23:27:58.1327020Z %aten_view_copy_default_99 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_29, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1328370Z %aten_constant_pad_nd_default_30 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_66, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1329830Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_30 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_30, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1331180Z %getitem_72 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_30, 0), kwargs = {}) 2024-05-15T23:27:58.1332170Z %getitem_73 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_30, 1), kwargs = {}) 2024-05-15T23:27:58.1333610Z %quantized_decomposed_quantize_per_token_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_30, %getitem_72, %getitem_73, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1335540Z %quantized_decomposed_dequantize_per_token_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_30, %getitem_72, %getitem_73, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1337680Z %quantized_decomposed_dequantize_per_channel_group_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_attention_wv_weight, %b_layers_4_attention_wv_scales, %b_layers_4_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1339430Z %aten_permute_copy_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_30, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1340840Z %aten_view_copy_default_100 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_30, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1342090Z %aten_mm_default_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_100, %aten_permute_copy_default_30), kwargs = {}) 2024-05-15T23:27:58.1343240Z %aten_view_copy_default_101 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_30, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1344490Z %aten_view_copy_default_102 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_97, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1345650Z %aten_view_copy_default_103 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_99, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1346820Z %aten_view_copy_default_104 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_101, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1348070Z %aten_view_copy_default_105 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_102, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.1349230Z %aten_view_copy_default_106 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.1350350Z %aten_select_copy_int_68 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_105, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1351530Z %aten_select_copy_int_69 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_106, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1352660Z %aten_mul_tensor_67 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_68, %aten_select_copy_int_69), kwargs = {}) 2024-05-15T23:27:58.1353770Z %aten_select_copy_int_70 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_105, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1354860Z %aten_select_copy_int_71 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_106, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1355970Z %aten_mul_tensor_68 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_70, %aten_select_copy_int_71), kwargs = {}) 2024-05-15T23:27:58.1357080Z %aten_sub_tensor_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_67, %aten_mul_tensor_68), kwargs = {}) 2024-05-15T23:27:58.1358160Z %aten_select_copy_int_72 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_105, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1359250Z %aten_select_copy_int_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_106, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1360360Z %aten_mul_tensor_69 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_72, %aten_select_copy_int_73), kwargs = {}) 2024-05-15T23:27:58.1361470Z %aten_select_copy_int_74 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_105, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1362610Z %aten_select_copy_int_75 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_106, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1363710Z %aten_mul_tensor_70 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_74, %aten_select_copy_int_75), kwargs = {}) 2024-05-15T23:27:58.1364810Z %aten_add_tensor_25 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_69, %aten_mul_tensor_70), kwargs = {}) 2024-05-15T23:27:58.1366010Z %aten_unsqueeze_copy_default_16 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_8, 4), kwargs = {}) 2024-05-15T23:27:58.1367150Z %aten_unsqueeze_copy_default_17 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_25, 4), kwargs = {}) 2024-05-15T23:27:58.1368430Z %aten_cat_default_8 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_16, %aten_unsqueeze_copy_default_17], -1), kwargs = {}) 2024-05-15T23:27:58.1369630Z %aten_view_copy_default_107 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_8, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1370870Z %aten_view_copy_default_108 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_103, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.1372030Z %aten_view_copy_default_109 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.1373240Z %aten_select_copy_int_76 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_108, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1374340Z %aten_select_copy_int_77 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_109, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1375460Z %aten_mul_tensor_71 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_76, %aten_select_copy_int_77), kwargs = {}) 2024-05-15T23:27:58.1376560Z %aten_select_copy_int_78 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_108, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1377650Z %aten_select_copy_int_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_109, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1378760Z %aten_mul_tensor_72 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_78, %aten_select_copy_int_79), kwargs = {}) 2024-05-15T23:27:58.1379850Z %aten_sub_tensor_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_71, %aten_mul_tensor_72), kwargs = {}) 2024-05-15T23:27:58.1380930Z %aten_select_copy_int_80 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_108, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1382020Z %aten_select_copy_int_81 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_109, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1383120Z %aten_mul_tensor_73 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_80, %aten_select_copy_int_81), kwargs = {}) 2024-05-15T23:27:58.1384280Z %aten_select_copy_int_82 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_108, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1385370Z %aten_select_copy_int_83 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_109, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1386470Z %aten_mul_tensor_74 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_82, %aten_select_copy_int_83), kwargs = {}) 2024-05-15T23:27:58.1387670Z %aten_add_tensor_26 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_73, %aten_mul_tensor_74), kwargs = {}) 2024-05-15T23:27:58.1388770Z %aten_unsqueeze_copy_default_18 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_9, 4), kwargs = {}) 2024-05-15T23:27:58.1389900Z %aten_unsqueeze_copy_default_19 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_26, 4), kwargs = {}) 2024-05-15T23:27:58.1391160Z %aten_cat_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_18, %aten_unsqueeze_copy_default_19], -1), kwargs = {}) 2024-05-15T23:27:58.1392360Z %aten_view_copy_default_110 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_9, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1393490Z %aten_select_copy_int_84 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:27:58.1394570Z %_local_scalar_dense_4 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%aten_select_copy_int_84,), kwargs = {}) 2024-05-15T23:27:58.1395470Z %ge_4 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_4, -9223372036854775808), kwargs = {}) 2024-05-15T23:27:58.1396230Z %scalar_tensor_8 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_4,), kwargs = {}) 2024-05-15T23:27:58.1397380Z %_assert_async_8 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_8, _local_scalar_dense_4 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.1398430Z %le_4 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_4, 9223372036854775807), kwargs = {}) 2024-05-15T23:27:58.1399170Z %scalar_tensor_9 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_4,), kwargs = {}) 2024-05-15T23:27:58.1400310Z %_assert_async_9 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_9, _local_scalar_dense_4 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:27:58.1402470Z %auto_functionalized_4 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %aten_view_copy_default_107, key: %aten_view_copy_default_110, value: %aten_view_copy_default_104, key_cache: %b_layers_4_attention_kv_cache_k_cache, value_cache: %b_layers_4_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_4, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:27:58.1404280Z %getitem_74 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_4, 0), kwargs = {}) 2024-05-15T23:27:58.1405010Z %getitem_75 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_4, 1), kwargs = {}) 2024-05-15T23:27:58.1405780Z %getitem_76 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_4, 2), kwargs = {}) 2024-05-15T23:27:58.1406680Z %aten_view_copy_default_111 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%getitem_74, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1407850Z %aten_constant_pad_nd_default_31 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_view_copy_default_111, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1409440Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_31 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_31, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1410790Z %getitem_77 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_31, 0), kwargs = {}) 2024-05-15T23:27:58.1416020Z %getitem_78 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_31, 1), kwargs = {}) 2024-05-15T23:27:58.1417470Z %quantized_decomposed_quantize_per_token_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_31, %getitem_77, %getitem_78, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1419410Z %quantized_decomposed_dequantize_per_token_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_31, %getitem_77, %getitem_78, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1421670Z %quantized_decomposed_dequantize_per_channel_group_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_attention_wo_weight, %b_layers_4_attention_wo_scales, %b_layers_4_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1423430Z %aten_permute_copy_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_31, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1424780Z %aten_view_copy_default_112 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_31, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1426040Z %aten_mm_default_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_112, %aten_permute_copy_default_31), kwargs = {}) 2024-05-15T23:27:58.1427190Z %aten_view_copy_default_113 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_31, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1428320Z %aten_add_tensor_27 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_23, %aten_view_copy_default_113), kwargs = {}) 2024-05-15T23:27:58.1429420Z %aten_mul_tensor_75 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_27, %aten_add_tensor_27), kwargs = {}) 2024-05-15T23:27:58.1430540Z %aten_mean_dim_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_75, [-1], True), kwargs = {}) 2024-05-15T23:27:58.1431610Z %aten_add_tensor_28 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_9, %_lifted_tensor_constant153), kwargs = {}) 2024-05-15T23:27:58.1432740Z %aten_rsqrt_default_9 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_28,), kwargs = {}) 2024-05-15T23:27:58.1433800Z %aten_mul_tensor_76 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_27, %aten_rsqrt_default_9), kwargs = {}) 2024-05-15T23:27:58.1434940Z %aten_mul_tensor_77 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_76, %p_layers_4_ffn_norm_weight), kwargs = {}) 2024-05-15T23:27:58.1437100Z %aten_constant_pad_nd_default_32 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_77, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1438670Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_32 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_32, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1440080Z %getitem_79 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_32, 0), kwargs = {}) 2024-05-15T23:27:58.1441110Z %getitem_80 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_32, 1), kwargs = {}) 2024-05-15T23:27:58.1442650Z %quantized_decomposed_quantize_per_token_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_32, %getitem_79, %getitem_80, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1444770Z %quantized_decomposed_dequantize_per_token_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_32, %getitem_79, %getitem_80, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1447040Z %quantized_decomposed_dequantize_per_channel_group_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_feed_forward_w1_weight, %b_layers_4_feed_forward_w1_scales, %b_layers_4_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1448890Z %aten_permute_copy_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_32, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1450290Z %aten_view_copy_default_114 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_32, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1451590Z %aten_mm_default_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_114, %aten_permute_copy_default_32), kwargs = {}) 2024-05-15T23:27:58.1452770Z %aten_view_copy_default_115 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_32, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.1453890Z %aten_sigmoid_default_4 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_view_copy_default_115,), kwargs = {}) 2024-05-15T23:27:58.1455050Z %aten_mul_tensor_78 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_view_copy_default_115, %aten_sigmoid_default_4), kwargs = {}) 2024-05-15T23:27:58.1456280Z %aten_constant_pad_nd_default_33 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_77, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1457840Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_33 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_33, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1459220Z %getitem_81 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_33, 0), kwargs = {}) 2024-05-15T23:27:58.1460360Z %getitem_82 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_33, 1), kwargs = {}) 2024-05-15T23:27:58.1461840Z %quantized_decomposed_quantize_per_token_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_33, %getitem_81, %getitem_82, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1463820Z %quantized_decomposed_dequantize_per_token_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_33, %getitem_81, %getitem_82, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1466040Z %quantized_decomposed_dequantize_per_channel_group_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_feed_forward_w3_weight, %b_layers_4_feed_forward_w3_scales, %b_layers_4_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1466840Z %aten_permute_copy_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_33, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1467480Z %aten_view_copy_default_116 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_33, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1468040Z %aten_mm_default_33 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_116, %aten_permute_copy_default_33), kwargs = {}) 2024-05-15T23:27:58.1468580Z %aten_view_copy_default_117 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_33, [1, 1, 768]), kwargs = {}) 2024-05-15T23:27:58.1469110Z %aten_mul_tensor_79 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_78, %aten_view_copy_default_117), kwargs = {}) 2024-05-15T23:27:58.1469680Z %aten_constant_pad_nd_default_34 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_79, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:27:58.1470500Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_34 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_34, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1470960Z %getitem_83 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_34, 0), kwargs = {}) 2024-05-15T23:27:58.1471420Z %getitem_84 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_34, 1), kwargs = {}) 2024-05-15T23:27:58.1472350Z %quantized_decomposed_quantize_per_token_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_34, %getitem_83, %getitem_84, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1473470Z %quantized_decomposed_dequantize_per_token_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_34, %getitem_83, %getitem_84, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1474760Z %quantized_decomposed_dequantize_per_channel_group_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_4_feed_forward_w2_weight, %b_layers_4_feed_forward_w2_scales, %b_layers_4_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1475420Z %aten_permute_copy_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_34, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1476050Z %aten_view_copy_default_118 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_34, [1, 768]), kwargs = {}) 2024-05-15T23:27:58.1476610Z %aten_mm_default_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_118, %aten_permute_copy_default_34), kwargs = {}) 2024-05-15T23:27:58.1477130Z %aten_view_copy_default_119 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_34, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1477710Z %aten_add_tensor_29 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_27, %aten_view_copy_default_119), kwargs = {}) 2024-05-15T23:27:58.1478220Z %aten_mul_tensor_80 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_29, %aten_add_tensor_29), kwargs = {}) 2024-05-15T23:27:58.1478750Z %aten_mean_dim_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_80, [-1], True), kwargs = {}) 2024-05-15T23:27:58.1479260Z %aten_add_tensor_30 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_10, %_lifted_tensor_constant154), kwargs = {}) 2024-05-15T23:27:58.1479730Z %aten_rsqrt_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_30,), kwargs = {}) 2024-05-15T23:27:58.1480240Z %aten_mul_tensor_81 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_29, %aten_rsqrt_default_10), kwargs = {}) 2024-05-15T23:27:58.1480780Z %aten_mul_tensor_82 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_81, %p_layers_5_attention_norm_weight), kwargs = {}) 2024-05-15T23:27:58.1481340Z %aten_constant_pad_nd_default_35 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_82, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1482150Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_35 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_35, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1482610Z %getitem_85 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_35, 0), kwargs = {}) 2024-05-15T23:27:58.1483100Z %getitem_86 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_35, 1), kwargs = {}) 2024-05-15T23:27:58.1484020Z %quantized_decomposed_quantize_per_token_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_35, %getitem_85, %getitem_86, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1485050Z %quantized_decomposed_dequantize_per_token_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_35, %getitem_85, %getitem_86, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1486360Z %quantized_decomposed_dequantize_per_channel_group_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_attention_wq_weight, %b_layers_5_attention_wq_scales, %b_layers_5_attention_wq_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1487020Z %aten_permute_copy_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_35, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1487630Z %aten_view_copy_default_120 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_35, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1488180Z %aten_mm_default_35 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_120, %aten_permute_copy_default_35), kwargs = {}) 2024-05-15T23:27:58.1489470Z %aten_view_copy_default_121 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_35, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1490050Z %aten_constant_pad_nd_default_36 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_82, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1490860Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_36 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_36, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1491300Z %getitem_87 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_36, 0), kwargs = {}) 2024-05-15T23:27:58.1491760Z %getitem_88 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_36, 1), kwargs = {}) 2024-05-15T23:27:58.1492700Z %quantized_decomposed_quantize_per_token_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_36, %getitem_87, %getitem_88, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1493720Z %quantized_decomposed_dequantize_per_token_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_36, %getitem_87, %getitem_88, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1494870Z %quantized_decomposed_dequantize_per_channel_group_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_attention_wk_weight, %b_layers_5_attention_wk_scales, %b_layers_5_attention_wk_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1495600Z %aten_permute_copy_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_36, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1496210Z %aten_view_copy_default_122 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_36, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1496850Z %aten_mm_default_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_122, %aten_permute_copy_default_36), kwargs = {}) 2024-05-15T23:27:58.1497370Z %aten_view_copy_default_123 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_36, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1497930Z %aten_constant_pad_nd_default_37 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_82, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:27:58.1498740Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_37 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_37, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1499190Z %getitem_89 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_37, 0), kwargs = {}) 2024-05-15T23:27:58.1499630Z %getitem_90 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_37, 1), kwargs = {}) 2024-05-15T23:27:58.1500610Z %quantized_decomposed_quantize_per_token_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_37, %getitem_89, %getitem_90, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:27:58.1501650Z %quantized_decomposed_dequantize_per_token_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_37, %getitem_89, %getitem_90, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1502790Z %quantized_decomposed_dequantize_per_channel_group_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_attention_wv_weight, %b_layers_5_attention_wv_scales, %b_layers_5_attention_wv_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:27:58.1503440Z %aten_permute_copy_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_37, [1, 0]), kwargs = {}) 2024-05-15T23:27:58.1504050Z %aten_view_copy_default_124 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_37, [1, 512]), kwargs = {}) 2024-05-15T23:27:58.1504590Z %aten_mm_default_37 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_124, %aten_permute_copy_default_37), kwargs = {}) 2024-05-15T23:27:58.1505110Z %aten_view_copy_default_125 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_37, [1, 1, 288]), kwargs = {}) 2024-05-15T23:27:58.1505660Z %aten_view_copy_default_126 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_121, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1506240Z %aten_view_copy_default_127 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_123, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1506780Z %aten_view_copy_default_128 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_125, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1507400Z %aten_view_copy_default_129 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_126, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.1508020Z %aten_view_copy_default_130 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.1508540Z %aten_select_copy_int_85 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_129, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1509040Z %aten_select_copy_int_86 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_130, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1509560Z %aten_mul_tensor_83 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_85, %aten_select_copy_int_86), kwargs = {}) 2024-05-15T23:27:58.1510070Z %aten_select_copy_int_87 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_129, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1511290Z %aten_select_copy_int_88 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_130, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1511840Z %aten_mul_tensor_84 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_87, %aten_select_copy_int_88), kwargs = {}) 2024-05-15T23:27:58.1512330Z %aten_sub_tensor_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_83, %aten_mul_tensor_84), kwargs = {}) 2024-05-15T23:27:58.1512830Z %aten_select_copy_int_89 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_129, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1513330Z %aten_select_copy_int_90 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_130, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1513850Z %aten_mul_tensor_85 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_89, %aten_select_copy_int_90), kwargs = {}) 2024-05-15T23:27:58.1514350Z %aten_select_copy_int_91 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_129, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1514850Z %aten_select_copy_int_92 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_130, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1515360Z %aten_mul_tensor_86 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_91, %aten_select_copy_int_92), kwargs = {}) 2024-05-15T23:27:58.1515860Z %aten_add_tensor_31 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_85, %aten_mul_tensor_86), kwargs = {}) 2024-05-15T23:27:58.1516380Z %aten_unsqueeze_copy_default_20 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_10, 4), kwargs = {}) 2024-05-15T23:27:58.1516960Z %aten_unsqueeze_copy_default_21 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_31, 4), kwargs = {}) 2024-05-15T23:27:58.1517640Z %aten_cat_default_10 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_20, %aten_unsqueeze_copy_default_21], -1), kwargs = {}) 2024-05-15T23:27:58.1518160Z %aten_view_copy_default_131 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_10, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:27:58.1518860Z %aten_view_copy_default_132 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_view_copy_default_127, [1, 1, 6, -1, 2]), kwargs = {}) 2024-05-15T23:27:58.1519390Z %aten_view_copy_default_133 : [num_users=4] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_index_tensor, [1, 1, 1, 24, 2]), kwargs = {}) 2024-05-15T23:27:58.1519890Z %aten_select_copy_int_93 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_132, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1520390Z %aten_select_copy_int_94 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_133, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1520910Z %aten_mul_tensor_87 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_93, %aten_select_copy_int_94), kwargs = {}) 2024-05-15T23:27:58.1521500Z %aten_select_copy_int_95 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_132, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1522000Z %aten_select_copy_int_96 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_133, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1522520Z %aten_mul_tensor_88 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_95, %aten_select_copy_int_96), kwargs = {}) 2024-05-15T23:27:58.1523010Z %aten_sub_tensor_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sub.Tensor](args = (%aten_mul_tensor_87, %aten_mul_tensor_88), kwargs = {}) 2024-05-15T23:27:58.1523510Z %aten_select_copy_int_97 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_132, 4, 1), kwargs = {}) 2024-05-15T23:27:58.1524010Z %aten_select_copy_int_98 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_133, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1524530Z %aten_mul_tensor_89 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_97, %aten_select_copy_int_98), kwargs = {}) 2024-05-15T23:27:58.1525030Z %aten_select_copy_int_99 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_132, 4, 0), kwargs = {}) 2024-05-15T23:27:58.1525540Z %aten_select_copy_int_100 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%aten_view_copy_default_133, 4, 1), kwargs = {}) 2024-05-15T23:28:05.9722530Z %aten_mul_tensor_90 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_select_copy_int_99, %aten_select_copy_int_100), kwargs = {}) 2024-05-15T23:28:05.9723840Z %aten_add_tensor_32 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mul_tensor_89, %aten_mul_tensor_90), kwargs = {}) 2024-05-15T23:28:05.9725280Z %aten_unsqueeze_copy_default_22 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_sub_tensor_11, 4), kwargs = {}) 2024-05-15T23:28:05.9726440Z %aten_unsqueeze_copy_default_23 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.unsqueeze_copy.default](args = (%aten_add_tensor_32, 4), kwargs = {}) 2024-05-15T23:28:05.9727830Z %aten_cat_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.cat.default](args = ([%aten_unsqueeze_copy_default_22, %aten_unsqueeze_copy_default_23], -1), kwargs = {}) 2024-05-15T23:28:05.9729260Z %aten_view_copy_default_134 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_cat_default_11, [1, 1, 6, 48]), kwargs = {}) 2024-05-15T23:28:05.9730470Z %aten_select_copy_int_101 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.select_copy.int](args = (%input_pos, 0, -1), kwargs = {}) 2024-05-15T23:28:05.9731500Z %_local_scalar_dense_5 : [num_users=3] = call_function[target=torch.ops.aten._local_scalar_dense.default](args = (%aten_select_copy_int_101,), kwargs = {}) 2024-05-15T23:28:05.9732490Z %ge_5 : [num_users=1] = call_function[target=operator.ge](args = (%_local_scalar_dense_5, -9223372036854775808), kwargs = {}) 2024-05-15T23:28:05.9733280Z %scalar_tensor_10 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%ge_5,), kwargs = {}) 2024-05-15T23:28:05.9734480Z %_assert_async_10 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_10, _local_scalar_dense_5 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:28:05.9735790Z %le_5 : [num_users=1] = call_function[target=operator.le](args = (%_local_scalar_dense_5, 9223372036854775807), kwargs = {}) 2024-05-15T23:28:05.9736570Z %scalar_tensor_11 : [num_users=1] = call_function[target=torch.ops.aten.scalar_tensor.default](args = (%le_5,), kwargs = {}) 2024-05-15T23:28:05.9737780Z %_assert_async_11 : [num_users=0] = call_function[target=torch.ops.aten._assert_async.msg](args = (%scalar_tensor_11, _local_scalar_dense_5 is outside of inline constraint [-9223372036854775808, 9223372036854775807].), kwargs = {}) 2024-05-15T23:28:05.9739980Z %auto_functionalized_5 : [num_users=3] = call_function[target=torch._higher_order_ops.auto_functionalize.auto_functionalized](args = (llama.sdpa_with_kv_cache.default,), kwargs = {query: %aten_view_copy_default_131, key: %aten_view_copy_default_134, value: %aten_view_copy_default_128, key_cache: %b_layers_5_attention_kv_cache_k_cache, value_cache: %b_layers_5_attention_kv_cache_v_cache, start_pos: %_local_scalar_dense_5, seq_len: 1, attn_mask: None, drpout_p: 0.0, is_causal: False, scale: None}) 2024-05-15T23:28:05.9742220Z %getitem_91 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_5, 0), kwargs = {}) 2024-05-15T23:28:05.9743010Z %getitem_92 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_5, 1), kwargs = {}) 2024-05-15T23:28:05.9743760Z %getitem_93 : [num_users=1] = call_function[target=operator.getitem](args = (%auto_functionalized_5, 2), kwargs = {}) 2024-05-15T23:28:05.9744730Z %aten_view_copy_default_135 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%getitem_91, [1, 1, 288]), kwargs = {}) 2024-05-15T23:28:05.9745980Z %aten_constant_pad_nd_default_38 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_view_copy_default_135, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:28:05.9747480Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_38 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_38, torch.int8), kwargs = {}) 2024-05-15T23:28:05.9749270Z %getitem_94 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_38, 0), kwargs = {}) 2024-05-15T23:28:05.9750290Z %getitem_95 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_38, 1), kwargs = {}) 2024-05-15T23:28:05.9751890Z %quantized_decomposed_quantize_per_token_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_38, %getitem_94, %getitem_95, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:28:05.9754050Z %quantized_decomposed_dequantize_per_token_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_38, %getitem_94, %getitem_95, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:28:05.9756260Z %quantized_decomposed_dequantize_per_channel_group_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_attention_wo_weight, %b_layers_5_attention_wo_scales, %b_layers_5_attention_wo_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:28:05.9758100Z %aten_permute_copy_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_38, [1, 0]), kwargs = {}) 2024-05-15T23:28:05.9759650Z %aten_view_copy_default_136 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_38, [1, 512]), kwargs = {}) 2024-05-15T23:28:05.9760990Z %aten_mm_default_38 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_136, %aten_permute_copy_default_38), kwargs = {}) 2024-05-15T23:28:05.9762200Z %aten_view_copy_default_137 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_38, [1, 1, 288]), kwargs = {}) 2024-05-15T23:28:05.9763390Z %aten_add_tensor_33 : [num_users=3] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_29, %aten_view_copy_default_137), kwargs = {}) 2024-05-15T23:28:05.9764570Z %aten_mul_tensor_91 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_33, %aten_add_tensor_33), kwargs = {}) 2024-05-15T23:28:05.9765750Z %aten_mean_dim_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_91, [-1], True), kwargs = {}) 2024-05-15T23:28:05.9766860Z %aten_add_tensor_34 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_11, %_lifted_tensor_constant155), kwargs = {}) 2024-05-15T23:28:05.9767970Z %aten_rsqrt_default_11 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_34,), kwargs = {}) 2024-05-15T23:28:05.9769080Z %aten_mul_tensor_92 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_33, %aten_rsqrt_default_11), kwargs = {}) 2024-05-15T23:28:05.9770230Z %aten_mul_tensor_93 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_92, %p_layers_5_ffn_norm_weight), kwargs = {}) 2024-05-15T23:28:05.9771460Z %aten_constant_pad_nd_default_39 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_93, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:28:05.9773150Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_39 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_39, torch.int8), kwargs = {}) 2024-05-15T23:28:05.9774540Z %getitem_96 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_39, 0), kwargs = {}) 2024-05-15T23:28:05.9775730Z %getitem_97 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_39, 1), kwargs = {}) 2024-05-15T23:28:05.9777270Z %quantized_decomposed_quantize_per_token_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_39, %getitem_96, %getitem_97, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:28:05.9779280Z %quantized_decomposed_dequantize_per_token_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_39, %getitem_96, %getitem_97, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:28:05.9781530Z %quantized_decomposed_dequantize_per_channel_group_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_feed_forward_w1_weight, %b_layers_5_feed_forward_w1_scales, %b_layers_5_feed_forward_w1_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:28:05.9783630Z %aten_permute_copy_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_39, [1, 0]), kwargs = {}) 2024-05-15T23:28:05.9785120Z %aten_view_copy_default_138 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_39, [1, 512]), kwargs = {}) 2024-05-15T23:28:05.9786460Z %aten_mm_default_39 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_138, %aten_permute_copy_default_39), kwargs = {}) 2024-05-15T23:28:05.9787700Z %aten_view_copy_default_139 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_39, [1, 1, 768]), kwargs = {}) 2024-05-15T23:28:05.9788890Z %aten_sigmoid_default_5 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.sigmoid.default](args = (%aten_view_copy_default_139,), kwargs = {}) 2024-05-15T23:28:05.9790090Z %aten_mul_tensor_94 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_view_copy_default_139, %aten_sigmoid_default_5), kwargs = {}) 2024-05-15T23:28:05.9791340Z %aten_constant_pad_nd_default_40 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_93, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:28:05.9792890Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_40 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_40, torch.int8), kwargs = {}) 2024-05-15T23:28:05.9794370Z %getitem_98 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_40, 0), kwargs = {}) 2024-05-15T23:28:05.9795430Z %getitem_99 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_40, 1), kwargs = {}) 2024-05-15T23:28:05.9797120Z %quantized_decomposed_quantize_per_token_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_40, %getitem_98, %getitem_99, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:28:05.9799100Z %quantized_decomposed_dequantize_per_token_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_40, %getitem_98, %getitem_99, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:28:05.9801450Z %quantized_decomposed_dequantize_per_channel_group_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_feed_forward_w3_weight, %b_layers_5_feed_forward_w3_scales, %b_layers_5_feed_forward_w3_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:28:05.9803270Z %aten_permute_copy_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_40, [1, 0]), kwargs = {}) 2024-05-15T23:28:05.9804730Z %aten_view_copy_default_140 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_40, [1, 512]), kwargs = {}) 2024-05-15T23:28:05.9806100Z %aten_mm_default_40 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_140, %aten_permute_copy_default_40), kwargs = {}) 2024-05-15T23:28:05.9807510Z %aten_view_copy_default_141 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_40, [1, 1, 768]), kwargs = {}) 2024-05-15T23:28:05.9808760Z %aten_mul_tensor_95 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_94, %aten_view_copy_default_141), kwargs = {}) 2024-05-15T23:28:05.9810020Z %aten_constant_pad_nd_default_41 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_95, [0, 0], 0.0), kwargs = {}) 2024-05-15T23:28:05.9811570Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_41 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_41, torch.int8), kwargs = {}) 2024-05-15T23:28:05.9812980Z %getitem_100 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_41, 0), kwargs = {}) 2024-05-15T23:28:05.9813990Z %getitem_101 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_41, 1), kwargs = {}) 2024-05-15T23:28:05.9815480Z %quantized_decomposed_quantize_per_token_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_41, %getitem_100, %getitem_101, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:28:05.9817440Z %quantized_decomposed_dequantize_per_token_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_41, %getitem_100, %getitem_101, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:28:05.9819640Z %quantized_decomposed_dequantize_per_channel_group_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_layers_5_feed_forward_w2_weight, %b_layers_5_feed_forward_w2_scales, %b_layers_5_feed_forward_w2_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:28:05.9821660Z %aten_permute_copy_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_41, [1, 0]), kwargs = {}) 2024-05-15T23:28:05.9823120Z %aten_view_copy_default_142 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_41, [1, 768]), kwargs = {}) 2024-05-15T23:28:05.9824520Z %aten_mm_default_41 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_142, %aten_permute_copy_default_41), kwargs = {}) 2024-05-15T23:28:05.9825760Z %aten_view_copy_default_143 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_41, [1, 1, 288]), kwargs = {}) 2024-05-15T23:28:05.9826960Z %aten_add_tensor_35 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_add_tensor_33, %aten_view_copy_default_143), kwargs = {}) 2024-05-15T23:28:05.9828110Z %aten_mul_tensor_96 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_35, %aten_add_tensor_35), kwargs = {}) 2024-05-15T23:28:05.9829310Z %aten_mean_dim_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mean.dim](args = (%aten_mul_tensor_96, [-1], True), kwargs = {}) 2024-05-15T23:28:06.5259480Z %aten_add_tensor_36 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.add.Tensor](args = (%aten_mean_dim_12, %_lifted_tensor_constant156), kwargs = {}) 2024-05-15T23:28:06.5262670Z %aten_rsqrt_default_12 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.rsqrt.default](args = (%aten_add_tensor_36,), kwargs = {}) 2024-05-15T23:28:06.5266190Z %aten_mul_tensor_97 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_add_tensor_35, %aten_rsqrt_default_12), kwargs = {}) 2024-05-15T23:28:06.5267350Z %aten_mul_tensor_98 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mul.Tensor](args = (%aten_mul_tensor_97, %p_norm_weight), kwargs = {}) 2024-05-15T23:28:06.5268540Z %aten_constant_pad_nd_default_42 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.aten.constant_pad_nd.default](args = (%aten_mul_tensor_98, [0, 224], 0.0), kwargs = {}) 2024-05-15T23:28:06.5270090Z %quantized_decomposed_choose_qparams_per_token_asymmetric_default_42 : [num_users=2] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.choose_qparams_per_token_asymmetric.default](args = (%aten_constant_pad_nd_default_42, torch.int8), kwargs = {}) 2024-05-15T23:28:06.5271510Z %getitem_102 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_42, 0), kwargs = {}) 2024-05-15T23:28:06.5272510Z %getitem_103 : [num_users=2] = call_function[target=operator.getitem](args = (%quantized_decomposed_choose_qparams_per_token_asymmetric_default_42, 1), kwargs = {}) 2024-05-15T23:28:06.5274090Z %quantized_decomposed_quantize_per_token_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.quantize_per_token.default](args = (%aten_constant_pad_nd_default_42, %getitem_102, %getitem_103, -128, 127, torch.int8), kwargs = {}) 2024-05-15T23:28:06.5276060Z %quantized_decomposed_dequantize_per_token_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_token.default](args = (%quantized_decomposed_quantize_per_token_default_42, %getitem_102, %getitem_103, -128, 127, torch.int8, torch.float32), kwargs = {}) 2024-05-15T23:28:06.5278190Z %quantized_decomposed_dequantize_per_channel_group_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.quantized_decomposed.dequantize_per_channel_group.default](args = (%b_output_weight, %b_output_scales, %b_output_zeros, -8, 7, torch.int8, 256, torch.float32), kwargs = {}) 2024-05-15T23:28:06.5279830Z %aten_permute_copy_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.permute_copy.default](args = (%quantized_decomposed_dequantize_per_channel_group_default_42, [1, 0]), kwargs = {}) 2024-05-15T23:28:06.5281240Z %aten_view_copy_default_144 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%quantized_decomposed_dequantize_per_token_default_42, [1, 512]), kwargs = {}) 2024-05-15T23:28:06.5282500Z %aten_mm_default_42 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.mm.default](args = (%aten_view_copy_default_144, %aten_permute_copy_default_42), kwargs = {}) 2024-05-15T23:28:06.5283670Z %aten_view_copy_default_145 : [num_users=1] = call_function[target=executorch.exir.dialects.edge._ops.aten.view_copy.default](args = (%aten_mm_default_42, [1, 1, 32000]), kwargs = {}) 2024-05-15T23:28:06.5284770Z return (getitem_7, getitem_8, getitem_24, getitem_25, getitem_41, getitem_42, getitem_58, getitem_59, getitem_75, getitem_76, getitem_92, getitem_93, aten_view_copy_default_145) 2024-05-15T23:28:06.5285470Z Found 43 subgraphs to be partitioned. 2024-05-15T23:28:06.5287030Z /opt/homebrew/Caskroom/miniconda/base/envs/test-quantization-mps-macos/lib/python3.10/site-packages/executorch/exir/emit/_emitter.py:1474: UserWarning: Mutation on a buffer in the model is detected. ExecuTorch assumes buffers that are mutated in the graph have a meaningless initial state, only the shape and dtype will be serialized. 2024-05-15T23:28:06.5288420Z warnings.warn( 2024-05-15T23:28:06.5288610Z Using device=cpu 2024-05-15T23:28:06.5288790Z Loading model... 2024-05-15T23:28:06.5288990Z Time to load model: 0.01 seconds 2024-05-15T23:28:06.5289530Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 32}, 'linear:a8w4dq': {'groupsize': 256}} 2024-05-15T23:28:06.5290020Z Time to quantize model: 9.03 seconds 2024-05-15T23:28:06.5290610Z Exporting model using ExecuTorch to /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat/stories15M.pte 2024-05-15T23:28:06.5291190Z The methods are: {'forward'} 2024-05-15T23:28:06.5291660Z + python3 generate.py stories15M --pte-path stories15M.pte --prompt 'Hello my name is' 2024-05-15T23:28:06.5292250Z [program.cpp:130] InternalConsistency verification requested but not available 2024-05-15T23:28:06.5292810Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5293380Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5293940Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5294490Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5295060Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5295630Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5296190Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5296740Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:28:06.5297250Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:28:06.5297640Z Using device=mps 2024-05-15T23:28:06.5297810Z Loading model... 2024-05-15T23:28:06.5298120Z Cannot load specified PTE to mps. Attempting to load model to CPU instead 2024-05-15T23:28:06.5298550Z Time to load model: 0.05 seconds 2024-05-15T23:28:06.5299040Z Hello my name is Gus the[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5299700Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5300260Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5300830Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5301490Z Birdcutter.[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5302110Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5302680Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5303250Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5303880Z He was a very[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5304500Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5305070Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5305640Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5306290Z intelligent bird and[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5306940Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5307520Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5308190Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5308820Z he knew how to[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5309430Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5310000Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5310550Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5311180Z balance things. He[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5311810Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5312360Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5312910Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5313540Z had a bright smile[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5314160Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5314730Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5315290Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5315900Z and sang as he[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5316520Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5317080Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5317630Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5318260Z glided forward.[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5318910Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5319460Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5320010Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5320630Z Gus wanted to[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5321220Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5321810Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5322360Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5322980Z learn lots of things[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5323610Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5324160Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5324710Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5325320Z so he could be[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5325940Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5326500Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5327050Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5327660Z the best flyer[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5328340Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5328900Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5329460Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5330060Z in the sky![method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5330660Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5331220Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5331780Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5332110Z 2024-05-15T23:28:06.5332380Z One day,[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5332960Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5333510Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5334070Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5334690Z Gus wanted to[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5335290Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5335830Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5336370Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5337010Z learn something special.[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5337650Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5338240Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5338780Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5339370Z He flew up[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5339960Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5340520Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5341100Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5341720Z high in the sky[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5342320Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5342870Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5343420Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5344050Z and looked down with[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5344680Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5345240Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5345800Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5346180Z pride. 2024-05-15T23:28:06.5346510Z "[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5347070Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5347710Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5348270Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5348900Z I can balance anything[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5349530Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5350090Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5350640Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5351240Z ! Watch me!"[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5351830Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5352370Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5352920Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5353530Z said Gus to[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5354120Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5354670Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5355210Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5355840Z himself. He spread[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5356460Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5357020Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5357570Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5358240Z his wings wide and[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5358870Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5359420Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5359980Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5360590Z swooped low[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5361220Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5361770Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5362330Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5362940Z . He was flying[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5363560Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5364110Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5364660Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5365260Z ! He was so[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5365880Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5366440Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5367000Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5367720Z determined that he wanted[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5368380Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5368940Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5369500Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5370140Z to balance whatever he[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5370780Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5371330Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5371890Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5372510Z was doing on his[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5373130Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5373690Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5374250Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5374630Z adventure. 2024-05-15T23:28:06.5374960Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5375520Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5376070Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5376620Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5377240Z He flew higher[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5377890Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5378450Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5379000Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5379620Z and higher in until[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5380250Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5380870Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5381430Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5382070Z he was flying above[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5382700Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5383270Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5383830Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5384430Z sky. He was[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5385030Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5391980Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5392560Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5393170Z a bit scared[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5393910Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5394480Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5395040Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5395660Z but he knew he[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5396280Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5396830Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5397390Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5398040Z could be strong enough[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5398680Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5399240Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5399790Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5400180Z . 2024-05-15T23:28:06.5400520Z When he[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5401110Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5401670Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5402220Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5402840Z was exhausted,[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5403450Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5404040Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5404600Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5405200Z Mum and D[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5405800Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5406350Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5406940Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5407570Z ad were waiting for[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5408190Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5408760Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5409320Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5409940Z him. He showed[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5410550Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5411110Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5411660Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5412290Z them what he had[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5412910Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5413550Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5414110Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5414730Z balanced and got[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5415340Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5415900Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5416440Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5417080Z the energy he wanted[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5417700Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5418250Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5418810Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5419410Z to do. They[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5420010Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5420560Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5421120Z [method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5421740Z were so proud of[method.cpp:939] Overriding output data pointer allocated by memory plan is not allowed. 2024-05-15T23:28:06.5422260Z Time for inference 1: 0.41 sec total, 486.98 tokens/sec 2024-05-15T23:28:06.5422560Z Bandwidth achieved: 0.00 GB/s 2024-05-15T23:28:06.5422970Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:28:06.5423380Z 2024-05-15T23:28:06.5423500Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:28:06.5423880Z --------------------------------------------------- 2024-05-15T23:28:06.5424070Z 2024-05-15T23:28:06.5424140Z ======================================== 2024-05-15T23:28:06.5424310Z 2024-05-15T23:28:06.5424390Z Average tokens/sec: 486.98 2024-05-15T23:28:06.5424590Z Memory used: 0.00 GB 2024-05-15T23:28:06.5424770Z + false 2024-05-15T23:28:06.5424910Z + exit 0 2024-05-15T23:28:06.5425070Z + echo ::endgroup:: 2024-05-15T23:28:06.5425460Z ##[endgroup] 2024-05-15T23:28:06.5425630Z + echo ::group::Completion 2024-05-15T23:28:06.5426000Z ##[group]Completion 2024-05-15T23:28:06.5426210Z + echo 'tests complete' 2024-05-15T23:28:06.5426400Z tests complete 2024-05-15T23:28:06.5426630Z + echo '*******************************************' 2024-05-15T23:28:06.5426900Z ******************************************* 2024-05-15T23:28:06.5427130Z + echo ::endgroup:: 2024-05-15T23:28:06.5428120Z ##[endgroup] 2024-05-15T23:28:06.5508050Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-05-15T23:28:06.5508320Z with: 2024-05-15T23:28:06.5508530Z path: /Users/ec2-user/runner/_work/_temp/test-results 2024-05-15T23:28:06.5508820Z fail-on-empty: false 2024-05-15T23:28:06.5508990Z env: 2024-05-15T23:28:06.5509150Z REPOSITORY: pytorch/torchchat 2024-05-15T23:28:06.5513100Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:28:06.5517800Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:28:06.5518740Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:28:06.5519190Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:28:06.5519660Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:28:06.5520420Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 --no-capture-output 2024-05-15T23:28:06.5521420Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:28:06.5522120Z RUNNER_ARTIFACT_DIR: /Users/ec2-user/runner/_work/_temp/artifacts 2024-05-15T23:28:06.5522540Z RUNNER_TEST_RESULTS_DIR: /Users/ec2-user/runner/_work/_temp/test-results 2024-05-15T23:28:06.5522870Z ##[endgroup] 2024-05-15T23:28:07.0143690Z Prepare all required actions 2024-05-15T23:28:07.0180310Z ##[group]Run ./test-infra/.github/actions/check-disk-space 2024-05-15T23:28:07.0180630Z with: 2024-05-15T23:28:07.0180870Z minimum-available-space-in-gb: 6 2024-05-15T23:28:07.0181110Z env: 2024-05-15T23:28:07.0181280Z REPOSITORY: pytorch/torchchat 2024-05-15T23:28:07.0185260Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:28:07.0190050Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:28:07.0191040Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:28:07.0191500Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:28:07.0192000Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:28:07.0192780Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 --no-capture-output 2024-05-15T23:28:07.0193810Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:28:07.0194530Z RUNNER_ARTIFACT_DIR: /Users/ec2-user/runner/_work/_temp/artifacts 2024-05-15T23:28:07.0194980Z RUNNER_TEST_RESULTS_DIR: /Users/ec2-user/runner/_work/_temp/test-results 2024-05-15T23:28:07.0195320Z ##[endgroup] 2024-05-15T23:28:07.0208430Z ##[group]Run echo "Print the available disk space for manual inspection" 2024-05-15T23:28:07.0208960Z echo "Print the available disk space for manual inspection" 2024-05-15T23:28:07.0209300Z df -h 2024-05-15T23:28:07.0209490Z  2024-05-15T23:28:07.0209680Z function check_disk_space() { 2024-05-15T23:28:07.0209950Z  set +e 2024-05-15T23:28:07.0210130Z  2024-05-15T23:28:07.0210360Z  # Set the minimum requirement space to 6GB 2024-05-15T23:28:07.0210810Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2024-05-15T23:28:07.0211190Z  2024-05-15T23:28:07.0211450Z  # Use KB to avoid floating point warning like 3.1GB 2024-05-15T23:28:07.0211870Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2024-05-15T23:28:07.0212210Z  do 2024-05-15T23:28:07.0212420Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2024-05-15T23:28:07.0212750Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2024-05-15T23:28:07.0213010Z  2024-05-15T23:28:07.0213210Z  if [ "${MOUNT}" = "/" ]; then 2024-05-15T23:28:07.0213790Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2024-05-15T23:28:07.0214590Z  echo "Failure: There is only ${AVAIL}KB free space left in ${MOUNT}, which is less than the minimum requirement of ${MINIMUM_AVAILABLE_SPACE_IN_KB}KB for ${RUNNER_OS}" 2024-05-15T23:28:07.0215280Z  else 2024-05-15T23:28:07.0215690Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2024-05-15T23:28:07.0216120Z  fi 2024-05-15T23:28:07.0216310Z  fi 2024-05-15T23:28:07.0216490Z  done 2024-05-15T23:28:07.0216670Z  2024-05-15T23:28:07.0216830Z  set -e 2024-05-15T23:28:07.0217070Z } 2024-05-15T23:28:07.0217240Z  2024-05-15T23:28:07.0217450Z RESULT=$(check_disk_space) 2024-05-15T23:28:07.0217700Z echo "${RESULT}" 2024-05-15T23:28:07.0226920Z  2024-05-15T23:28:07.0227200Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2024-05-15T23:28:07.0227940Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2024-05-15T23:28:07.0228620Z  # https://github.com/pytorch/pytorch/issues/85440 2024-05-15T23:28:07.0229090Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2024-05-15T23:28:07.0229790Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2024-05-15T23:28:07.0230420Z  sudo launchctl stop com.apple.coresymbolicationd || true 2024-05-15T23:28:07.0230740Z  2024-05-15T23:28:07.0230940Z  # Clean up crash reports on the runner 2024-05-15T23:28:07.0231370Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2024-05-15T23:28:07.0231730Z  2024-05-15T23:28:07.0231960Z  # Also try to clean up torch.hub caching directory 2024-05-15T23:28:07.0232320Z  rm -rf "${HOME}/.cache/torch/hub" || true 2024-05-15T23:28:07.0232580Z  2024-05-15T23:28:07.0232740Z  # Purge conda 2024-05-15T23:28:07.0232950Z  conda clean -p -t -y || true 2024-05-15T23:28:07.0233200Z  # and pip cache 2024-05-15T23:28:07.0233410Z  pip cache purge || true 2024-05-15T23:28:07.0233630Z  2024-05-15T23:28:07.0233910Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2024-05-15T23:28:07.0234270Z  # Re-run the check 2024-05-15T23:28:07.0234490Z  RESULT=$(check_disk_space) 2024-05-15T23:28:07.0234730Z  echo "${RESULT}" 2024-05-15T23:28:07.0234920Z fi 2024-05-15T23:28:07.0235070Z  2024-05-15T23:28:07.0235260Z if [[ "${RESULT}" == *Failure* ]]; then 2024-05-15T23:28:07.0235520Z  df -h 2024-05-15T23:28:07.0235680Z  2024-05-15T23:28:07.0236260Z  echo "Please help create an issue to PyTorch Release Engineering via https://github.com/pytorch/test-infra/issues and provide the link to the workflow run." 2024-05-15T23:28:07.0236910Z  exit 1 2024-05-15T23:28:07.0237070Z fi 2024-05-15T23:28:07.0607490Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:28:07.0607780Z env: 2024-05-15T23:28:07.0607940Z REPOSITORY: pytorch/torchchat 2024-05-15T23:28:07.0612060Z SCRIPT: set -x conda create -y -n test-quantization-mps-macos python=3.10.11 conda activate test-quantization-mps-macos # NS: Remove previous installation of torch first # as this script does not isntall anything into conda env #but rather system dep pip3 uninstall -y torch || true set -eou pipefail echo "::group::Print machine info" uname -a sysctl machdep.cpu.brand_string sysctl machdep.cpu.core_count echo "::endgroup::" # echo "::group::Install newer objcopy that supports --set-section-algnment" # yum install -y devtoolset-10-binutils # export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH # echo "::endgroup::" echo "::group::Create script to run quantization" python3 scripts/updown.py --file docs/quantization.md --replace llama3:stories15M --suppress huggingface-cli,HF_TOKEN > ./run-quantization.sh # for good measure, if something happened to updown processor, # and it did not error out, fail with an exit 1 echo "exit 1" >> ./run-quantization.sh echo "::endgroup::" echo "::group::Run quantization" echo "*******************************************" cat ./run-quantization.sh echo "*******************************************" bash -x ./run-quantization.sh echo "::endgroup::" echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:28:07.0616850Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-05-15T23:28:07.0617790Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-05-15T23:28:07.0618240Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:28:07.0618730Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:28:07.0619470Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 --no-capture-output 2024-05-15T23:28:07.0620480Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_9103923205 2024-05-15T23:28:07.0621190Z RUNNER_ARTIFACT_DIR: /Users/ec2-user/runner/_work/_temp/artifacts 2024-05-15T23:28:07.0621610Z RUNNER_TEST_RESULTS_DIR: /Users/ec2-user/runner/_work/_temp/test-results 2024-05-15T23:28:07.0621960Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2024-05-15T23:28:07.0622180Z ##[endgroup] 2024-05-15T23:28:07.0976130Z Print the available disk space for manual inspection 2024-05-15T23:28:07.1022910Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-05-15T23:28:07.1042670Z /dev/disk5s2s1 100Gi 8.3Gi 44Gi 16% 349475 463909320 0% / 2024-05-15T23:28:07.1047510Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-05-15T23:28:07.1048030Z /dev/disk5s5 100Gi 1.0Gi 44Gi 3% 1 463909320 0% /System/Volumes/VM 2024-05-15T23:28:07.1048630Z /dev/disk5s3 100Gi 4.5Gi 44Gi 10% 822 463909320 0% /System/Volumes/Preboot 2024-05-15T23:28:07.1049220Z /dev/disk1s2 500Mi 6.0Mi 392Mi 2% 1 4016120 0% /System/Volumes/xarts 2024-05-15T23:28:07.1049830Z /dev/disk1s1 500Mi 51Mi 392Mi 12% 53 4016120 0% /System/Volumes/iSCPreboot 2024-05-15T23:28:07.1050430Z /dev/disk1s3 500Mi 616Ki 392Mi 1% 51 4016120 0% /System/Volumes/Hardware 2024-05-15T23:28:07.1051000Z /dev/disk5s1 100Gi 41Gi 44Gi 49% 2249196 463909320 0% /System/Volumes/Data 2024-05-15T23:28:07.1051550Z /dev/disk3s5 228Gi 742Mi 212Gi 1% 15252 2223642880 0% /Volumes/Data 2024-05-15T23:28:07.1052350Z /dev/disk3s4 228Gi 108Ki 212Gi 1% 17 2223642880 0% /private/tmp/tmp-mount-gyBa0g 2024-05-15T23:28:07.1052890Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home 2024-05-15T23:28:07.1482870Z Success: There is 46390932KB free space left in / for macOS, continue 2024-05-15T23:28:07.1554780Z Post job cleanup. 2024-05-15T23:28:07.2537150Z [command]/usr/bin/git version 2024-05-15T23:28:07.2646560Z git version 2.37.1 (Apple Git-137.1) 2024-05-15T23:28:07.2692640Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/be564c58-d8dd-4c9f-922c-bb583dd13a7c' before making global git config changes 2024-05-15T23:28:07.2693530Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:28:07.2696480Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:28:07.2776170Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:28:07.2838760Z [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-05-15T23:28:07.3445300Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:28:07.3504380Z http.https://github.com/.extraheader 2024-05-15T23:28:07.3510690Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-05-15T23:28:07.3573710Z [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-05-15T23:28:07.4195610Z Post job cleanup. 2024-05-15T23:28:07.5734200Z Post job cleanup. 2024-05-15T23:28:07.7214910Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.9-20240515d--, not saving cache. 2024-05-15T23:28:07.7263260Z Post job cleanup. 2024-05-15T23:28:07.8325230Z Cache hit occurred on the primary key miniconda-macOS-ARM64-3.9-20240515d, not saving cache. 2024-05-15T23:28:07.8473250Z Post job cleanup. 2024-05-15T23:28:07.9352980Z [command]/usr/bin/git version 2024-05-15T23:28:07.9424780Z git version 2.37.1 (Apple Git-137.1) 2024-05-15T23:28:07.9446340Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/039ac7c5-b100-4daa-9b80-2dad961565ad' before making global git config changes 2024-05-15T23:28:07.9447210Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:28:07.9450040Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:28:07.9532220Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:28:07.9594790Z [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-05-15T23:28:08.0151930Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:28:08.0213440Z http.https://github.com/.extraheader 2024-05-15T23:28:08.0220600Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-05-15T23:28:08.0288220Z [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-05-15T23:28:08.0810560Z A job completed hook has been configured by the self-hosted runner administrator 2024-05-15T23:28:08.0852030Z ##[group]Run '/opt/runner_scripts/post-job.sh' 2024-05-15T23:28:08.0869880Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:28:08.0870180Z ##[endgroup] 2024-05-15T23:28:08.1375350Z + df -h 2024-05-15T23:28:08.1393840Z + ls -t /var/log/post_job 2024-05-15T23:28:08.1394630Z + awk 'NR>100' 2024-05-15T23:28:08.1395950Z + xargs rm -fv 2024-05-15T23:28:08.3226980Z + Checking if runner needs to be terminated...ok 2024-05-15T23:28:08.3327650Z + Outputting disk space 2024-05-15T23:28:08.3328060Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-05-15T23:28:08.3428620Z /dev/disk5s2s1 100Gi 8.3Gi 44Gi 16% 349475 463930160 0% / 2024-05-15T23:28:08.3429140Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-05-15T23:28:08.3429800Z /dev/disk5s5 100Gi 1.0Gi 44Gi 3% 1 463930160 0% /System/Volumes/VM 2024-05-15T23:28:08.3527330Z /dev/disk5s3 100Gi 4.5Gi 44Gi 10% 822 463930160 0% /System/Volumes/Preboot 2024-05-15T23:28:08.3543810Z /dev/disk1s2 500Mi 6.0Mi 392Mi 2% 1 4016120 0% /System/Volumes/xarts 2024-05-15T23:28:08.3546500Z /dev/disk1s1 500Mi 51Mi 392Mi 12% 53 4016120 0% /System/Volumes/iSCPreboot 2024-05-15T23:28:08.3547610Z /dev/disk1s3 500Mi 616Ki 392Mi 1% 51 4016120 0% /System/Volumes/Hardware 2024-05-15T23:28:08.3548260Z /dev/disk5s1 100Gi 41Gi 44Gi 49% 2249231 463930160 0% /System/Volumes/Data 2024-05-15T23:28:08.3548790Z /dev/disk3s5 228Gi 742Mi 212Gi 1% 15252 2223642880 0% /Volumes/Data 2024-05-15T23:28:08.3549510Z /dev/disk3s4 228Gi 108Ki 212Gi 1% 17 2223642880 0% /private/tmp/tmp-mount-gyBa0g 2024-05-15T23:28:08.3550100Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home 2024-05-15T23:28:08.3550650Z + Cleaning up old logs (Keep the latest 100) 2024-05-15T23:28:08.3550980Z + Restoring SSH key to be the skeleton key 2024-05-15T23:28:08.3658600Z Cleaning up orphan processes 2024-05-15T23:28:08.9258330Z Terminate orphan process: pid (12490) (buck2) 2024-05-15T23:28:08.9628320Z Terminate orphan process: pid (12489) (buck2)